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 (Collapse)Author
2022-11-04Forward declare the SDL Window to avoid SDL-dependenceww/voodoo-3dfx-2Wengier
(If SDL.h is added to video.h, we need to add SDL dependencies inside the unit tests as well)
2022-11-04Add resizable Voodoo OpenGL modekekko
2022-11-04Let Voodoo's OpenGL mode use another outputWengier
2022-11-04Add initial 3dfx Voodoo supportWengier
2022-11-04Add mouse related hints to title barFeralChild64
2022-11-03Move toolkit-independent mouse code out of sdlmain.cppFeralChild64
2022-11-03Fix a bug preventing rescanning for new miceFeralChild64
2022-10-30Delete obsolete translated msgsRobert de Rooy
2022-10-30Update Italian (it-it) translationKappa971
2022-10-29Add Dutch translation of MORERobert de Rooy
2022-10-28Update zlib wrap to version 1.2.13 revision 1kcgen
2022-10-28Update SpeexDSP wrap to version 1.2.1 revision 5kcgen
2022-10-27Split contributed CD-DA scripts into fetch vs. cue functionskcgen
This avoids duplicating the CUE generating portion among the playlist and chapter fetching scripts. It also improves the CUE generation to handle content that exceeds a single Redbook CD-DA (it generates multiple CUEs).
2022-10-26Implement MORE.COM commandFeralChild64
2022-10-24Add Dutch tranlation of MOUSECTLRobert de Rooy
2022-10-23Update Italian (it-it) translationKappa971
2022-10-23Fix a time-of-check time-of-use (TOCTOU) scenario in ManyMouse (CWE-367)kcgen
TOCTOU security issues exists between a check event and a use event in which an attacker can change properties about the thing being used. In this case, the code checked several stat-based properties about the mouse's character-device file path, and once verified, opened the the file path as a bona fide mouse device. Because the same open file descriptor isn't maintained across the checks through to the usage, we can't be guaranteed that file used is the one we checked (the crux of the TOCTOU vulnerability). To fix it, we hold the sample file descriptor across the checks and usage.
2022-10-23Fix an implicit sign conversion warning in ManyMousekcgen
Fixes: warning: implicit conversion changes signedness: 'unsigned int' to 'int'
2022-10-23Fix potential loss-of-precision when reading in ManyMousekcgen
2022-10-23Fix uninitialized event member access in ManyMouse (CWE-457)kcgen
In pump_events, the event struct members are used initialized in three places: 1. Line 479, the event struct is passed into queue_event() which accesses the event's minval member, but it hasn't been written to at this point. 2. Line 488, the event struct is passed into queue_event() which accesses the event's minval member, but it hasn't been written to at this point. 3. Line 505, the event struct is passed into queue_event() which accesses the event's item member, but it hasn't been written to at this point.
2022-10-22Fix outdated config option descriptionFeralChild64
2022-10-22Add unit tests for clamp_to_<int_t> functionskcgen
2022-10-22Add unsigned input handling to clamp_to_ functionskcgen
2022-10-22Handle code review remarksFeralChild64
2022-10-22Fix range intersection warning in ManyMouse libraryFeralChild64
2022-10-22Fix static analysis remarksFeralChild64
2022-10-22Fix mouse code formattingFeralChild64
2022-10-22Handle code review remarksFeralChild64
2022-10-22Use the existing interface strings in ParseInterfaceskcgen
2022-10-22Operate on the list of interfaces as a local memberkcgen
2022-10-22Handle code review remarksFeralChild64
2022-10-22Silence compiler warnings in ManyMouse libraryFeralChild64
2022-10-22Add mouse mapper, config tool and config sectionFeralChild64
2022-10-22Add ManyMouse libraryFeralChild64
Co-authored-by: icculus <icculus@icculus.org>
2022-10-18Increase CI unit test parallel jobs and timeoutskcgen
2022-10-18Initialize the window's canvas size during its setup phasekcgen
2022-10-17Contribute a script to convert from YouTube chapters to CD-DAkcgen
2022-10-16Draft release notes using minor versionkcgen
2022-10-16Add release drafter support fileskcgen
2022-10-16Fix bitwise shift of negative in DOS date pack callkcgen
Flagged in Stettlers II: - runtime error: left shift of negative value -76
2022-10-15Use a reference when passing target size to the screen loggerkcgen
2022-10-15Fix window-size logging on transition from full-to-windowedkcgen
2022-10-15Log of display properties after setting sizekcgen
2022-10-15Translate new messageRobert de Rooy
2022-10-15Ignore glib's GVDB (GVariant Database) subprojectkcgen
2022-10-15Reduce number of MSYS2 CI jobskcgen
2022-10-15Setup vcpkg and NuGet in the same CI stepkcgen
2022-10-15Update macOS CI to v12 and fix debug jobskcgen
2022-10-15Update CI variable-sharing syntaxkcgen
2022-10-15Drop dormant CI workflowskcgen