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-17Remove last SDL_sound referencespo/dynamic-sdl-soundPatryk Obara
2019-09-17Implement sound::DecodePatryk Obara
2019-09-17Implement sound::SetBufferSizePatryk Obara
2019-09-17Implement sound::SeekPatryk Obara
2019-09-17Implement sound::FreeSamplePatryk Obara
2019-09-17Implement sound::NewSampleFromFilePatryk Obara
2019-09-17Implement sound::SupportsTypePatryk Obara
2019-09-17Use template function for loading symbolsPatryk Obara
2019-09-17Load library SDL_sound dynamicallyPatryk Obara
2019-09-17Add carriage return after an error linePatryk Obara
2019-09-16Use "git" to identify builds from master branchPatryk Obara
2019-09-16Implement unifdef-all scriptPatryk Obara
2019-09-15Import svn:ignore props to .gitignore filesPatryk Obara
2019-09-15Add a script for importing svn:ignore propsPatryk Obara
2019-09-15Merge branch 'svn/trunk'v0.75.0-prePatryk Obara
2019-09-15Add initial version of import scriptPatryk Obara
2019-09-15Initial commitPatryk Obara
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