-
12b8bbb
(HEAD -> fixes, origin/fixes)
[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 12:09:33 -0400;
-
09fc611
(origin/player-record-popping-fix, player-record-popping-fix)
[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 12:09:33 -0400;
-
1525f1c
[NCSF] Fix subtle rare clipping issues in some songs by
Clarissa Walker <amisapphire@zoho.com>
2024-09-24 20:51:04 -0400;
-
771195b
(origin/subtle-rare-clipping-fix, subtle-rare-clipping-fix)
[NCSF] Fix subtle rare clipping issues in some songs by
Clarissa Walker <amisapphire@zoho.com>
2024-09-24 20:51:04 -0400;
-
-
e634789
Fix pitch bend effect on some more songs by
Clarissa Walker <amisapphire@zoho.com>
2024-09-09 20:47:59 -0400;
-
b9fc248
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:06:05 -0400;
-
-
d865344
(origin/pitch-bend-effect-fix-2, pitch-bend-effect-fix-2)
Fix pitch bend effect on some more songs by
Clarissa Walker <amisapphire@zoho.com>
2024-09-09 20:47:59 -0400;
-
-
535775a
(origin/revert-uint32_t-change, revert-uint32_t-change)
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:06:05 -0400;
-
-
74fceae
(origin/master)
Merge pull request <a href="#8">#8</a> from AmiSapphire/pitch-bend-effect-fix by
Naram Qashat <cyberbotx@cyberbotx.com>
2024-08-22 18:50:30 -0400;
-
-
d5f06fa
(origin/pitch-bend-effect-fix, pitch-bend-effect-fix)
NCSF: Fix pitch bend effect on some songs by
Clarissa Walker <amisapphire@zoho.com>
2024-08-22 10:10:39 -0400;
-
-
6d78469
(master)
Update snes9x code from 1.53 to 1.6.0. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-19 21:20:36 -0400;
-
dada922
Remove a bit more of wxWidgets that I don't need. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-11 02:56:26 -0400;
-
67bab11
Rename SoundView::Refresh to SoundView::Update. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-10 15:57:44 -0400;
-
a64af93
Replace the Sound View dialog with a wxWidgets-based one. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-10 15:19:43 -0400;
-
5af5359
Move muldiv7 to SSEQPlayer's common.h. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-07 23:52:06 -0400;
-
a368e19
Use std::thread in place of the Windows API CreateThread. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-07 21:52:53 -0400;
-
21b7430
Fix compile issues because of the earlier std::unique_ptr change in in_xsf.cpp. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-07 00:29:13 -0400;
-
e21d9d0
Make the NCSF Sound View dialog always available. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-06 22:29:00 -0400;
-
1769ac2
Use std::unique_ptr in in_xsf.cpp. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-06 20:45:29 -0400;
-
7fa2cc9
Removed my clamp function to use the C++17 one. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-06 19:37:33 -0400;
-
1574371
Revert "Removed my clamp function to use the C++17 one." by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-06 09:55:51 -0400;
-
781afb6
Removed my clamp function to use the C++17 one. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-06 00:05:39 -0400;
-
8e6e38b
Fix previous commit, forgot to remove this. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-06 00:05:15 -0400;
-
7f777ea
Use range-based for loops where possible. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-05 23:29:44 -0400;
-
0657581
Some template cleanup: by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-05 21:47:28 -0400;
-
3a107d7
Don't know why this was using fEqual, those are integers... by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-05 20:38:47 -0400;
-
22e4fb5
Use [[fallthrough]] attribute. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-05 00:56:42 -0400;
-
c286569
Minor change to use constexpr. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-05 00:47:31 -0400;
-
473c6d6
Use std::filesystem::path for reading/writing files. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-05 00:20:56 -0400;
-
b6d1fc5
Add warnings to building with GCC/Clang. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-04 23:35:09 -0400;
-
47760c9
Add wxWidgets-based configuration dialog boxes. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-04 12:46:14 -0400;
-
bc2126f
Replace #ifdef _DEBUG with #ifndef NDEBUG by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-04-03 11:24:08 -0400;
-
a6d7b87
Add override keyword. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-30 01:29:32 -0400;
-
c20e49e
Minor changes to the RegEx validator. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-29 23:32:29 -0400;
-
7645ce2
Also add the RegEx validator to the CMake script. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-29 22:59:16 -0400;
-
7ab75eb
Add a RegEx validator for use with wxWidgets. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-29 21:55:32 -0400;
-
b5a223a
Silence various Visual Studio warnings: by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-29 00:10:11 -0400;
-
d38158f
Make it so zlib's submodule being dirty is ignored. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-28 20:54:15 -0400;
-
c6a697f
Add CMake scripts in preparation for wxWidgets changes. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-28 19:43:33 -0400;
-
00f005d
Add submodule for wxWidgets. by
Naram Qashat <cyberbotx@cyberbotx.com>
2021-03-28 19:07:54 -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;