This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-19 10:41:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
History
Nicola Mettifogo
cd75d9bfdb
fixed broken savegames with duplicate items
...
svn-id: r25681
2007-02-18 10:57:11 +00:00
..
agi
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
agos
Using stat and fopen is not portable (writing to a Common::File isn't either, but at least it doesn't force porters to #define fopen to work around it)
2007-02-17 20:37:57 +00:00
cine
…
gob
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
kyra
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
lure
Added line to ensure the current room number field variable is kept up to date
2007-02-17 03:42:43 +00:00
parallaction
fixed broken savegames with duplicate items
2007-02-18 10:57:11 +00:00
queen
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
saga
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
scumm
Committed my fix for bug
#1662549
("SCUMM: MIDI music is broken"). Apparently,
2007-02-18 09:10:50 +00:00
sky
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
sword1
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
sword2
Removed some dead code, updated a warning message
2007-02-17 20:38:27 +00:00
touche
Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
2007-02-17 18:55:51 +00:00
engine.cpp
…
engine.h
…
engines.mk
…
module.mk
…