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-26Cleanup and simplify window setup routinesgm/highdpi-2GranMinigun
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
2022-06-22Eliminate temporaries and a branch in discrete PC Speakerkcgen
2022-06-22Name the period per sample as such in discrete PC Speakerkcgen
2022-06-22Move the discrete PC Speaker to full floatskcgen
2022-06-22Drop the DC Silencerkcgen
2022-06-22Move period of 1K PIT ticks to lower-casekcgen
2022-06-22Extract constants in discrete PC Speakerkcgen
2022-06-22Switch to CPP-style comments in PC Speakerkcgen
2022-06-22Clarify enum member using full wordskcgen
2022-06-22Mark discrete PC Speaker arguments read-onlykcgen
2022-06-22Use consisent filter-conf handling in PC Speakerkcgen