aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kevent.cpp
AgeCommit message (Expand)Author
2010-01-23- Moved all of the parser-related variables inside the Vocabulary classFilippos Karapetis
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
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-04Updated commentFilippos Karapetis
2010-01-04SCI/new sound code: update sound cues when kGetEvent() is called, instead of ...Filippos Karapetis
2009-12-31SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb...Martin Kiewitz
2009-12-31kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling...Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-12-04SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin...Martin Kiewitz
2009-12-04SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut...Martin Kiewitz
2009-11-04Removed the reference to SciGuiCursor from EngineStateFilippos Karapetis
2009-10-30Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s...Filippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-07SCI: Fix warning, cleanupMax Horn
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
2009-10-04SCI: Really remove sci/gui/gui.h include from engine/state.hMax Horn
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-03SCI: 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 variableFilippos Karapetis
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-02Some renaming:Filippos Karapetis
2009-09-02SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re...Max Horn
2009-09-01SCI: Fix message property of mouse event. This fixes mouse handling in theWalter van Niftrik
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-11SCI: Added a crude speed throttler.Walter van Niftrik
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-04SCI: 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 SciEngineFilippos Karapetis
2009-06-03- Sorted the console commands a bit more Filippos Karapetis
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-30Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "...Filippos Karapetis
2009-05-30- Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr...Filippos Karapetis
2009-05-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis