aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_cmd.cpp
AgeCommit message (Expand)Author
2016-02-04AGI: Restrict hide.mouse to AGI3 onlyMartin Kiewitz
2016-02-04AGI: Fix Hold-Key-Mode implementationMartin Kiewitz
2016-02-04AGI: Fix mouse code for transitionsMartin Kiewitz
2016-02-03AGI: Remove Gold Rush workaround, no longer neededMartin Kiewitz
2016-02-02AGI: Remove inputMode, not needed anyoreMartin Kiewitz
2016-02-02AGI: Fix formatting.Johannes Schickel
2016-02-02AGI: mouse support for menuMartin Kiewitz
2016-02-01AGI: change how menus are triggered on Non-PCMartin Kiewitz
2016-02-01AGI: Pass vm pointer directly to commandsMartin Kiewitz
2016-02-01AGI: Rename _game.lognum to _game.curLogicNrMartin Kiewitz
2016-02-01AGI: Remove old clockEnabled booleanMartin Kiewitz
2016-02-01AGI: Fix pause command effectively freezing gameMartin Kiewitz
2016-02-01AGI: implement predictive dialogMartin Kiewitz
2016-01-31AGI: remove timer hack, implement in game timerMartin Kiewitz
2016-01-31AGI: getflag/setflag/etc. cleanupMartin Kiewitz
2016-01-31AGI: VM Var code cleanupMartin Kiewitz
2016-01-31AGI: copying between var + ego screen obj fixedMartin Kiewitz
2016-01-29AGI: remove commented out code from CmdSetSimple()Martin Kiewitz
2016-01-29AGI: graphics rewrite + cleanupMartin Kiewitz
2015-12-05AGI: stub for AGI1 newRoom()Eugene Sandulenko
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-27AGI: Null terminate string. CID 1003888Eugene Sandulenko
2013-04-18AGI: Silence another clang varMax Horn
2013-01-09AGI: Silence C++11 narrowing warning.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2011-12-12AGI: Add FIXME to cmdCallV1Max Horn
2011-11-03AGI: Commented out if statements that always evaluate to trueFilippos Karapetis
2011-09-26AGI: Fixed several incorrect substitutions of "game" with "_game"Filippos Karapetis
2011-09-26AGI: Rewrote cmdVersion() to use Common::StringFilippos Karapetis
2011-09-26AGI: Fixed bug #3074570 - "AGI LSL1: TAB stops working after restart"Filippos Karapetis
2011-09-26AGI: Fix bug #3080041 - "AGI Mother Goose: White bar in intro"Filippos Karapetis
2011-09-25AGI: Fixed typo in restart dialogFilippos Karapetis
2011-08-14Checked V1 instructions till 0x42Eugene Sandulenko
2011-08-14AGI: Renamed some #defines to our code conventions and moved them to enumsEugene Sandulenko
2011-08-13AGI: Checked V1 instructions till 0x2cEugene Sandulenko
2011-08-13AGI: Checked V1 instructions till 0x20Eugene Sandulenko
2011-08-13AGI: Further work on v1 opcode differenceEugene Sandulenko
2011-08-13AGI: Updates to V1 instruction table, plus an outcommented experimentJussi Pitkanen
2011-08-13AGI: Fix warning messages about undefined opcodesJussi Pitkanen
2011-08-13AGI: Rename cmd_what_ever to cmdWhatEverJussi Pitkanen
2011-08-13AGI: Implement V1 SAID test commandsJussi Pitkanen
2011-08-13AGI: Refactor interpreter core (somewhat akin to SCI)Jussi Pitkanen
2011-08-13AGI: Use a jump table for test commands instead of switch/caseJussi Pitkanen
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-26AGI: Replace report() macro by debug() / warning()Max Horn
2010-09-26AGI: Fix bug in cmd_cancel_line()Torbjörn Andersson
2010-07-26AGI: Fix spelling and formattingEugene Sandulenko
2010-07-16Use "true" instead of "1" in if statements to make clang a bit more happier w...Johannes Schickel