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-08-06Sync reSIDfp with upstreamkc/sync-resid-1Leandro Nini
2022-08-06Bump license for compiled project to GPL-3.0-or-laterkcgen
2022-08-06Move package-specific Meson options into each dependencykcgen
2022-08-06Bump SpeexDSP wrap to 1.2.1-3kcgen
2022-08-06Standardize Meson formatting with muon fmtkcgen
2022-08-06Prioritize release builds using wrapskcgen
2022-08-06Only use Tracy when requestedkcgen
2022-08-06Use bytes-read to (also) determine the port's error statekcgen
2022-08-06Fix uninitialized argument warnings in MSCDEXkcgen
2022-08-06Avoid an unecessary assignment in CPU prefetchkcgen
2022-08-06Avoid a use-after-free in residfp arraykcgen
2022-08-06Extend the life of ID in drive_cachekcgen
2022-08-06Zero-init a couple CPU instruction temporarieskcgen
2022-08-06Avoid an out-of-bounds array access in MIDIkcgen
2022-08-06Cleanup an uninitialized variable warning in sdlmainkcgen
2022-08-05Partially fix Ultima Underworld mouse issuesFeralChild64
2022-08-04Remove magic_enum due to cons outweighing proskcgen
2022-08-04Add Windows layouts to language mappingskcgen
2022-08-04Move Windows-specific codepage lookup into helper functionkcgen
2022-08-04Apply case-conventions to keyboard layout classkcgen
2022-08-04Replace NULLs with nullptrs in keyboard layoutkcgen
2022-08-04Name the keyboard error-code enum typekcgen
2022-08-04Improve automatic layout handling on non-Windows systemskcgen
2022-08-04Add a codepage lookup function to keyboard layoutkcgen
2022-08-04Relocate general language getter into Setupkcgen
2022-08-04Relocate OS-specific language getter into crosskcgen
2022-08-04Use country code accessors to initialize keyboard layoutkcgen
2022-08-04Add accessor functions for the country code layout mapkcgen
2022-08-04Format the list of enum Country valueskcgen
2022-08-04Use an enum class for Country and normalize casekcgen
2022-08-02Check if the debugger UI was created before endingkcgen
2022-08-02Only use sRGB textures if the frambuffer supports itkcgen
2022-08-02Report failures when getting the OpenGL sRGB statuskcgen
2022-08-02Flag the Intel GL driver's sRGB ability as unreliablekcgen
2022-08-01Fix queue bug resulting in rough PS/2 mouse movementFeralChild64
2022-07-30Use int instead of charKirk
2022-07-30Revert a NULL assumption in Enet due to gotokcgen
2022-07-30Fix mouse button behavior in Master of Orion IIFeralChild64
2022-07-30Allow exceptions to be thrown from Adlib Golb (CWE-248)kcgen
2022-07-30Only exclude OpenGL for the debugger on Linuxkcgen
2022-07-30Lower allowed warning limitskcgen
2022-07-30Avoid out-of-bounds access on large SB DMA transfers (CWE-125)kcgen
2022-07-30Disable effc++ for Iir1 until its next releasekcgen
2022-07-30Sync Enet with upstreamkcgen
2022-07-30Explicitly comment IDE's no-op brancheskcgen
2022-07-30Use size-limited string operations in drive functions (CWE-120)kcgen
2022-07-30Initialize the CDROM read-sectors buffer before use (CWE-457)kcgen
2022-07-30Initialize scalars before use in driver overlaykcgen
2022-07-30Assert type-bounds before value-bounds in check_cast (CWE-569)kcgen
2022-07-30Simplify bitops width checks (CWE-569)kcgen