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-09-30WIP Harden safe_strncpy macropo/string-utils-2Patryk Obara
2020-09-30WIP Replace all cases where safe_strncpy was ...Patryk Obara
2020-09-30WIP Implement safe_strcpy/4Patryk Obara
2020-09-30Add unit tests for the Soft Limiterkcgen
2020-09-30Add unit tests for the Soft Limiterkcgen
2020-09-30Replace GUS's internal soft limiter with the standalone classkcgen
2020-09-30Use the mixer's level callback in GUSkcgen
2020-09-30Generalize the GUS's Soft Limiter as a standalone classkcgen
2020-09-30Let the channels' levels be managed by the sourcekcgen
2020-09-30Make the AudioFrame struct available for general usekcgen
2020-09-30Make the mixer command line use the SetVolume() functionkcgen
2020-09-30Mass-replace safe_strncpy with safe_strcpyPatryk Obara
2020-09-29Add an option for selecting raw mouse inputPatryk Obara
2020-09-29Introduce SDL2 version check for Visual StudioPatryk Obara
2020-09-28Display warnings grouped by file in CI reportsPatryk Obara
2020-09-28Fix -Wswitch warning in INT10_SetBackgroundBorderPatryk Obara
2020-09-28Fix -Wswitch warnings in INT10_WriteCharPatryk Obara
2020-09-28Fix -Wswitch warnings in INT10_SetAllPaletteRegistersPatryk Obara
2020-09-28Fix -Wswitch warnings in INT10_SetOverscanBorderColorPatryk Obara
2020-09-28Fix -Wswitch warnings in INT10_SetSinglePaletteRegisterPatryk Obara
2020-09-27Add build with disabled network features to CI gatingPatryk Obara
2020-09-27Fix compilation when building with --disable-networkPatryk Obara
2020-09-27Avoid dropping the last character when appending shell commandskcgen
2020-09-26Clear modem phone book on serial ports shutdownNicknineTheEagle
2020-09-25Return error code when handling DOS function 57hPatryk Obara
2020-09-25Update allowed warnings limitPatryk Obara
2020-09-25Properly set modify time on written filesNicknineTheEagle
2020-09-24Fix "Dead nested assignment" static analysis issuePatryk Obara
2020-09-24Adjust static_assert message to be more specificPatryk Obara
2020-09-24Ensure long long int and uint64_t are the same sizekcgen
2020-09-24Simplify and clarify FPU decimation loopkcgen
2020-09-23Add some missing generated files to distcleanPatryk Obara
2020-09-23Override automake distclean target for testsPatryk Obara
2020-09-23Update allowed warnings limitsPatryk Obara
2020-09-21Merge branch 'svn/trunk' r4367Patryk Obara
2020-09-21Change FPU_FBST to only write 18 decimals instead of the wrongly 19, this mak...Peter Veenstra
2020-09-20Update Alt+Pause fix to use SDL 2.0Patryk Obara
2020-09-20Merge branch 'svn/trunk' r4366Patryk Obara
2020-09-19refine alt-pause a bit, so it handles keeping alt-pressed and releasing it wh...Peter Veenstra
2020-09-18Fix effc++ warnings in DBOPL::Operator classPatryk Obara
2020-09-18Use safe_strcat in refactored LOADFIX codePatryk Obara
2020-09-18Update allowed warnings limitsPatryk Obara
2020-09-18Merge branch 'svn/trunk' r4365Patryk Obara
2020-09-18Revert "Avoid a problem related to r4357 that could occur rarely."Patryk Obara
2020-09-18Fix sign-compare warnings in YMF262 emulatorPatryk Obara
2020-09-15Add buffer overflow guard in case of very long command line.ripsaw8080
2020-09-15Improve argument handling of internal programs that execute user programs.ripsaw8080
2020-09-15Avoid a problem related to r4357 that could occur rarely.ripsaw8080
2020-09-13Merge branch 'svn/trunk' r4362Patryk Obara
2020-09-13Fix up ternaries in the exceptions (jmarsh)Peter Veenstra