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-04-27Add header guardkk/fix-debuggerKirk Klobe
2022-04-27Fix debuggerKirk
2022-04-27Avoid a potential divide-by-zero in rate calculationkcgen
2022-04-27Remove Windows line-endings from sdlmain headerkcgen
2022-04-25Move PPScale class to ppscale.hWengier
2022-04-25Add DOSBox Staging headerWengier
2022-04-25Separate class definitions in SDLmain to header fileWengier
2022-04-23Revert "Disable PVS studio license check"kcgen
2022-04-23Update help message for CHOICE commandWengier
2022-04-23Add /T option for CHOICE commandWengier
2022-04-21Update allowed PVS Studio warnings for new versionkcgen
2022-04-21Disable PVS studio license checkkcgen
2022-04-21Update PVS Studio to 7.18.59210.195kcgen
2022-04-15Sync loguru from upstreamkcgen
2022-04-15Only use the debugger window after creationkcgen
2022-04-15Set initial values for debugger struct memberskcgen
2022-04-15Create log aliases into the debuggerkcgen
2022-04-14Merge 'svn/trunk' r4474ripsaw8080
2022-04-14Prevent Loguru from using std::locale (#1561)kcgen
2022-04-14Sync loguru with upstream (snapshot 2022-04-14)kcgen
2022-04-14As in r4371 for writing characters, use real pointer with font data for readi...ripsaw8080
2022-04-14Disallow deprecated int type conversionWengier
2022-04-14Mass replace int types with cstdint typesWengier
2022-04-11Sync dr_wav with upstream (v0.13.6)David Reid
2022-04-11Sync dr_mp3 with upstream (v0.6.33)David Reid
2022-04-11Sync dr_flac with upstream (v0.12.38)David Reid
2022-04-09Let the minimum window size be less than the draw areakcgen
2022-04-09Log the viewport output size and pixel-aspectkcgen
2022-04-09Always save the window dimensions after resizingkcgen
2022-04-09Let the window size be exactly as specifiedkcgen
2022-04-09Correct the handling of limits when calculating the viewportkcgen
2022-04-09Add percentage handling to the viewport conf parserkcgen
2022-04-09Reorder the viewport_resolution setting after window_resolutionkcgen
2022-04-09Refactor the viewport restriction setting functionkcgen
2022-04-09Rename a function to be consitent with otherskcgen
2022-04-09Rename the viewport resolution related itemskcgen
2022-04-09Rename the state indicator when the viewport is limitedkcgen
2022-04-09Rename the state indicator when an exact win size is setkcgen
2022-04-09Check parallel port with bool OR instead of bitwise ORkcgen
2022-04-04Lower allowed warnings limitskcgen
2022-04-03Refactor setting attributes on local files (CWE-367)kcgen
2022-04-03Add std::filesystem permission support functionskcgen
2022-04-03Use the new random generator in the OPL drum synth (CWE-676)kcgen
2022-04-03Use the new random generator in DOS_CreateTempFile (CWE-676)kcgen
2022-04-03Use the mersenne twister to generate random valueskcgen
2022-04-03Collapse duplicate CPU cycle parsing with lambdakcgen
2022-04-03Only process the fixed cycles string if present (CWE-252)kcgen
2022-04-03Remove an unused function to eliminate an unchecked rcode warning (CWE-252)kcgen
2022-04-03Check an untrusted loop bound in keyboard layout (CWE-606)kcgen
2022-04-03Check an untrushed loop bound in keyboard layout (CWE-606)kcgen