aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2010-01-05SCI: implemented debug command "set_palette"Martin Kiewitz
2010-01-05SCI: implemented new debug command "draw_cel"Martin Kiewitz
2010-01-05SCI: fix debug command draw_pic to accept higher resourceIdsMartin Kiewitz
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-03Made the "version" command more verbose, listing all the automatically detect...Filippos Karapetis
2010-01-03The backtrace command now outputs to the graphical consoleFilippos Karapetis
2010-01-03The "room" command can now set the current room number, too (more straightfor...Filippos Karapetis
2010-01-02SCI: listsaves is now "list_saves", also included entry in helpMartin Kiewitz
2010-01-02SCI: implemented new console command "listsaves"Martin Kiewitz
2010-01-02SCI: console behaviour changed for vmvars command, now allows entering decima...Martin Kiewitz
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-28SCI/new sound code:Filippos Karapetis
2009-12-28SCI/new music code: Implemented the "songlib" debug commandFilippos Karapetis
2009-12-26SCI/newgui: Added support for draw_pic commandMartin Kiewitz
2009-12-22SCI: Fix some warningsMax Horn
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
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