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
2020-03-27Use C++11 raw string literals for shader's codepo/more-shadersPatryk Obara
2020-03-27Prevent empty property namesPatryk Obara
2020-03-27Initialize all members of Property classPatryk Obara
2020-03-27Cleanup MIDI/ALSA-related logsPatryk Obara
2020-03-27Adjust help strings for sdl optionsPatryk Obara
2020-03-27Declare sdl.vsync as deprecated/disabledPatryk Obara
2020-03-27Allow config properties to be deprecatedPatryk Obara
2020-03-27Skip splash screen if resolution is not large enoughPatryk Obara
2020-03-27Rename gimp_image to splash_imagePatryk Obara
2020-03-27Fix splash screen for surface outputPatryk Obara
2020-03-27Remove dead code remains of "lazy_fullscreen" featurePatryk Obara
2020-03-27Fix indirect memory leak of icon surfacePatryk Obara
2020-03-27Define SDL rgb-masks for creating surfacesPatryk Obara
2020-03-27Initialize default window size before GUI_StartUpPatryk Obara
2020-03-27Move "extern C" to ppscale headerPatryk Obara
2020-03-27Handle surface as the last option during updatePatryk Obara
2020-03-27Prevent a crash in Windows AMD driversPatryk Obara
2020-03-27Store SDL texture render driver as std::stringPatryk Obara
2020-03-27Replace Lock/UnlockTexture with UpdateTexturePatryk Obara
2020-03-27Update description of sdl.windowresolutionPatryk Obara
2020-03-27Remove old splash screenPatryk Obara
2020-03-27Update splash screen to use 4:3 aspect ratioPatryk Obara
2020-03-27Destroy SDL resources in the proper orderPatryk Obara
2020-03-27Set icon after sdl.window is createdPatryk Obara
2020-03-27Fix effc++ warnings in control.hPatryk Obara
2020-03-27Start with the correct full/window resolutionPatryk Obara
2020-03-27Display splash screen using GFX APIPatryk Obara
2020-03-27Cleanup and document GFX_StartUpdate functionPatryk Obara
2020-03-27Remove dead code remains of WinDIB usagePatryk Obara
2020-03-25Use ISO date format for ccache keyskrcroft
2020-03-24Use ccache in the CI workflowskrcroft
2020-03-24Turn on CI jobs for pull_request eventPatryk Obara
2020-03-23Describe phonebook feature in the manualNicknineTheEagle
2020-03-23Implement phone book to remap phone numbers to addresses for modemNicknineTheEagle
2020-03-23Fix auto-answer (S0) behavior in modemNicknineTheEagle
2020-03-23Implement DTR drop actions (&Dn) and DTR drop delay (S25) in modemNicknineTheEagle
2020-03-23Fix a bug with backspace handling in modemNicknineTheEagle
2020-03-22Use ccache if availablekrcroft
2020-03-22Update allowed warnings limitskrcroft
2020-03-22Track and free unassigned CStickBindGroup allocationskrcroft
2020-03-22Only initialize the mapper once during startupkrcroft
2020-03-22Add Code of Conductkrcroft
2020-03-22Selectively enable MarkDown line-length checkingkrcroft
2020-03-20Update allowed warnings limitskrcroft
2020-03-20Use prefix form of incrementing iteratorskrcroft
2020-03-20Explicitly ignore some return valueskrcroft
2020-03-20Prevent undefined behavior while bit-shifting on 32bit systemskrcroft
2020-03-20Simplify joystick type assignment logickrcroft
2020-03-20Refactor and make the joystick querier re-runnablekrcroft
2020-03-20Move member initialization to the definitionkrcroft