Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | WINTERMUTE: Save the names of any language files that are loaded. (Fix bug ↵ | Einar Johan Trøan Sømåen | |
#6651) This way, they will be reloaded in the same order when loading a save game. Old save games will continue to show the bug, but new savegames will be consistent. A quick fix for old save games in the white chamber, is to launch the game with the correct language BEFORE loading the save game. This increases the save-game-version to 1.3.1ScummVM | |||
2014-02-18 | WINTERMUTE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-09-05 | WINTERMUTE: Disambiguate empty and NULL strings when saving | Willem Jan Palenstijn | |
The string stored is now strlen(s)+1, with length 0 indicating NULL. Increment savegame version for this new format. Old savegames are fixed by assuming VAL_STRING should never be NULL. | |||
2013-04-20 | WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1). | Einar Johan Trøan Sømåen | |
This also fixes int->int32 in ScriptExtDate::transfer. | |||
2013-01-31 | WINTERMUTE: Redo the way floats are saved, break savegame compatibility with ↵ | Einar Johan Trøan Sømåen | |
WME Lite completely. (This also breaks compatibility with savegames from ScummVM prior to this commit, AND resets the Savegame-version, older savegames will have differing MAGIC-numbers in their headers, and will thus not be recognized). | |||
2013-01-22 | WINTERMUTE: Store larger thumbnails (Bump Savegame-version to 1.2.0.0) | Einar Johan Trøan Sømåen | |
2012-09-04 | WINTERMUTE: Convert CRLF to LF | Willem Jan Palenstijn | |
2012-08-31 | WINTERMUTE: Cleanup the header-guards. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Correct some endif-comments. | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: "if(" -> "if (" | Einar Johan Trøan Sømåen | |
2012-06-27 | WINTERMUTE: Fix a savegame-regression | Einar Johan Trøan Sømåen | |
2012-06-26 | WINTERMUTE: Silence another few warnings. | Einar Johan Trøan Sømåen | |
2012-06-25 | WINTERMUTE: Remove the DEGTORAD/RADTODEG-macros | Einar Johan Trøan Sømåen | |
2012-06-15 | WINTERMUTE: Clean out some un-needed headers, and some ↵ | Einar Johan Trøan Sømåen | |
FORBIDDEN_SYMBOL_EXCEPTIONs | |||
2012-06-02 | WINTERMUTE: Run Astyle on code-files to reformat. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add BBase and BParser, and make them compile. | Einar Johan Trøan Sømåen | |