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-11-11Make static vars thread_localkk/kc/gta-resolution-fix-3Kirk
2021-11-11Add DelayPrecise and use in update_frame_tempoKirk
2021-11-10Be more strict about SDL2 window-mode resizing callskcgen
2021-11-10Offer three frame presentation rate optionskcgen
2021-11-10Always call SDL_SetWindowFullscreen before SDL_SetWindowSizekcgen
2021-11-10Introduce window position save and restore routineskcgen
2021-11-10Separate texture updating from presentationkcgen
2021-11-10Don't trip the pacer's timeout with the splash screenkcgen
2021-11-10Add surface rendering to window-resize criteriakcgen
2021-11-09Use the frame tempo indicator in GFX_EndUpdatekcgen
2021-11-09Introduce a rendering tempo functionkcgen
2021-11-09Drop the concept of forced updateskcgen
2021-11-09Bound GFX_GetDisplayRefreshRate to maximum DOS rate (120 Hz)kcgen
2021-11-09Use vcpkg from its repo instead of VM (#1354)kcgen
2021-11-09Revert "Temporarily disable FluidSynth in Windows (#1354)"kcgen
2021-11-09Temporarily disable FluidSynth in Windows (#1354)kcgen
2021-11-09Copy all DLLs into the destination pathkcgen
2021-11-08Add help message for TYPE commandWengier
2021-11-08Add help message for SUBST commandWengier
2021-11-08Add help message for REN/RENAME commandWengier
2021-11-07Fix help messages as suggestedWengier
2021-11-07Add help message for RD/RMDIR commandWengier
2021-11-07Add help message for ECHO commandWengier
2021-11-07Add help message for COPY commandWengier
2021-11-05Add full help message for SET commandWengier
2021-11-05Add proper help message for PATH commandWengier
2021-11-05Fix typo in man-page regarding cycle adjustmentChrister Solskogen
2021-11-05Fix syntax errorDan Church
2021-11-05Lower allowed warnings limitskcgen
2021-11-05Make debugger printf formatter match typekcgen
2021-11-05Make CPU printf formatter match typekcgen
2021-11-05Check and cast lin_addr in MakeCodePagekcgen
2021-11-05Check and cast phys_page in InvalidateRangekcgen
2021-11-05DeBitu PageHandler's memory read and write opskcgen
2021-11-05Eliminate implied PhysPt casts in CPUkcgen
2021-11-05Use io_port_t types in decoder callskcgen
2021-11-05Drop useless casts in CPUkcgen
2021-11-05Use a 32-bit type for readdatakcgen
2021-11-05Collapse redundant cases in prefix 0fkcgen
2021-11-05Collapse duplicate cases in flagskcgen
2021-11-05Turn always-true CPU condition into assertkcgen
2021-11-05Allow selection of CPU_ARCHTYPE_486OLDSLOWkcgen
2021-11-05Drop unreachable code in CPUkcgen
2021-11-05Collapse multiple do-nothing catches in support to_finitekcgen
2021-11-05Add detection of potential negative shift scenarioskcgen
2021-11-05Collapse redundant cases in prefix 66_0kcgen
2021-11-05Collapse redundant cases in dynamic FPUkcgen
2021-11-05Expand variables to 64-bit to accommodate shiftkcgen
2021-11-05Assign new CPU regs and mem segments in BIOSTESTkcgen
2021-11-05Adjust debug print formatters for uint32_t flagskcgen