3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 11, 2024 — Nov 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[playtimidity] * Windows build now uses the WideChar API towards the OS * Removed last leftovers of PATH_MAX and similiar in preallocated global buffers. More... 29 days ago
[filesel] If system-call for listing directory-content fails, the resulting list with drives etc. should still be sorted. More... about 1 month ago
[playtimidity] Setup dialog for soundfonts: * When selecting soundfont / configfile, give hints in the bottom of the dialog about locations searched. * On Windows, add "*" to the end of the path when performing directory listings, to be compliant with the windows APIs. * On Windows, search $OCP\data for sf2 files. * On Windows, timidityplay.c didn't follow the TiMidity windows search logic. * If user-override only if found for timidity.cfg, relay this in the config dialog. * Add file-browser in the config-dialog. Making it possible to select SF2 file outside the default search-scopes. More... about 2 months ago
[playtimidity] Setup dialog for soundfonts: * When selecting soundfont / configfile, give hints in the bottom of the dialog about locations searched. * On Windows, add "*" to the end of the path when performing directory listings, to be compliant with the windows APIs. * On Windows, search $OCP\data for sf2 files. * On Windows, timidityplay.c didn't follow the TiMidity windows search logic. * If user-override only if found for timidity.cfg, relay this in the config dialog. More... about 2 months ago
[playtimidity] Setup dialog for soundfonts: * When selecting soundfont / configfile, give hints in the bottom of the dialog about locations searched. * On Windows, add "*" to the end of the path when performing directory listings, to be compliant with the windows APIs. * On Windows, search $OCP\data for sf2 files. * On Windows, timidityplay.c didn't follow the TiMidity windows search logic. * If user-override only if found for timidity.cfg, relay this in the config dialog. More... about 2 months ago
[mingw] build script now download all files before it starts the actual build, and the downloaded files are now cached. More... 2 months ago
[FileSelector] Implement casefold before sorting the files and directories. More... 2 months ago
[Windows] Use WideChar / UTF-16 interface version of Windows filesystem API calls. More... 2 months ago
[TiMidity] Match internal TiMidity+ code for searching C:\windows\timidify.cfg More... 2 months ago
[SID] Use the internal fileIO API instead of direct OS access for browsing ROM files. More... 2 months ago
On windows, make driver letters capital and sort them infront of the other protocols in the file browser. More... 2 months ago
[SDL] Keyboard events that did not fit into a single wide-char, was decoded incorrectly. Probably nobody were affected unless they have an emoticon keyboard. More... 2 months ago
avoid strcpy with src == dst, that causes undefined behaviour More... 2 months ago
[devw] Add panning support for integer mixers too (devwmix and devmixq) More... 3 months ago
[devwmixf] Clean up structure layout for the internal states, removing legacy from the previous assembler code that has been converted into C. More... 4 months ago
[S3M] commit 5732560007e6b96686d0fa1aa485b3ef890c693d made stereo-commands pan aggressivly away from center (absolute + repeat relative) and "randomly" enable stereo if value was 1. More... 5 months ago
[playxm] Allow a sample to be truncated. Zero out the missing bytes. Also update some of the warnings to be slightly more verbatim. More... 6 months ago
Add support for stereo-samples in the mixers. More... 7 months ago
[devmixf] Move logic that fixes readout of sample data for linear and cubic-interpolation when hitting sample loop from global on samples to inside the mixers. If samples was used multiple times at the same time, logic was flawed. Also fix a missing multiplication in the frequency-response-filter that went missing when transitioning from assembler to C. More... 7 months ago
Clean up code used mixing/extracting audio used for scope-views: * Evaluate both right and left volume when extracting to a target mono viewer (used to only evaluate left) * For Non-floating point usage, interpolating version had a copy-paste error in the interpolating part. * Make code more readable. More... 7 months ago
[playit] Files created with other trackers than Impulse Tracker, was not marked correctly by file-detection. More... 7 months ago
Loading *.IT files with stereo samples caused random noise due to only reading one channel of the stereo sample causing multiple problems: * Read-position for the next sample to be incorrect, loading incorrect data for all samples following. * Expecting stereo-sample to be stored as interleaved causing a pitch down when downmixing to mono. * Since only half of the data was read from disk, the last half when downmixing to mono was random data from the heap. More... 7 months ago
Add error detection for some I/O calls (not likely to fail, but gave compiler warnings) More... 8 months ago
Make internal helper function for SDL audio static (if switching between SDL1.x and SDL2.x for compile testing, this could be very confusing if both drivers ended up being installed). More... 8 months ago
Add comments regarding calulations used for mcpSet(mcpGSpeed). More... 8 months ago
Multiple updates regarding graphical modes: * Remove leftovers of "gdb-helpers" * Attemping to enable graphic mode needs to be able to gracefully fail, even when announced present (and revert back to text) * Changing fontsize, while graphical mode was enable did not have an impact on the textmodes. * Saving `fontsize` from ALT+C dialog did not work as expected, due to `screentype` likely being another value than 8 in ocp.ini. Update `screentype` value too when in this dialog to the relevant value. * SDL 1.x, enabling graphical mode two times in a row (and window size did not match from textmode), would cause the window to not resize correctly. More... 8 months ago
Use same syntax/style for the old 8x8 and 8x16 fonts, as we did for the recently added 16x32. More... 9 months ago
Add 16x32 font, which is nice for high DPI screens. Access the setting via ALT-C. More... 9 months ago
[modland.com] setup dialog, select mirror: the custom editfield did not 100% match position when entering edit-mode. More... 11 months ago
The annual copyright update. More... 11 months ago