2019-08-11 01:45:56 by Santhosh Raju | Files touched by this commit (2) |
Log message:
fasttracker2: Update to b165
Changes since b164
Beta #165 - 09.08.2019
- Bugfix: If all 22 character slots in a sample's name were used, weird things
would happen, and could very well end in a fatal crash where no backups
would be saved (!). I should get the "Most Stupid Bug" award for \
this one.
- Bugfix: Fixed a possible issue with Nibbles highscore name entering if you
used all character slots.
|
2019-08-08 01:44:32 by Santhosh Raju | Files touched by this commit (3) |
Log message:
fasttracker2: Fixes builds in Linux.
1. Should fix builds in Ubuntu / CentOS.
2. Rewrites the build system to use cmake.
3. Adds ALSA support in Linux.
4. Bumps PKGREVISION.
Thanks to nia@ for helping re-write the build system.
|
2019-08-05 19:03:59 by Santhosh Raju | Files touched by this commit (4) | |
Log message:
fasttracker2: Removes patches applied upstream.
Part of previous commit that updated to b164.
|
2019-08-05 18:57:36 by Santhosh Raju | Files touched by this commit (2) |
Log message:
fasttracker2: Update to b164
Local changes merged upstream.
Changes since b163
Beta #164 - 05.08.2019
- Applied some NetBSD/illumos/SmartOS code patches that got sent in (untested)
- Removed SSE macros to let the compiler optimize instead, and to make cross
compiling even simpler. We don't really need them anymore since most of the
speed-critical math in the clone is fixed-point these days.
- macOS: Fixed intensive CPU usage if another window is completely covering the
FT2 clone window.
- macOS: The SDL2.framework file in the FT2 clone app was larger than it needed
to be, which was fixed by the SDL team not long ago. It has been replaced.
- Small code cleanup
|
2019-08-02 19:16:33 by Santhosh Raju | Files touched by this commit (3) | |
Log message:
fasttracker2: Update to b163
Changes since b162
Beta #163 - 29.07.2019
- SDL updated from v2.0.9 to v2.0.10
- Bugfix: Don't unmute channels when loading a new song (FT2 behavior)
- Bugfix: Disk Op. didn't list correct kB/MB/GB filesizes (1000 vs. 1024)
+ rounding upwards on kB/MB/GB sizes.
- The Trim screen is a bit cleaner looking now
- Instrument slots are now allocated as needed (FT2 behavior). This new
behavior means little to the user, but makes it easier for me to port the FT2
code more directly when it works like this. This also means that XMs are
now saved exactly the same way FT2 does it, except for certain uninitialized
instrument header fields (FT2 bug) being set to zero.
- Updated the help text
|
2019-08-02 18:54:10 by Santhosh Raju | Files touched by this commit (6) |
Log message:
fasttracker2: Improve patch comments and DESCR.
|
2019-07-30 02:06:50 by Santhosh Raju | Files touched by this commit (4) |
Log message:
fasttracker2: Fixes builds for SmartOS.
1. Adds the __sun / sun macro check.
2. libiconv is now explicitly linked to allow multi-platform builds.
3. Uses stat(2) in SmartOS for checking directory types.
Thanks to wilbury for testing.
|
2019-07-27 23:26:06 by Santhosh Raju | Files touched by this commit (1) |
Log message:
fasttracker2: Fixes patching phase.
1. Converts CRLF to LF on source files so that patches apply correctly.
2. Bump PKGREVISION.
|
2019-07-23 10:20:22 by Santhosh Raju | Files touched by this commit (3) |
Log message:
fasttracker2: Removes credit reference from the header of patch files.
|
2019-07-23 01:38:47 by Santhosh Raju | Files touched by this commit (4) |
Log message:
fasttracker2: Fixes build failures.
Fixes build failures in i386 platforms where SSE option is not available.
Fix suggested by leot@NetBSD.org
|