aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-30Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s...Filippos Karapetis
2009-10-28Rewrote kBaseSetter() to use new graphics functions and behave like the origi...Filippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-25Moved the cel count calculation to the new graphics codeFilippos Karapetis
2009-10-24SCI: Restore accumulator after executing send from debuggerWillem Jan Palenstijn
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-18Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics b...Matthew Hoops
2009-10-17Added a new console command, "play_video", which can play a SEQ or AVI fileFilippos Karapetis
2009-10-15SCI: Make send varselector reads more verbose. Add notes.Willem Jan Palenstijn
2009-10-15SCI: Fix send debugger commandWillem Jan Palenstijn
2009-10-14SCI: Improve cmdSend slightly. It's still broken, thoughWillem Jan Palenstijn
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-11Implemented some advanced savegame functionality - loading and deleting saveg...Filippos Karapetis
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ...Max Horn
2009-10-07SCI: debug command undither implementedMartin Kiewitz
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI/newgui: implemented debug command show_mapMartin Kiewitz
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c...Max Horn
2009-10-03SCI: Fix parse error in parse_reg_tWillem Jan Palenstijn
2009-10-03SCI: Fix typoWillem Jan Palenstijn
2009-10-02SCI: Fix parse_reg_t, it no longer modified the const string passed to itMax Horn
2009-10-02SCI: Remove PRINT_STK macro; cleanupMax Horn
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-10-01- Removed the toggle for "weak" validations, as there are cases where they fa...Filippos Karapetis
2009-10-01SCI: Remove outdated debugging hack.Willem Jan Palenstijn
2009-09-30SCI: Replace magic '-42' by an enumMax Horn
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-22SCI: Add new type SegmentRef which ultimately will allow us to distinguish be...Max Horn
2009-09-22SCI: SegmentObj's now set their type in constructor; replace central SegmentO...Max Horn
2009-09-21SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...Max Horn
2009-09-21SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...Max Horn
2009-09-17SCI: Add EngineState::_kernel member for convenienceMax Horn
2009-09-17SCI: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-17Changed the way object selectors are accessed, by removing the relevant defin...Filippos Karapetis
2009-09-17SCI: Rename MemObject -> SegmentObjMax Horn
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-14SCI: Misc cleanupMax Horn
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...Filippos Karapetis