3
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
player/csndfile: fix loading of stereo delta PCM samples More... 11 months ago
sample-edit: fix sample_get_amplify_amount for 16-bit samples More... 11 months ago
player/fx: fix initial instrument-without-note losing the instrument More... 11 months ago
player/fx: hm? :) More... 11 months ago
headers: msvc version check should always be zero if not under msvc More... 11 months ago
fmt/xm: disable sustain points after the main sample loop More... 11 months ago
headers: msvc has __forceinline More... 11 months ago
charset: completely remove CHARSET_EASY_MODE More... 11 months ago
headers: fix win32 compilation failing More... 11 months ago
headers: cleanup, use c23 attributes, and add some msvc crap More... 11 months ago
timer: fix timer_ticks_us() causing a segfault under SDL 2 More... 11 months ago
midi: this should actually be in milliseconds More... 11 months ago
docs/configuration: document `strcaseverscmp` default More... 11 months ago
midi/jack: separate midi out events More... 11 months ago
midi: fix use-after-free in midi_engine_stop More... 11 months ago
threads/macos: correct function call More... 11 months ago
midi: devices are now displayed in UTF-8 More... 11 months ago
threads: better documentation, fix possible race condition in macos backend More... 11 months ago
midi: give names to the threads More... 11 months ago
midi: complete refactor of midi out queue More... 11 months ago
timer/win32: CRLF -> LF More... 11 months ago
audio/win32: line endings should be LF, not CRLF More... 11 months ago
autoconf: instead of checking for GCC, check if -Werror=return-type actually ~works~ More... 11 months ago
autoconf: the flags to enable C99/C11 are in ac_cv_prog_cc_c* More... 11 months ago
autoconf: copy C99/C11 CFLAGS to OBJCFLAGS More... 11 months ago
charset: deprecate CHARSET_EASY_MODE and friends More... 11 months ago
charset: implement strstr, strcasestr, strncmp More... 11 months ago
*: define replacement stdint types, use a fitting specifier for size_t, sprinkle always_inline in some places More... 11 months ago
util: i_sqrt expects a 32-bit integer, not `unsigned int` More... 11 months ago
timer: cleanup, move win32-specific code to sys/win32 More... 11 months ago