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-10-25Specify MACOSX_DEPLOYMENT_TARGET per archkk/macos-workflow-min-version-1Kirk
2021-10-22Collapse duplicate string operation enums into onekcgen
2021-10-22Revert use of safe_sprintf in the debugger logllm
2021-10-22Add DBXDEBUG.COM as an alternative debuggerkcgen
2021-10-22Try harder to exclude DEBUG.COM for non-debug-modekcgen
2021-10-22Include debugger-build with Windows packagekcgen
2021-10-22Lower allowed warnings limitkcgen
2021-10-22Use a 64-bit type to accomodate a left-shift of 32kcgen
2021-10-22Add IO handler container tests to VSkcgen
2021-10-22Use literal sizes for io_width_tkcgen
2021-10-22Ensure all variables are initialized in do-stringkcgen
2021-10-22Use port type in Hercules write APIkcgen
2021-10-22Check for failed writes in MIDI OSSkcgen
2021-10-22Wrap debug-only if-statement with parenskcgen
2021-10-22Use strncat instead of strncpy in drive FATkcgen
2021-10-22Increment codepage position based on read amountkcgen
2021-10-22Add checks for under-reading KCL filekcgen
2021-10-22Use safe_sprintf in safe_strcpykcgen
2021-10-22Make more snprintf calls safekcgen
2021-10-22Add noautoexec, noprimaryconf, and nolocalconf to --helpkcgen
2021-10-22Minimize warning-level for subprojects, as these are out-of-scopekcgen
2021-10-22Sync loguru with latest warnings fixeskcgen
2021-10-21Add range expressions and std::array to maintenance dockcgen
2021-10-20Update mt32emu wrap dependency to 2.5.3kcgen
2021-10-20Merge 'svn/trunk' r4467Patryk Obara
2021-10-18Register values changed by the EXEC load overlay function; fixes FM music in ...ripsaw8080
2021-10-18Fix race condition in mapper autotypeKirk
2021-10-18Use the previous video mode in change criteriakcgen
2021-10-18Use more consts in VGA_Draw_Xlat16_Linear_Linekcgen
2021-10-18Use more consts in VGA_Draw_Linear_Linekcgen
2021-10-18Use a more obvious 6-to-8 bit DAC calculationkcgen
2021-10-18Reformat the RGB565 DAC translation valuekcgen
2021-10-18Use standard VGA routines when mode matcheskcgen
2021-10-18Register values changed by the EXEC load overlay function; fixes FM music in ...ripsaw8080
2021-10-15Revert Meson release build flags for macOSKirk
2021-10-15De-Bitu width and height variablesGranMinigun
2021-10-15Add non-power-of-two texture supportGranMinigun
2021-10-15Calculate texture dimensions individuallyGranMinigun
2021-10-13Use SDL's OpenGL extension lookup instead of direct callskcgen
2021-10-13Exclude pixel-perfect from intial window resizingkcgen
2021-10-13Use GL's clamp-to-edge instead of the deprecated 'clamp'kcgen
2021-10-13Don't use view clipping to differentiate GL filter modekcgen
2021-10-12Trim the splash image dimensions from 480 to 400 lineskcgen
2021-10-12Enforce the lower-bound 640x400/480 windowresolutionkcgen
2021-10-12Keep track if we've already resized the initial windowkcgen
2021-10-12Adjust the OpenGL window size after creation, if neededkcgen
2021-10-12Rename a variable to avoid shadowing the functionkcgen
2021-10-12Adjust the fallback resolution based on aspect-correctionkcgen
2021-10-12Describe [autoexec] join vs overwrite in READMEkcgen
2021-10-12Keep track of the leading autoexec conf in Setupkcgen