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-24Fix several punctuation mistakes in Polish (pl) translationfc/translation-pl-3FeralChild64
2022-08-24Update Italian (it-it) translationKappa971
2022-08-24Use 'DOSBox Staging.app' on macOS per Human Interface Guidelineskcgen
2022-08-23Use consistent terminology to describe release of captured mousekcgen
2022-08-23Drop trailing period in log messagekcgen
2022-08-23Fix typo in mouse_capture log messagekcgen
2022-08-23Improve the log messages for the capture_mouse conf settingkcgen
2022-08-22Add Polish (pl) translation for CONFIG_AUTOMOUNTFeralChild64
2022-08-22Comment-out the verbose logging of SDL eventskcgen
2022-08-22Log issues parsing conf values using the warning levelkcgen
2022-08-22Add built-in DOS tools as a "resources" automountkcgen
2022-08-22Automount directories when found locally or from resourceskcgen
2022-08-22Add a path-simplifying filesystem utility functionkcgen
2022-08-22Let Config objects be moveablekcgen
2022-08-22Support bundling resource subdirectories with Mesonkcgen
2022-08-22Use a list to manage AUTOEXEC's AutoexecObjectskcgen
2022-08-21Revert "Replace pre-VBE 2.0 32-bit modes with 24-bit modes"kcgen
2022-08-21Add Extreme Assault's halfline mode as a vesa_mode optionkcgen
2022-08-20Use of int rather than int16_tDean Beeler
2022-08-20Integrated feedbackDean Beeler
2022-08-20Fix code that was throwing away samples generated from the bottom six channels.Dean Beeler
2022-08-19Use default environment in macOS CI buildskcgen
2022-08-19Validate extra link arguments in Mesonkcgen
2022-08-19Build macOS x86 release on available runnerskcgen
2022-08-18Reduce MIDI rendering chunk sizeskcgen
2022-08-16Link with libSDL instead on libSDLd on Windowskcgen
2022-08-16Link with libpng16 instead on libpng16d on Windowskcgen
2022-08-16Use runner native build record in macOS CIkcgen
2022-08-16Link with zlib instead of zlibd on Windowskcgen
2022-08-16Fix frames and update KEYB help in Polish (pl) translationFeralChild64
2022-08-16Calculate bandwidth and damping frequency as a percentage of the sample rateJohn Novak
2022-08-16Revert "Reduce increaseticks sleep time"kcgen
2022-08-16Make the first VESA 2.0 mode self-documentingkcgen
2022-08-16Include typical VESA 2.0 modes in the compatible setkcgen
2022-08-16Replace pre-VBE 2.0 32-bit modes with 24-bit modeskcgen
2022-08-16Scale clipping area back for mouse on macOSGranMinigun
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