This website requires JavaScript.
Explore
Help
Sign In
ScummVM
/
scummvm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/scummvm/scummvm.git
synced
2026-06-20 05:45:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9fcd50650ca2d2e428dfc0faf7862ce3cd67de7a
scummvm
/
backends
T
History
Max Horn
319a1c9b65
Reenabled window bit flags for automatica gzip header detection, and documented which zlib version introduced the feature. Also enforce that zlib version
...
svn-id: r26093
2007-03-11 16:00:38 +00:00
..
fs
common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit
2007-03-08 17:36:52 +00:00
midi
reduced dependency from windows-specific header files
2007-03-09 00:13:07 +00:00
platform
Fixed '+' mode handling in symbian_fopen (at least this looks to me like it should be, I'm sorry if I got it wrong).
2007-03-11 14:51:02 +00:00
plugins
First phase of detection-related plugins interface improvements. Now plugins
2007-01-20 21:27:57 +00:00
saves
Reenabled window bit flags for automatica gzip header detection, and documented which zlib version introduced the feature. Also enforce that zlib version
2007-03-11 16:00:38 +00:00
timer
/default
Modified version of Torbjoern's patch from bug
#1640420
(fixes an overflow in the default timer manager)
2007-01-24 22:56:57 +00:00
intern.h
Patch
#1432376
: "Very basic GP2X Backend"
2006-10-06 19:01:39 +00:00
module.mk
Replaced the old code for compressed savegames (which was using the gzopen/gzread/etc. API, and thuse tied to FILE/fopen/fread/etc.) with a new wrapper approach, which allows reading/writing gzip data via arbitrary SaveFile implementations, and thus can be used with custom savefile implementations
2007-02-18 02:25:39 +00:00