Age | Commit message (Expand) | Author |
2009-04-02 | Disable some (quite chatty) debug output - the savegme system looks stable en... | Filippos Karapetis |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn |
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn |
2009-03-14 | SCI: Removed more dead code | Max Horn |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
2009-03-12 | SCI: Moved savegame specific stuff from state.h to a new header savegame.h | Max Horn |
2009-03-12 | SCI: Removed some dead code | Max Horn |
2009-03-11 | SCI: Removed some dead code | Max Horn |
2009-03-10 | SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ... | Max Horn |
2009-03-10 | String fragments support | Lars Skovlund |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-09 | SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun... | Max Horn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-07 | SCI: More cleanup in the song iterator codebase | Max Horn |
2009-03-06 | SCI: Reduce SFX header dependencies | Max Horn |
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn |
2009-03-06 | SCI: Some cleanup to the SongIteratorMessage code | Max Horn |
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song iterato... | Max Horn |
2009-03-01 | SCI: Forgot to commit a couple files after renaming sfx headers | Max Horn |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow... | Max Horn |
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ... | Greg Frieger |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat |
2009-02-28 | Add support for saving Common::String objects. | Willem Jan Palenstijn |
2009-02-28 | Make CFSML writers take const arguments | Willem Jan Palenstijn |
2009-02-27 | Fix reading corrupted saves. | Willem Jan Palenstijn |
2009-02-27 | fix warnings and memleaks in savegame.cfsml | Willem Jan Palenstijn |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-26 | - Removed engine/sys_strings.* | Filippos Karapetis |
2009-02-25 | fix read_SegManagerPtr to not read from an uninitialzed pointer | Andre Heider |
2009-02-25 | reintroduce game_start_time (removed it in r38701), since the interpreter can... | Andre Heider |
2009-02-24 | SCI: Don't #include headers in other headers if a forward declaration of a fe... | Max Horn |
2009-02-24 | not needed include anymore | Paweł Kołodziejski |
2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi... | Max Horn |
2009-02-24 | Fix compilation | Eugene Sandulenko |
2009-02-24 | SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor... | Max Horn |
2009-02-24 | SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ... | Max Horn |
2009-02-23 | SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored... | Max Horn |
2009-02-23 | SCI: Changed selector name table to a Common::StringList | Max Horn |
2009-02-23 | SCI: Fix saving/loading (regression introduced in r38767) | Jordi Vilalta Prat |
2009-02-22 | Check for end of file more often while reading CFSML | Willem Jan Palenstijn |
2009-02-22 | SCI: Fix what looks like a bug in the save/load system (?) | Max Horn |
2009-02-22 | SCI: Rewrite the way file handles are managed | Max Horn |