- 24 Apr, 2020 1 commit
-
-
rswindell authored
-
- 23 Apr, 2020 1 commit
-
-
rswindell authored
-
- 20 Apr, 2020 2 commits
- 19 Apr, 2020 2 commits
- 17 Apr, 2020 1 commit
-
-
rswindell authored
so put the 64-bit integer stuff in an #ifndef __MSDOS__ block to enable the build to succeed.
-
- 16 Apr, 2020 1 commit
-
-
deuce authored
races, etc.
-
- 15 Apr, 2020 1 commit
-
-
deuce authored
Make xptone_open()/close() reference count in threaded mode. Use pthread_once() for init. Use a semaphore to ensure the sample play thread is only started once. Expose makewave()
-
- 14 Apr, 2020 2 commits
- 07 Apr, 2020 2 commits
- 06 Apr, 2020 1 commit
-
-
deuce authored
-
- 03 Apr, 2020 2 commits
- 01 Apr, 2020 1 commit
-
-
deuce authored
Win32 now (and it only runs main() from WinMain()). This shouldn't be necessary for MSVC builds.
-
- 31 Mar, 2020 1 commit
-
-
deuce authored
It's not unlikely that any utilities using SDL will have new issues... you may want to hold off on updates for a bit until this settles unless you don't use SDL mode.
-
- 22 Mar, 2020 1 commit
-
-
rswindell authored
nanosleep was interrupted by a signal and the SLEEP parameter is > 1. Previously, any signal wuold abort SLEEP() prematurely. A SLEEP(1) (yield) behaves the same as before since 1 is a special value where a short-sleep duration is fine/expected on occasion.
-
- 20 Mar, 2020 1 commit
-
-
rswindell authored
the necesary functions for a re-implementation of asprintf().
-
- 19 Mar, 2020 1 commit
-
-
rswindell authored
these are printf-style functions for inserting or appending a string into a string list.
-
- 21 Sep, 2019 1 commit
-
-
rswindell authored
dirwrap.c 841: Declaration is not allowed here in function getfilesizetotal
-
- 20 Sep, 2019 2 commits
- 10 Sep, 2019 1 commit
-
-
deuce authored
Hopfully this doesn't break the Borland or Watcom (?!) builds.
-
- 31 Aug, 2019 4 commits
- 30 Aug, 2019 5 commits
-
-
rswindell authored
Eliminate duplicate case statements added in previous commit (some of these were already mapped using numeric constants).
-
rswindell authored
Added more "black square" -> CP437 0xFE mappings. Added Unicode FULL/HALF block -> CP437 mappings.
-
rswindell authored
definitions.
-
rswindell authored
-
rswindell authored
translating from Unicode to CP437. Use the UNICODE_HOUSE macro instead of the codepoint hex-value.
-
- 22 Aug, 2019 1 commit
-
-
rswindell authored
flag in msg_queue_t.flags
-
- 14 Aug, 2019 1 commit
-
-
rswindell authored
This variation on fcntl() record-locks resolves multiple-thread / forking issue with region locks. No longer falls back to using flock() (whole-file locks), when OFD locks are available and used successfully. At the least, this should provide a performance boost for shared files using region locks (on Linux). No change for Windows (region locks already worked sanely among multiple threads) and other *nixes (that use POSIX fcntl() locks only).
-
- 12 Aug, 2019 2 commits
- 06 Aug, 2019 1 commit
-
-
deuce authored
-
- 04 Aug, 2019 1 commit
-
-
rswindell authored
-