Commit Graph

28 Commits (a083439139b883b260605fac90d6304ea293effa)

Author SHA1 Message Date
Capostrophic 51d369d4da Add resumeGame method 6 years ago
scrawl a0cc9de088 Make the creation of save file directories even more explicit 8 years ago
scrawl b7b7c0612d Make getCurrentCharacter create argument explicit 8 years ago
scrawl 2a85a22dba Write savegame screenshot 9 years ago
scrawl f9227beedd Add warning when loading a savegame that depends on non-existing content files (Fixes #2261) 9 years ago
scrawl 4e92f6ab48 Add commandline option to load a save game on startup 9 years ago
scrawl 7a0aeeaa38 Allow to delete savegames (shift + click) 10 years ago
Thomas 5b681e2199 Moved quickload to statemanager for consistency's sake, as well as make autosave only occur on sleep, not wait. 10 years ago
Thomas 05b21c92af Moved quick save into statemanager class. Kept loader as is as it's rather specalized. 10 years ago
Marc Zinnschlag 29c3a288e3 load and save of reference in cells (without CustomData state) 10 years ago
Marc Zinnschlag 22cb4784b5 store cell state in saved game files (no references yet) 10 years ago
mrcheko 3816a09c6f bug 428 ask to load recent saved game 11 years ago
Marc Zinnschlag 5aea6ef80f some clean up for the cleanup code 11 years ago
Marc Zinnschlag 35e8e23037 keep track of total play time per character 11 years ago
Marc Zinnschlag 616e3aa32f store content file list in saved games and reject saved games not matching the current game 11 years ago
Marc Zinnschlag e3670cff8a improved character selection logic 11 years ago
Marc Zinnschlag 67cd0887e6 added description field to saved game record; make use of description in GUI 11 years ago
Marc Zinnschlag 7efac4c9a5 fixed handling of characters without a valid slot 11 years ago
Marc Zinnschlag b5f99522c7 added a few comments 11 years ago
Marc Zinnschlag c165894869 load saved game record 11 years ago
Marc Zinnschlag cbbdf390ad added function for inspection of saved characters and character slots 11 years ago
Marc Zinnschlag e938c5a0ee changed character creation logic (create on save instead of on new game) 11 years ago
Marc Zinnschlag 5e64888227 added basic save slot management and connected main menu save to save function (bypassing the save GUI for now) 11 years ago
Marc Zinnschlag f45cff8aff flag game as ended when player dies 11 years ago
Marc Zinnschlag 82c8495338 removed boolean running flag with state enum 11 years ago
Marc Zinnschlag ec5b2e9a7e added running flag; moved new game code to MWState 11 years ago
Marc Zinnschlag f19973450f moved exit game flag from Environment to StateManager 11 years ago
Marc Zinnschlag 79b7fa258b added new mwstate subsystem 11 years ago