Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-27 | LASTEXPRESS: Implement more savegame loading | Littleboy | |
- Rename existing function to load the last saved game - Remove loadgame debugger command | |||
2012-08-27 | LASTEXPRESS: Cleanup savegame | Littleboy | |
- Check for valid stream in readValue/writeValue functions - Properly initialize/clear members | |||
2012-08-27 | LASTEXPRESS: Remove some unreachable code | Littleboy | |
2012-08-01 | LASTEXPRESS: Implement savegame read compression | Littleboy | |
2012-07-31 | LASTEXPRESS: Implement savegame write compression | Littleboy | |
2012-07-30 | LASTEXPRESS: Switch savegame reading to use new read method | Littleboy | |
- Disable savegame compression | |||
2012-07-29 | LASTEXPRESS: Reorganize savegame code to prepare for compressed savegames ↵ | Littleboy | |
support | |||
2012-07-27 | LASTEXPRESS: Add menu-related warnings and turn some warnings into errors | Littleboy | |
2012-07-27 | LASTEXPRESS: More include re-organization | Littleboy | |
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy | |
2011-11-03 | LASTEXPRESS: Fix read size parameter. | Johannes Schickel | |
2011-11-02 | LASTEXPRESS: Fix incorrect read() call | Eugene Sandulenko | |
2011-07-08 | LASTEXPRESS: Prefix savegame filenames with "lastexpress" | Littleboy | |
2011-06-28 | LASTEXPRESS: Cleanup comments | Littleboy | |
2011-06-28 | LASTEXPRESS: Move sound queue related functions to a separate class | Littleboy | |
- Implement missing queue reset function - Cleanup SoundManager::playLoopingSound() | |||
2011-06-23 | LASTEXPRESS: Move Menu class to a separate folder | Littleboy | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-01-26 | LASTEXPRESS: Add some more error handling to Savegame and Sound classes | Julien Templier | |
- Add some const modifiers where applicable - Add some missing casts svn-id: r55541 | |||
2010-11-19 | LASTEXPRESS: Poll events when loading savegames to prevent freezing the ↵ | Julien Templier | |
application svn-id: r54368 | |||
2010-11-11 | LASTEXPRESS: Fix some memory leaks | Julien Templier | |
- Reading past the end of file in SaveLoad::init - Missing deallocation of cache in SoundManager - Missing deallocation of coords in SceneHotspot - Missing deallocation of event handlers in LastExpressEngine::setEventHandlers - Missing deallocation of InSaveFile in SaveLoad::isSavegameValid - Missing deallocation of frames in Menu as reported by digitall svn-id: r54193 | |||
2010-10-27 | LASTEXPRESS: Implement game loading (last save entry only) | Julien Templier | |
svn-id: r53883 | |||
2010-10-27 | LASTEXPRESS: Cleanup game saving | Julien Templier | |
- Move loading of game stream to separate function - Add checks for NULL in functions using _savegame - Add expected saved size for sound & savepoints svn-id: r53881 | |||
2010-10-26 | LASTEXPRESS: Read savegame in blocks instead of bytes | Willem Jan Palenstijn | |
svn-id: r53854 | |||
2010-10-26 | LASTEXPRESS: Implement loading of savegame entry headers | Julien Templier | |
svn-id: r53847 | |||
2010-10-26 | LASTEXPRESS: More savegame work | Julien Templier | |
- Implement SaveLoad::writeEntry - Implement missing saveLoadWithSerializer functions for all serialized classes & structs - Add stub for SaveLoad::computePadding svn-id: r53845 | |||
2010-10-26 | LASTEXPRESS: Silence GCC warning | Torbjörn Andersson | |
svn-id: r53843 | |||
2010-10-26 | LASTEXPRESS: Savegame support update | Julien Templier | |
- Implement Menu::startGame() properly - Add stubs functions for game restart - Made savegame headers serializable and moved validity checks inside struct definition - Implement create/init savegame functions - Add SavegameStream to be able to read/write to the same memory stream - Add stubs for setup, writeEntry & loadEntry functions svn-id: r53841 | |||
2010-10-19 | LASTEXPRESS: Fix some space formatting. | Jordi Vilalta Prat | |
svn-id: r53629 | |||
2010-10-18 | LASTEXPRESS: Merge in the engine. | Eugene Sandulenko | |
svn-id: r53579 |