Age | Commit message (Expand) | Author |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-06 | - Some work on kLocalToGlobal and kGlobalToLocal for SCI2+ | Filippos Karapetis |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-04 | Updated comment | Filippos Karapetis |
2010-01-04 | SCI/new sound code: update sound cues when kGetEvent() is called, instead of ... | Filippos Karapetis |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling... | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-12-04 | SCI: Renamed "buckybits" to "modifiers" in SciEvent | Martin Kiewitz |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-12-04 | SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin... | Martin Kiewitz |
2009-12-04 | SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut... | Martin Kiewitz |
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | 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-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-07 | SCI: Fix warning, cleanup | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
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: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | SCI: Fix message property of mouse event. This fixes mouse handling in the | Walter van Niftrik |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-11 | SCI: Added a crude speed throttler. | Walter van Niftrik |
2009-07-08 | Some cleanup for the script debugger code: | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-02 | Moved some more debug state related variables in the DebugState struct | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-06 | Moved some more debug commands to ScummVM's coneole | Filippos Karapetis |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-03 | - Moved the engine state and the console to be private members of SciEngine | Filippos Karapetis |
2009-06-03 | - Sorted the console commands a bit more | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-30 | Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "... | Filippos Karapetis |