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
2019-09-19Add Glide supportvogons/openglide-r4258gulikoza
2019-09-10Rename bios tester to biostest and make it debug only to avoid people trying ...Peter Veenstra
2019-09-08Add simple program that allows you to boot into a bios image for running cpu ...Sjoerd van der Berg
2019-09-08Fix flag behaviour of several shift/rotate instructions, cause exceptions and...Sjoerd van der Berg
2019-09-08Extra DIR sorting options patch by Saga MusixSjoerd van der Berg
2019-09-02Fix bug 512, reported by philipp. (checking wrong variable to see if malloc w...Peter Veenstra
2019-06-30Correct a little bug that caused graphics corruption in win95 with s3 driver....Peter Veenstra
2019-06-27Add wrapping here as well.Peter Veenstra
2019-06-25Changes to allow for mingw i686 to compile a new zmbv.dll Sjoerd van der Berg
2019-06-25Implement simple access control for reading and writing files that are access...Peter Veenstra
2019-06-25drive => i_drivePeter Veenstra
2019-06-25Add some size checks when accessing Drives[], mostly needed when DOS_DRIVES i...Peter Veenstra
2019-06-24Create fopen_wrapper so we can filter out specific directories, which DOS gam...Peter Veenstra
2019-06-20End of environment is a bit shorter. Very old code, lets see what breaks.Peter Veenstra
2019-06-19Use size_t when dealing with strings and strlen. (Alexandre)Peter Veenstra
2019-06-13Add check for realpathPeter Veenstra
2019-06-02Always clear drawing area. Should fix certain linux instalations that use tri...Peter Veenstra
2019-05-26Init texture with zeroes. Should fix the red border with pixel_buffer and nvi...Peter Veenstra
2019-05-23Add some missing va_ends. Reported by jmarshPeter Veenstra
2019-05-20Move all stack alignment operations into one place and some optimalisations (...Peter Veenstra
2019-05-06Silence a warningPeter Veenstra
2019-05-06Remove c++ 11 ismsPeter Veenstra
2019-05-06Fix unitialized access to some isoDrive fields. Pause audio before switching....Peter Veenstra
2019-04-26Rewrite pop_ev so it can trigger pagefaults again. Fixes win3.11. (jmarsh)Peter Veenstra
2019-04-23Use a more compatible offset for DOS redirected interrupt vector. Works aroun...ripsaw8080
2019-04-22Add experimental code to have overlay only directories. Add ability to remove...Peter Veenstra
2019-04-22Add functionality to add overlay directories to drive_cache. Peter Veenstra
2019-04-21Make effect of I/O delay more consistent as cycles run out. Prevents flickeri...ripsaw8080
2019-04-21Add logic in mouse driver to ignore button events that are out of sequence. F...ripsaw8080
2019-04-21Let dynamic core recompile interrupt instructions in non-debug builds. Can he...ripsaw8080
2019-04-20Don't remove bytes from autoexec.bat when changing settings from autoexec.bat...Peter Veenstra
2019-04-20Change first_shell to be DOS_Shell instead of Program. Makes future manipulat...Peter Veenstra
2019-04-20fix limit check Peter Veenstra
2019-04-19Strip leading = from value. Can happen if you execute "irq =5". Peter Veenstra
2019-04-19stop storing raw modrm value, as it isn't used any more. Should save an instr...Peter Veenstra
2019-04-19use decoded modrm instead of raw value. so we don't need to store it.Peter Veenstra
2019-04-19Store whether generated code is 16 or 32 bit, so this information can be used...Peter Veenstra
2019-04-11Unify unmounting code. Fix unmounting of complex drives where parts were left...Peter Veenstra
2019-04-09Add IBM signature in EGA video BIOS for compatibility. Fixes EGA detection in...ripsaw8080
2019-04-06We use the old style headers in other places and use the functions/types with...Peter Veenstra
2019-04-03Check lengths before adding C style strings together. Fixes #498Peter Veenstra
2019-04-02Improve prefetch and simple cores to not switch to normal core on trap execut...ripsaw8080
2019-04-01Ensure room before adding environment variable using set. Noted when running ...Peter Veenstra
2019-04-01Refine stack overflow and underflow for the fpu a bit.Peter Veenstra
2019-03-31Correct bug related to signedness (M-HT). Peter Veenstra
2019-03-29Change multi_remain to repeat last parsed value for non-string types if the n...Peter Veenstra
2019-03-25New Drive type: overlay.Peter Veenstra
2019-03-21Fix up DOS_Drive_Cache::GetShortName, used by overlay drive.Peter Veenstra
2019-02-28fix loading of configfiles specified with -conf but present in the userdir wi...Peter Veenstra
2019-02-28Repair double slash in configfile location on Macs. Add some protection again...Peter Veenstra