aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_test.cpp
AgeCommit message (Expand)Author
2017-02-24AGI: act on exitAllLogics in testIfCode (fixes bug #9707)Martin Kiewitz
2017-02-23AGI: Clean up VM opcode handlingMartin Kiewitz
2016-05-10AGI: Safer string copyingEugene Sandulenko
2016-02-03AGI: Change cycle delay handling, seems to fix GRMartin Kiewitz
2016-02-03AGI: Cycle event processing changedMartin Kiewitz
2016-02-03AGI: Call update screen in have.key for nowMartin Kiewitz
2016-02-03AGI: Fix regression of have.key changesMartin Kiewitz
2016-02-02AGI: test commands cleanupMartin Kiewitz
2016-02-02AGI: Use inner loop functionality for have.keyMartin Kiewitz
2016-02-02AGI: Fix formatting.Johannes Schickel
2016-02-01AGI: Pass vm pointer directly to commandsMartin Kiewitz
2016-01-31AGI: remove timer hack, implement in game timerMartin Kiewitz
2016-01-31AGI: getflag/setflag/etc. cleanupMartin Kiewitz
2016-01-31AGI: hardcoded value replaced with VM_VAR_SECONDSMartin Kiewitz
2016-01-29AGI: graphics rewrite + cleanupMartin Kiewitz
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-11AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game"Filippos Karapetis
2013-04-18AGI: Fix typo in issetv opcodeWillem Jan Palenstijn
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2011-08-14AGI: Renamed some #defines to our code conventions and moved them to enumsEugene Sandulenko
2011-08-13AGI: Further work on v1 opcode differenceEugene Sandulenko
2011-08-13AGI: Fix warning messages about undefined opcodesJussi Pitkanen
2011-08-13AGI: Add last undefined V1 test command that tests if a bit of var is setJussi Pitkanen
2011-08-13AGI: Rename cmd_what_ever to cmdWhatEverJussi Pitkanen
2011-08-13AGI: Fix and clarify IF expression handlingJussi Pitkanen
2011-08-13AGI: Implement V1 SAID test commandsJussi Pitkanen
2011-08-13AGI: Execute test commands only when neededJussi Pitkanen
2011-08-13AGI: Refactor interpreter core (somewhat akin to SCI)Jussi Pitkanen
2011-08-13AGI: Comment cleanupJussi Pitkanen
2011-08-13AGI: Simplify handling of IF conditionsJussi 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-14ALL: centre -> centerMax Horn
2010-06-21AGI: Turn some more AGI static functions into AgiEngine methodsMax Horn
2010-06-21AGI: Turn timerHack and curLogic into AgiEngine members; get rid of some #def...Max Horn
2010-06-18AGI: Change some #defines to enumsMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-06-06Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, F...Eugene Sandulenko
2009-06-06Fix bug #2721940: "AGI: Gold Rush! Restart Option differs from original"Eugene Sandulenko
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-02-12Fix for bug #2541237 - "AGI: Restart quits ScummVM"Filippos Karapetis
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07Agi works with the new GMM implementationChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-01-05Fixed warning.Torbjörn Andersson