Age | Commit message (Expand) | Author |
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate c... | Filippos Karapetis |
2009-10-30 | - Removed status_bar_foreground and status_bar_background variables from the ... | Filippos Karapetis |
2009-10-30 | Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s... | Filippos Karapetis |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-23 | Reset the graphics input after reconstructing game scripts. This fixes savega... | Filippos Karapetis |
2009-10-22 | Cleanup | Filippos Karapetis |
2009-10-18 | SCI: Rename game_obj to _gameObj | Max Horn |
2009-10-18 | Removed unused references to operations.h | Filippos Karapetis |
2009-10-17 | SCI: Fix delete/free mismatches | Willem Jan Palenstijn |
2009-10-13 | SCI: Don't save HunkTable segments | Max Horn |
2009-10-13 | SCI: Skip loading HunkTable segments. This fixes a silly bug that can lead to... | Max Horn |
2009-10-11 | The _variables array is sized from syncArray, so there's no need to store its... | Filippos Karapetis |
2009-10-11 | Implemented some advanced savegame functionality - loading and deleting saveg... | Filippos Karapetis |
2009-10-11 | More work on the Object class | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-10 | Fixed loading again - a regression from commit #44803 | Filippos Karapetis |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-09 | Removed the unused _flags variable from EngineState | Filippos Karapetis |
2009-10-08 | SCI: Turn reconstruct_scripts into SegManager::reconstructScripts | Max Horn |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-08 | Restore the engine state stored within SciGui during loading once more, since... | Filippos Karapetis |
2009-10-08 | Removed the unused game_time variable, and fixed the incorrect calculation of... | Filippos Karapetis |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-04 | SCI: Really remove sci/gui/gui.h include from engine/state.h | Max Horn |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-03 | SCI: Add hack to gui to fix loading | Willem Jan Palenstijn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-25 | SCI: Remove EngineState::game_version, it was only used for saving anyway. Al... | Max Horn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | Copy the internal game name when loading, and don't recreate it | Filippos Karapetis |
2009-09-22 | Removed unused variable | Filippos Karapetis |
2009-09-22 | SCI: Change SystemStrings to use RAW storage consistenly | Max Horn |
2009-09-22 | SCI: Change SystemString::name from char* to Common::String | Max Horn |
2009-09-22 | SCI: SegmentObj's now set their type in constructor; replace central SegmentO... | Max Horn |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-21 | SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an... | Max Horn |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Rename engine/memobj.* to engine/segment.* | Max Horn |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-15 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-09-14 | SCI: Misc cleanup | Max Horn |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-09-07 | SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methods | Max Horn |