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-14Fix type warningsww/devloadWengier
2022-04-14Add Meson resourceWengier
2022-04-14Add DEVLOAD.COM as Z drive programWengier
2022-04-14Increase LASTDRIVEWengier
2022-04-14Fix DEVLOAD freezeWengier
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
2022-04-03Check an untrusted loop bound in keyboard layout (CWE-606)kcgen
2022-04-03Catch out of bounds array access in keyboard layout (CWE-125)kcgen
2022-04-03Check the return value from seek in keyboard layout (CWE-252)kcgen
2022-04-03Check the return value from seek in keyboard layout (CWE-252)kcgen
2022-04-01Don't reassign a static containerkcgen
2022-04-01Drop accidental debug logging in the mousekcgen
2022-04-01Describe the resources directory in a README documentkcgen
2022-04-01Copy the resources into VisualStudio's output areakcgen
2022-04-01Log failed lookups for mandatory resourceskcgen
2022-04-01Hoist S3 last pixel skip determination up and use bitopskcgen
2022-04-01Make last pixel conditional in S3 polygon routinesJonathan Campbell
2022-03-30Initialize all FilterModel non-const memberskcgen
2022-03-30Check the return-code when reading the vorbis headerkcgen
2022-03-30Lower allowed warnings limitskcgen
2022-03-30Address PR feedback as suggestedFeralChild64
2022-03-30Sync keyboard.sys, ega.cpi, and related with upstreamFeralChild64