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-06-29Instrument some core subsystems with Tracykk/tracy-1Kirk
2022-06-29Add Tracy to build systemKirk
2022-06-29Make RoboCopy return 0 for acceptable scenarioskcgen
2022-06-29Drop the libspeexdsp workaround for vcpkgkcgen
2022-06-28Fix a newly-detected warning by shellcheck 8.xkcgen
2022-06-28Use Ubuntu 22.04 by default in Linux workflowskcgen
2022-06-27Use the primary repo name to filter duplicate CI jobskcgen
2022-06-27Reformat MIXER_InitJohn Novak
2022-06-27Initialise all mixer state vars when changing the mixer configJohn Novak
2022-06-26Move mouse parameters updateGranMinigun
2022-06-26Cleanup and simplify window setup routinesGranMinigun
2022-06-26Center SDL renderer output in pixel-perfect modeGranMinigun
2022-06-26Move GL context handling; add SDL renderer viewportGranMinigun
2022-06-26Move SDL renderer creation near window creationGranMinigun
2022-06-26Add HiDPI supportGranMinigun
2022-06-26Initialize the glshader source when changing output modeskcgen
2022-06-26Only include debugger deps when enabledkcgen
2022-06-25Simplify CI push vs pull_request de-dupe logickcgen
2022-06-25Clear voice IRQ when neededIan Scott
2022-06-25Handle IRQ de-assert like a real GUSIan Scott
2022-06-24Fix VMware port IO widthFeralChild64
2022-06-24Lower allowed warning limitskcgen
2022-06-24Merge 'svn/trunk' r4480kc/merge-r4480ripsaw8080
2022-06-24Remove address+undefined combination analysis CI jobkcgen
2022-06-24Add iround support function for floatskcgen
2022-06-23Remove the SoftLimiter and related buffers from GUSkcgen
2022-06-23Temporary disable Windows Defender Scans in CIkcgen
2022-06-23Fix typo in macOS CI conditionkcgen
2022-06-23Add ccache environment to macOS CI release jobkcgen
2022-06-23Disable LTO for macOS ARM64 CI runs (ccache-blocker)kcgen
2022-06-23Let self-hosted runners leverage their own ccachekcgen
2022-06-23Let MSYS2 non-release CI jobs retry up to 10 timeskcgen
2022-06-22Rename misc. 'pagesize' variablesKirk
2022-06-22Add host_pagesize and dos_pagesize constexprsKirk
2022-06-22Use bit_views to get the timer's read back statuskcgen
2022-06-22Remove extraneous bracing in timerkcgen
2022-06-22Add a value-accessor to bit_viewkcgen
2022-06-22Reuse maximum BCD and DEC count constants in timerkcgen
2022-06-22Eliminate redundant true-state comparisons in timerkcgen
2022-06-22Name PIT enum-to-string function per coding stylekcgen
2022-06-22Prefix sinc-related constants in impulse PC Speakerkcgen
2022-06-22Drop an unused constant from impulse PC Speakerkcgen
2022-06-22Move the sleep duration to a constant in impulse PC Speakerkcgen
2022-06-22Explain 8 KHz sample rate multiples in impulse PC Speakerkcgen
2022-06-22Name the amplitude fade as such in impulse PC Speakerkcgen
2022-06-22Use float samples without soft-limiting in impulse PC Speakerkcgen
2022-06-22Better differentiate the reference vs LUT in impulse PC Speakerkcgen
2022-06-22Apply more const in impulse PC Speakerkcgen
2022-06-22Use snake_case for constants in impulse PC Speakerkcgen
2022-06-22Describe the minimum tick rate as such in discrete PC Speakerkcgen