-
d478b20
(HEAD -> master, origin/master)
[NCSF] Fix slight popping in some songs due to PLAYER Record oversight allowing padding data alongside actual channel data by
Clarissa Walker <amisapphire@zoho.com>
2024-10-01 05:06:47 -0400;
-
c558034
[NCSF] Fix subtle rare clipping issues in some songs by
Clarissa Walker <amisapphire@zoho.com>
2024-09-24 20:40:24 -0400;
-
55e6822
Port: Add override keyword. by
Clarissa Walker <amisapphire@zoho.com>
2024-09-16 22:14:51 -0400;
-
fcc9447
Fix pitch bend effect on some more songs by
Clarissa Walker <amisapphire@zoho.com>
2024-09-09 18:43:42 -0400;
-
98bc2ff
Fix porting mistake made during commit 1e52dd4b422b7815eb6902cdc0a80d7e49d05826 by
Clarissa Walker <amisapphire@zoho.com>
2024-08-22 22:10:27 -0400;
-
6d12e21
Port: Use [[fallthrough]] attribute. by
Clarissa Walker <amisapphire@zoho.com>
2024-08-22 20:58:59 -0400;
-
1e52dd4
Port: Use std::filesystem::path for reading/writing files. - before override by
Clarissa Walker <amisapphire@zoho.com>
2024-08-22 20:57:20 -0400;
-
f60f7bf
NCSF: Revert uint32_t change as it violates spec and breaks a few NCSF game rip albums by
Clarissa Walker <amisapphire@zoho.com>
2024-08-22 19:57:00 -0400;
-
1042e66
Fix pitch bend effect on some songs by
Clarissa Walker <amisapphire@zoho.com>
2024-08-21 15:35:15 -0400;
-
4a693f3
Add 3-clause BSD license to the repo. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 19:55:40 -0400;
-
64e8cb2
Fix warning about invalid index. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 13:14:35 -0400;
-
dce3f18
Ignore Visual Studio warning about using GetTickCount(). by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 12:39:15 -0400;
-
92eabb9
Turns out that the trailing return type isn't actually needed here. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 04:22:59 -0400;
-
4aaf5f3
Missed a uint32_t -> std::uint32_t. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 03:28:20 -0400;
-
2dc6f5f
Rename SBNKInstrument(Range) to SBNKInstrument(Entry). by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 03:26:56 -0400;
-
f88fe4a
Various changes: by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 03:16:45 -0400;
-
8c7ff2a
Replaced the SDAT record types enum with constants. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-21 00:45:12 -0400;
-
641f917
Correct a few warnings Visual Studio was complaining about. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 20:40:21 -0400;
-
27b156f
Cleanup a few comments and strings. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 20:25:12 -0400;
-
9bbbc50
Use C++17 std::filesystem functions instead of my own. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 20:05:50 -0400;
-
5b26652
Remove now unnecessary using std::placeholders. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 19:00:24 -0400;
-
cf21e58
Replace std::rand with RNG based on actual DS RNG. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 18:46:24 -0400;
-
226eca8
Correct size of file ID in INFOEntry structures to 32-bit. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 17:57:33 -0400;
-
aec5cd5
Replace std::not1 with a lamba. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 17:45:09 -0400;
-
e3cad52
Ignore Visual Studio 2019's warning about using TerminateThread. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 04:37:51 -0400;
-
c4e3778
Use std::make_unique where possible. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 04:37:08 -0400;
-
e5f543b
Remove some now unnecessary codecvt lines. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-20 03:57:20 -0400;
-
acd62e8
Move TagList's code to get tag order into its own function. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 18:52:14 -0400;
-
c472324
Ignore Visual Studio 2019's arithmetic overflow warning. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 18:51:40 -0400;
-
606c017
Replace memcpy/memset with std::copy_n/std::fill_n. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 16:25:21 -0400;
-
21e0f05
Correct typos in the function names in the loads of GSF and SNSF. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 15:58:49 -0400;
-
3d4720f
Remove the copy constructors from SBNK, SDAT and SSEQ. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 15:54:35 -0400;
-
c041246
A few more conversion changes: by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 14:27:11 -0400;
-
4f88cb5
Some conversion replacements: by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 11:57:21 -0400;
-
21c14cd
Replace deprecated wstring_convert with Windows API functions. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 11:27:57 -0400;
-
e50612d
Remove last modification date from files. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-19 10:58:12 -0400;
-
6311c58
Various updates: by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-15 22:34:25 -0400;
-
8c03591
Merge pull request <a href="#5">#5</a> from ahigerd/master by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-02-11 21:32:35 -0500;
-
-
f7a36c1
use .PHONY instead of FORCE by
Adam Higerd <chighland@gmail.com>
2021-02-11 20:08:46 -0600;
-
ab04346
switch to git submodule for zlib by
Adam Higerd <chighland@gmail.com>
2021-02-11 17:32:11 -0600;
-
7b59dc1
2sf: fix JIT enable, fix sample rate by
Adam Higerd <chighland@gmail.com>
2021-02-11 17:16:28 -0600;
-
08fa1c9
fix mingw build, clean up new warnings by
Adam Higerd <chighland@gmail.com>
2021-02-11 16:42:05 -0600;
-
4f29ece
add sharp interpolator option, fix makefile dependencies by
Adam Higerd <chighland@gmail.com>
2021-02-11 14:39:00 -0600;
-
846d8df
update for C++17 compliance, update to latest 2sf, add WINE cross-compile makefiles by
Adam Higerd <chighland@gmail.com>
2021-02-11 14:36:17 -0600;
-
-
f30edc4
[Framework] Super minor cleanups. by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-08-07 23:27:08 -0400;
-
22f0759
[NCSF] Super minor cleanups. by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-08-07 23:25:58 -0400;
-
9a46d97
[NCSF] Minor possible fix in sample increment by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-08-07 23:24:33 -0400;
-
3f890b6
[NCSF] Enable portamento when setting those registers. by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-08-07 23:22:39 -0400;
-
5141e7a
[NCSF] <stdexcept> is actually needed... by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-08-07 23:18:16 -0400;
-
5b00009
[NCSF] Fix PSG output. by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-07-31 10:00:12 -0400;
-
b02f985
[NCSF] Small typo (or rather non-removal) in the previous fix by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-07-06 23:59:19 -0400;
-
0007ac4
Merge remote-tracking branch 'origin/master' by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-07-06 23:01:09 -0400;
-
-
6110f0f
Prevent .vs from being committed by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-07-06 23:01:02 -0400;
-
678d1b7
[NCSF] Apply channel modulation fix from fincs by
Naram Qashat <cyberbotx@cyberbotx.com>
2020-07-06 20:54:59 -0400;
-
121a40b
Merge pull request <a href="#2">#2</a> from zeromus/patch-1 by
Naram Qashat <cyberbotx@cyberbotx.com>
2017-11-10 12:04:31 -0500;
-
-
a5d0ff9
Update XSFPlayer_2SF.cpp by
zeromus <zeromus@users.noreply.github.com>
2017-11-09 16:15:56 -0500;
-
-
1ce9cfb
[NCSF] Update version and README for the previous change. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-12-09 23:06:40 -0500;
-
619c604
Fix unsigned underflow with a loop offset of 0 on an ADPCM SWAV. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-12-06 18:41:35 -0500;
-
9e43cc7
[NCSF] Update README file for the previous 2 commits. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-11-07 23:30:12 -0500;
-
6c76317
[NCSF] Applied sinc modification from kode54: by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-27 04:15:11 -0400;
-
9e2737f
[NCSF] Utilize the PLAYER blocks in the SDAT if they exist. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-25 23:12:53 -0400;
-
1e986a3
[NCSF] Very minor cleanups. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-24 19:58:46 -0400;
-
b550563
[2SF] A few commits from the asmjit project. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-24 04:28:29 -0400;
-
2dac11f
[NCSF] Bump version number for the previous fixes. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 23:27:37 -0400;
-
49e8fd6
Adding a .gitignore to stop git from trying to version certain files. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 23:21:37 -0400;
-
5ebb5d6
[NCSF] Documented what FSS functions were originally used. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 23:19:16 -0400;
-
9d3d4c7
[NCSF] Reversed the order of the PSG and Noise channel allocations. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 23:05:57 -0400;
-
5671251
[NCSF] Changed sinc interpolation to a Nuttall 3-term Window on suggestion from kode54. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 23:03:52 -0400;
-
c85e0f5
[NCSF] Fixed unintentional infinite loop in the previous attack rate calculation fix. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 21:52:35 -0400;
-
da6a0a8
[NCSF] Changes to the Sound View debug window: * No longer has the hold/busy items. * Source Address replaced with State. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-23 21:40:50 -0400;
-
50bd180
[NCSF] Partial fix to channels being unintentionally cut off. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-22 19:44:45 -0400;
-
138be16
[NCSF] Minor correction to the attack rate calculation. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-22 17:55:03 -0400;
-
b28a95d
[NCSF] Corrected attack rate calculation. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-22 17:30:48 -0400;
-
b3002f9
[NCSF] Minor edit with the debug Sound View so it doesn't use a reference. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-20 02:33:26 -0400;
-
3370b3d
[NCSF] Bump version number for the previous volume fixes. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-18 04:35:07 -0400;
-
160d47f
[NCSF] One more volume fix, the default volume is 127, not 64. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-18 04:32:32 -0400;
-
06b9dd1
[NCSF] Correctly handle the SSEQ volume from the INFO block. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-18 04:20:53 -0400;
-
08a85d6
[NCSF] REALLY remove minor instance of variable shadowing. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-16 01:43:49 -0400;
-
c5f7c47
[NCSF] Remove minor instance of variable shadowing. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-15 20:28:01 -0400;
-
8203b06
[NCSF] Move track allocation into the SSEQ command handler. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-15 18:03:10 -0400;
-
e1113b6
[NCSF] Minor code changes to reduce code duplication. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-13 21:21:03 -0400;
-
a575967
[NCSF] Implemented the random, variable, and conditional commands. Also fixed loop counter. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-13 18:00:29 -0400;
-
319b308
Reverted the sound changes back to the original FSS code, but with the fix to clamp the total volume. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-07 17:45:05 -0400;
-
c545aa1
[NCSF] Removed the Cnv_Scale function as it seemed to cause sounds to be too loud in some cases. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-05 20:17:36 -0400;
-
89fbe41
[NCSF] Fix volume issues with a little help from the Nintendo DS SDK. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-10-05 20:00:09 -0400;
-
8af3bec
Made note of update to zlib 1.28. (Should actually say 1.2.8, but I'll fix that in the future.) by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-28 15:30:52 -0400;
-
aa51319
[NCSF] Should've updated the version number before. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-28 14:43:16 -0400;
-
84944b6
[NCSF] Minor comment fix from the previous NCSF commit. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-28 00:13:39 -0400;
-
e818e5f
[2SF] Update from asmjit. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-28 00:12:43 -0400;
-
ecf16a6
[NCSF] Interpolation changes: by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-28 00:07:18 -0400;
-
1b658ac
Removing this file as it doesn't help since common.props is already tracked, trying another route. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-25 13:08:47 -0400;
-
4fb8cc4
Trying to get git to ignore changes I make to common.props in the future (have to be able to change it to build the DLLs). by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-25 12:58:31 -0400;
-
35f45f2
This should've never got committed as it was, oops. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-25 12:39:52 -0400;
-
ec120fe
* Small Makefile changes. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-25 12:28:21 -0400;
-
442e656
[2SF] Minor edit of a preprocessor line. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-24 14:00:04 -0400;
-
fe3d6ae
Lots of changes in regards to strings, as follows: by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-24 13:58:55 -0400;
-
c4278e0
Some recent fixes from asmjit. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-22 11:11:14 -0400;
-
17a9f1b
Replaced the Makefile with one that handles things better. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-18 20:02:22 -0400;
-
9315374
* Fixes for gcc and clang (while they can compile the code, the DLLs made aren't functional, but oh well). by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-17 19:51:45 -0400;
-
688024f
[GSF] Copied a few things from kode54's viogsf. by
Naram Qashat <cyberbotx@cyberbotx.com>
2014-09-15 14:27:18 -0400;