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-30Update Polish (pl) translationfc/translation-pl-4FeralChild64
2022-08-30Store the default country in a top-level constexprkcgen
2022-08-30Improve keyboard layout logickcgen
2022-08-30Add detail to failed message resource lookupkcgen
2022-08-30Use cross-platform language lookup in setupkcgen
2022-08-30Handle wide-char during macOS language extractionkcgen
2022-08-30Lookup country-code using Windows locale API callDennis Lühring
2022-08-30Move OS-specific language function to cross sourceskcgen
2022-08-30Prefer codepages prior to the eurozone monetary union (<1999)kcgen
2022-08-30Debitu the remainder of keyboard layoutkcgen
2022-08-30Always switch to the new keyboard layout when loadedkcgen
2022-08-30Let the right-hand-side set the type in keyb layoutkcgen
2022-08-30reorder headers in keyboard layoutkcgen
2022-08-30Dedupe codepage file reading code into a lambda functionkcgen
2022-08-30Store the default 437 layout in a top-level constexprkcgen
2022-08-30Check the amount of data read from the layout filekcgen
2022-08-30Switch to on-demand CPX loading instead of pre-loadingkcgen
2022-08-30Read keyboard file and codepages using new reader functionskcgen
2022-08-30Add file builtin file IO support functions to keyboard layoutkcgen
2022-08-30Update Italian (it-it) translationKappa971
2022-08-29Drop LTO for arm64 M1 because it's slowerkcgen
2022-08-29Let Meson check the return-code from a system callkcgen
2022-08-29Avoid archiving single objectskcgen
2022-08-29Update CI release LTO settingskcgen
2022-08-28Exclude a debug-only const from Nuked OPLkcgen
2022-08-28Fix boolean typo in drive automount parserkcgen
2022-08-28Lower allowed warning limitskcgen
2022-08-28Null-terminate the boot ROM buffer after reading (CWE-170)kcgen
2022-08-28Initialize the impulse PC Speaker PIT times from a constexpr (CWE-457)kcgen
2022-08-28Check if an argument was provided in the serial command (CWE-252)kcgen
2022-08-28Check for an out-of-bounds read condition in SB DMA (CWE-125)kcgen
2022-08-28Check for an out-of-bounds read condition in OPL (CWE-125)kcgen
2022-08-28Use the Mersenne Twister random generator in TalChorus (CWE-676)kcgen
2022-08-28Limit the integer distribution type to no smaller than 16-bitkcgen
2022-08-28Let the random number generator support float valueskcgen
2022-08-28Pass Config object via unique_ptr in shellkcgen
2022-08-28Add scope to case blockJohn Novak
2022-08-28Add reminder to make the ZOH upsampler and filters more robustJohn Novak
2022-08-28Restore move semanticsJohn Novak
2022-08-28Fix custom filter frequency validation for Sound BlasterJohn Novak
2022-08-28Use the zero-order-hold upsample frequency when validating the custom filter ...John Novak
2022-08-28Refine error messageJohn Novak
2022-08-28Refine config descriptionsJohn Novak
2022-08-28Fix PVS-Studio warningsJohn Novak
2022-08-28Use FSYNTH logging prefix for FluidSynthJohn Novak
2022-08-28Add fsynth_filter config param & custom filter support to FluidSynthJohn Novak
2022-08-28Add mt32_filter config param & custom filter support to MT-32John Novak
2022-08-28Add innovation_filter config param & custom filter support to InnovationJohn Novak
2022-08-28Make warning messages less ambiguous & improve consistencyJohn Novak
2022-08-28Add gus_filter config param & custom filter support to GUSJohn Novak