| April 5, 2021 | ||
|---|---|---|
View 473c6d6
Use std::filesystem::path for reading/writing files.Naram Qashat authored on 2021/04/05 00:20:56 |
||
| March 21, 2021 | ||
|---|---|---|
View f88fe4a
Various changes:Naram Qashat authored on 2021/03/21 03:16:45 |
||
| March 20, 2021 | ||
|---|---|---|
View c4e3778
Use std::make_unique where possible.Naram Qashat authored on 2021/03/20 04:37:08 |
||
View e5f543b
Remove some now unnecessary codecvt lines.Naram Qashat authored on 2021/03/20 03:57:20 |
||
| March 19, 2021 | ||
|---|---|---|
View 606c017
Replace memcpy/memset with std::copy_n/std::fill_n.Naram Qashat authored on 2021/03/19 16:25:21 |
||
View 4f88cb5
Some conversion replacements:Naram Qashat authored on 2021/03/19 11:57:21 |
||
View e50612d
Remove last modification date from files.Naram Qashat authored on 2021/03/19 10:58:12 |
||
| February 11, 2021 | ||
|---|---|---|
View 846d8df
update for C++17 compliance, update to latest 2sf, add WINE cross-compile makefilesAdam Higerd authored on 2021/02/11 15:36:17 |
||
| October 5, 2014 | ||
|---|---|---|
View 89fbe41
[NCSF] Fix volume issues with a little help from the Nintendo DS SDK.Naram Qashat authored on 2014/10/05 20:00:09 |
||
| September 25, 2014 | ||
|---|---|---|
View ec120fe
* Small Makefile changes.Naram Qashat authored on 2014/09/25 12:28:21 |
||
| September 24, 2014 | ||
|---|---|---|
View fe3d6ae
Lots of changes in regards to strings, as follows:Naram Qashat authored on 2014/09/24 13:58:55 |
||
| September 18, 2014 | ||
|---|---|---|
View 17a9f1b
Replaced the Makefile with one that handles things better.Naram Qashat authored on 2014/09/18 20:02:22 |
||
| September 17, 2014 | ||
|---|---|---|
View 9315374
* Fixes for gcc and clang (while they can compile the code, the DLLs made aren't functional, but oh well).Naram Qashat authored on 2014/09/17 19:51:45 |
||
| May 8, 2013 | ||
|---|---|---|
View 7e09154
Added Lanczos interpolation to the NCSF plugin, and cleaned up a bit of the other code, as well as removing pstdint.h since it's no longer needed.Naram Qashat authored on 2013/04/23 20:29:21 |
||
View 93f85a5
* Added more interpolation methods to in_ncsf. * Cleaned up a little of the code in the Interpolate function in in_ncsf. * Made it so changes in the config can apply to a running song, depending on the player. * Slight optimization of in_ncsf's interpolation so it doesn't have as much std::vector accessing. * Stopped trying to use the slope of the points to determine points outside the sample's range, hopefully will stop some of the clipping.Naram Qashat authored on 2013/04/10 14:39:59 |
||