index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
saga
/
saveload.cpp
Age
Commit message (
Expand
)
Author
2009-01-17
Fixed bug #2057987 - "IHNM: Music stops in Ellen's chapter"
Filippos Karapetis
2009-01-11
IHNM save games no longer contain ITE-related variables
Filippos Karapetis
2009-01-02
- Split the IHNM script functions into a different file
Filippos Karapetis
2008-12-21
- Added some stubs for the SAGA2 games dino and fta2
Filippos Karapetis
2008-12-21
Cleaned up the mess with game IDs and game types: removed game types, reduced...
Filippos Karapetis
2008-11-29
Remove warnings from NDS build.
Robin Watts
2008-11-10
Cleanup
Filippos Karapetis
2008-11-10
SAGA save games now contain thumbnails and creation date/time (visible from ...
Filippos Karapetis
2008-05-26
Code cleanup:
Filippos Karapetis
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-12-08
ioFailed() is now checked when saving a game
Filippos Karapetis
2007-09-30
Of course, that also means that 'slot' should be 3 characters, not 2.
Torbjörn Andersson
2007-09-30
Terminate the string used to hold the save slot number, or strange things may
Torbjörn Andersson
2007-09-23
remove _saveMarks from SAGA load and save implementation
Andrew Kurushin
2007-09-22
Fix for bug #1800276 - "IHNM: Problem in saving". A bug in the logic of the s...
Filippos Karapetis
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-09-18
Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...
Max Horn
2007-09-16
Fixed regression with save games that have an inset and an outset scene
Filippos Karapetis
2007-08-27
IHNM's ending is shown correctly now (but the credits still aren't). Slight u...
Filippos Karapetis
2007-08-26
Cleanup
Filippos Karapetis
2007-08-26
One more place where music for chapter 6 shouldn't be played for now
Filippos Karapetis
2007-08-26
Don't play a music track when loading a saved game from chapter 6 in IHNM for...
Filippos Karapetis
2007-08-26
Games saved in the character selection screen should work correctly now
Filippos Karapetis
2007-08-20
Cleanup: Removed obsolete TODOs
Filippos Karapetis
2007-08-13
Fix for some cases where the protagonist from some savegames in IHNM was not ...
Filippos Karapetis
2007-08-05
Merged fsnode with trunk: r27971:28460
David Corrales
2007-07-31
Cleanup: removed dead code, fixed some comments and did some layout changes
Filippos Karapetis
2007-07-31
Loading saved games in the demo version of IHNM should work now
Filippos Karapetis
2007-07-12
Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...
David Corrales
2007-06-20
Fix crashes with some savegames in IHNM
Filippos Karapetis
2007-06-19
When loading a game from the same chapter as the current chapter in IHNM, the...
Filippos Karapetis
2007-06-19
The correct music track is now played when loading a game in IHNM. The save/l...
Filippos Karapetis
2007-06-19
More updates for the save/load system in IHNM
Filippos Karapetis
2007-06-17
Some more updates for saving/loading in IHNM
Filippos Karapetis
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-17
Added finalize() method to Common::OutSaveFile (which by default just flushes...
Max Horn
2006-06-07
Fix bug #1502021: "ITE: January 2006 Release menu problem"
Eugene Sandulenko
2006-05-13
extract GameDescriptions to separate files (this will help compress_saga tool...
Andrew Kurushin
2006-04-13
Fixes save/load.
Johannes Schickel
2006-03-14
Compute the full game title when detecting games & creating engine instances,...
Max Horn
2006-03-09
Modified SAGA engine to use DetectedGame::updateDesc (note: there is a new TO...
Max Horn
2006-02-25
Removed last two uses of MKID
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn