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
path: root/src
AgeCommit message (Expand)Author
2022-10-14Add value and percentage parsing helperskcgen
2022-10-13Fix mistakes in switching to ansi text codesRobert de Rooy
2022-10-12Use translatable messages for mixer channel modeskcgen
2022-10-12Drop the unused PROGRAM_IMGMOUNT_STATUS_1 messagekcgen
2022-10-12Shorten case-insensitive char and string equality functionskcgen
2022-10-12Move the text file reader function to file utilitieskcgen
2022-10-08convert esc codes to ansi in srcRobert de Rooy
2022-10-08Use Meson 0.56 list addition in src/misc (#2004)kcgen
2022-10-07Avoid std::fs exception when checking path writabilitykcgen
2022-10-07Avoid std::fs exception when getting match files from pathkcgen
2022-10-07Avoid std::fs exception when getting resource parent pathskcgen
2022-10-07Avoid std::fs exception when loading message fileskcgen
2022-10-07Avoid std::fs exception when expanding directory fileskcgen
2022-10-07Avoid std::fs exception when getting user config pathkcgen
2022-10-07Avoid std::fs exception when checking soundfont filekcgen
2022-10-07Avoid std::fs exception when checking glshader pathkcgen
2022-10-07Avoid std::fs exception when renaming in an overlaykcgen
2022-10-07Avoid std::fs exception when unlinking in an overlaykcgen
2022-10-07Refactor Z drive registration using the recursive directory iteratorkcgen
2022-10-07Add a filesystem util to configure from fs time to raw time_tkcgen
2022-10-07Revert "Rewrite z_drive_register function using std_fs"kcgen
2022-10-07Use high and low result parts in mouse cursor textkcgen
2022-10-07Clarify copyright attribution and timeframes in dos_keyboard_layoutkcgen
2022-10-07Move the keyboard layout language codes to managed-typeskcgen
2022-10-07Add character and string case-insensitive comparison functionskcgen
2022-10-07Manually reset the keyboard layout language codeskcgen
2022-10-07Initialize messages before writing the primary confkcgen
2022-10-07Move the stubbed MSG_ functions into a dedicated libmisc depkcgen
2022-10-05Fix several English strings too long to fit on screenFeralChild64
2022-10-04Add direct support for Windows 3.1 seamless mouse driver by javispedroFeralChild64
2022-10-03Change 'config -wc' to write UTF-8 fileFeralChild64
2022-10-03Enumerate all 16 default color values in cga_colors' conf descriptionJeremy Kapp
2022-10-02Switch messages in MSG_Add from code page 437 to UTF-8FeralChild64
2022-10-02Handle UTF-8 review remarksFeralChild64
2022-10-02Return operation status after UTF8 string conversionFeralChild64
2022-10-02Handle UTF8 locale support review remarks and compilation warningsFeralChild64
2022-10-02Drop non-UTF8 translationsFeralChild64
2022-10-02Add support for UTF-8 localeFeralChild64
2022-09-30Reset a variable through assignment after movingkcgen
2022-09-30Add Dutch to list of languages in sourcekcgen
2022-09-30Update mount-type descriptions in language sourceskcgen
2022-09-29Add mapperfile loading from bundled resourceskcgen
2022-09-29Add support function that gets lines from a text resourcekcgen
2022-09-29Offset the Sound Blaster's buffer by the prior leftover samplekcgen
2022-09-27Only re-configure the resamplers on rate changeskcgen
2022-09-27Cleanup a local string name in the shell line parserkcgen
2022-09-26Auto-mount drives before parsing executable commandskcgen
2022-09-26Wrap the latch timer when beyond 16-bitkcgen
2022-09-26Move the uptime logic from the shell and into a function (#1967)kcgen
2022-09-26Lookup resources in a custom meson-setup "--datadir"kcgen