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/misc
AgeCommit message (Expand)Author
2022-11-05Cleanup string IDs of DOS programsFeralChild64
2022-10-14Add value and percentage parsing helperskcgen
2022-10-12Shorten case-insensitive char and string equality functionskcgen
2022-10-12Move the text file reader function to file utilitieskcgen
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-07Add a filesystem util to configure from fs time to raw time_tkcgen
2022-10-07Add character and string case-insensitive comparison functionskcgen
2022-10-07Initialize messages before writing the primary confkcgen
2022-10-07Move the stubbed MSG_ functions into a dedicated libmisc depkcgen
2022-10-03Change 'config -wc' to write UTF-8 fileFeralChild64
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-29Add support function that gets lines from a text resourcekcgen
2022-09-26Lookup resources in a custom meson-setup "--datadir"kcgen
2022-09-26Provide a fallback-resource path for broken XDG configurationskcgen
2022-09-25Uses MSG_Get for drive type messagesWengier
2022-09-24Lookup resources from XDG data locationskcgen
2022-09-24Dedupe the project name using Meson's metadatakcgen
2022-09-10Update Copyright year on files modified this yearkcgen
2022-09-07Fixes CONFIG command's descriptionWengier
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-29Avoid archiving single objectskcgen
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-22Log issues parsing conf values using the warning levelkcgen
2022-08-22Add a path-simplifying filesystem utility functionkcgen
2022-08-22Let Config objects be moveablekcgen
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-06Standardize Meson formatting with muon fmtkcgen