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-28Do not extend SBLASTER from Module_baseJohn Novak
2022-08-28Implement custom filter parsing logicJohn Novak
2022-08-25Cleanup a loss-of-precision warning in RealSegkcgen
2022-08-25Add a bit-retention function, retain(), to bitopskcgen
2022-08-25Require a mouse to open the event mapper UIkcgen
2022-08-22Add a path-simplifying filesystem utility functionkcgen
2022-08-22Let Config objects be moveablekcgen
2022-08-16Make the first VESA 2.0 mode self-documentingkcgen
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-11Drop the splash screenkcgen
2022-08-09Drop speed_mod conf setting in favour of constantkcgen
2022-08-09Get rid of warningsJohn Novak
2022-08-09Add global compressor to the master audio channelJohn Novak
2022-08-07Log modes 11h and 12h as VGA istead of EGAkcgen
2022-08-06Only use Tracy when requestedkcgen
2022-08-04Remove magic_enum due to cons outweighing proskcgen
2022-08-04Name the keyboard error-code enum typekcgen
2022-08-04Relocate general language getter into Setupkcgen
2022-08-04Relocate OS-specific language getter into crosskcgen
2022-08-04Format the list of enum Country valueskcgen
2022-08-04Use an enum class for Country and normalize casekcgen
2022-07-30Use int instead of charKirk
2022-07-30Disable effc++ for Iir1 until its next releasekcgen
2022-07-30Assert type-bounds before value-bounds in check_cast (CWE-569)kcgen
2022-07-30Simplify bitops width checks (CWE-569)kcgen
2022-07-30Use CamelCase for multi-value class and member nameskcgen
2022-07-30Use CamelCase convention for Setup class memberskcgen
2022-07-30Cleanup const-ref types in setup interfaceskcgen
2022-07-30Avoid uncaught exception during setup destruction (CWE-248)kcgen
2022-07-30Avoid a buffer overrun when splitting 8.3 filenames (CWE-120)kcgen
2022-07-30Lazy-init the debugger's UI windowkcgen
2022-07-28Provide Iir1 via Meson wrap and vcpkgkcgen
2022-07-25Add MIDI sequence mute/unmute handlingkcgen
2022-07-25Move the generic LPT DAC handling to a base classkcgen
2022-07-25Refer to a set of channel features using a type aliaskcgen
2022-07-25Use mixer rate and time constantskcgen
2022-07-25Completely remove the soft-limiterJohn Novak
2022-07-23Add chorus support to the mixerJohn Novak
2022-07-23Move dpi_scale into global sdl structGranMinigun
2022-07-21Add a parallel-port constants headerkcgen
2022-07-21Expose the 8-bit to 16-bit conversion for general usekcgen
2022-07-20Reformat render.hJohn Novak
2022-07-15Add a sleep feature to the mixer channelkcgen
2022-07-11Let MCB faults be optionally reported or repairedkcgen