Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-15Add support for UTF-8 localefc/utf8-locale-1FeralChild64
2022-08-15Add UTF-8 -> code page conversion dataFeralChild64
2022-08-15Add `dga16` CGA colors presetJohn Novak
2022-08-15Cleanup & get rid of PVS Studio warningsJohn Novak
2022-08-15Make the `cga_colors` tokenizer easier to followJohn Novak
2022-08-15Move most math stuff from support.h into math_utils.hJohn Novak
2022-08-15Remove conv_hex_wordJohn Novak
2022-08-15Normalise casing and remove unused functionsJohn Novak
2022-08-15Move most string util functions into string_utils.cpp from support.cppJohn Novak
2022-08-15Move is_digits & is_hex_digits to string_utilsJohn Novak
2022-08-15Make 'cga_colors' accept 3 or 6-digit hex codes or decimal RGB-tripletsJohn Novak
2022-08-15Update 'cga_colors' config param descriptionJohn Novak
2022-08-15Add unit testing tips and instructionsJohn Novak
2022-08-14Correctly report PNG support in Meson summaryOtto Liljalaakso
2022-08-14Fix buffer overflow that happens when processing the very first sampleJohn Novak
2022-08-14Update FluidSynth wrap to 2.2.8kcgen
2022-08-14Update mt32emu wrap to 2.7.0kcgen
2022-08-14Use a shared pointer to manage residfp's matrix datakcgen
2022-08-14Fix residfp regressionJohn Novak
2022-08-13Simplify mouse event queueFeralChild64
2022-08-13Remove obsolete mouse button rate boost code, has almost no effect with 200 H...FeralChild64
2022-08-12Lower allowed warning limitskcgen
2022-08-12Prefer system-provided SpeexDSP in analysis CI jobskcgen
2022-08-12Test SpeexDSP's floating-point API during Meson setupkcgen
2022-08-12Rename Meson option use_system_libs to system_librarieskcgen
2022-08-11Increase DOS & PS/2 minimum mouse sampling rate to 200HzFeralChild64
2022-08-11Restore unity gain for FluidSynthJohn Novak
2022-08-11Fix whitespace in reverb conf helpkcgen
2022-08-11Drop the splash screenkcgen
2022-08-09Update Polish (pl) translation resourcesFeralChild64
2022-08-09Drop speed_mod conf setting in favour of constantkcgen
2022-08-09Simplify ratio handlingJohn Novak
2022-08-09Improve 'compressor' config param descriptionJohn Novak
2022-08-09Use 'default' instead of empty constructor/destructor bodyJohn Novak
2022-08-09Make attack time configurable & cleanupJohn Novak
2022-08-09Use fixed attackJohn Novak
2022-08-09Get rid of narrowing warningsJohn Novak
2022-08-09Enable narrowing checksJohn Novak
2022-08-09Misc cleanupJohn Novak
2022-08-09Fix attack times array initialisationJohn Novak
2022-08-09Get rid of warningsJohn Novak
2022-08-09Compressor now uses floats instead of doublesJohn Novak
2022-08-09Add 'compressor' config param to the 'mixer' sectionJohn Novak
2022-08-09Perform sample value scaling in the compressorJohn Novak
2022-08-09Cleanup, various fixed & tweak compressor settingsJohn Novak
2022-08-09Add includesJohn Novak
2022-08-09Include cmathJohn Novak
2022-08-09Add GPL headerJohn Novak
2022-08-09Add global compressor to the master audio channelJohn Novak
2022-08-09Drop mixer frequency changes from host negotiationkcgen