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
2021-12-25Update Russian (ru_RU) translationv0.79.0-alphav0.78.0GranMinigun
2021-12-24Revert "Don't line-double EGA 320x200 mode 00Dh" (#1463)kcgen
2021-12-24Fix typos in Ethernet port forward conf wordingGranMinigun
2021-12-24Fix typo and improve wording for sbwarmup parameterkcgen
2021-12-24Update Fedora build spec for 0.78kcgen
2021-12-24Update Meson version to 0.54.2 in BUILD.mdkcgen
2021-12-24Update Russian message sources for translationkcgen
2021-12-24Update Polish message sources for translationkcgen
2021-12-24Update Italian message sources for translationkcgen
2021-12-24Update French message sources for translationkcgen
2021-12-24Update Spanish message sources for translationkcgen
2021-12-24Update German message sources for translationkcgen
2021-12-24Update English language source files for 0.78 releasekcgen
2021-12-24List WfW network support in README.md tablekcgen
2021-12-24List 0.78 features in README.mdkcgen
2021-12-24Update translations section in READMEkcgen
2021-12-24Revert allowance for [, ] in conf section nameskcgen
2021-12-24Disable NPOT textures and edge clamping for custom shaderskcgen
2021-12-24Flag the IO handler size as maybe unusedkcgen
2021-12-23Fix CHOICE command return codeWengier
2021-12-23Update PVS Studio to 7.16.55312.179kcgen
2021-12-23Always mirror the CRT index and data registerskcgen
2021-12-23Don't line-double EGA 320x200 mode 00Dhkcgen
2021-12-23Omit 320x200x15/16/24 modes from compatible VESA setNicknineTheEagle
2021-12-23Fix CLS command in VESA modesNicknineTheEagle
2021-12-23Re-apply current video mode on CLSNicknineTheEagle
2021-12-23Always use dosbox-staging.conf regardless of build typekcgen
2021-12-23Paramaterize the SB speaker warm-up durationkcgen
2021-12-23Cleanup minor LGTM and Coverity issues in IDEkcgen
2021-12-23Describe the -ide flag in the IMGMOUNT help pagekcgen
2021-12-23Automatically manage IDE controllerskcgen
2021-12-23Add IDE detach routine with returned propertieskcgen
2021-12-23Add port uninstall routine to IDE Controller classkcgen
2021-12-23Add support function to check if container has itemkcgen
2021-12-23Remove IDE from conf systemkcgen
2021-12-23Use standard int types in IDE interfaceskcgen
2021-12-23Use nullptr in IDEkcgen
2021-12-23Use std::fill_n to write a subset of an arraykcgen
2021-12-23Standardize logging messages in IDEkcgen
2021-12-23Cleanup whitespace formatting in IDEkcgen
2021-12-23Don't check new result in IDE because it throwskcgen
2021-12-23Collapse duplicate ATA IO caseskcgen
2021-12-23Cleanup info string handling in IDEkcgen
2021-12-23Use std::fill_n to write a subset of an arraykcgen
2021-12-23Don't assign the same value twice in IDEkcgen
2021-12-23Collapse duplicate ATAPI CDROM sector read caseskcgen
2021-12-23Collapse duplicate ATAPI HDD sector read caseskcgen
2021-12-23Drop caseless switch in IDEkcgen
2021-12-23Use the lower-byte constructing ATAPI commandskcgen
2021-12-23Construct IDE drive speed with the lower-bytekcgen