Age | Commit message (Expand) | Author |
2017-02-24 | AGI: act on exitAllLogics in testIfCode (fixes bug #9707) | Martin Kiewitz |
2017-02-23 | AGI: Clean up VM opcode handling | Martin Kiewitz |
2016-05-10 | AGI: Safer string copying | Eugene Sandulenko |
2016-02-03 | AGI: Change cycle delay handling, seems to fix GR | Martin Kiewitz |
2016-02-03 | AGI: Cycle event processing changed | Martin Kiewitz |
2016-02-03 | AGI: Call update screen in have.key for now | Martin Kiewitz |
2016-02-03 | AGI: Fix regression of have.key changes | Martin Kiewitz |
2016-02-02 | AGI: test commands cleanup | Martin Kiewitz |
2016-02-02 | AGI: Use inner loop functionality for have.key | Martin Kiewitz |
2016-02-02 | AGI: Fix formatting. | Johannes Schickel |
2016-02-01 | AGI: Pass vm pointer directly to commands | Martin Kiewitz |
2016-01-31 | AGI: remove timer hack, implement in game timer | Martin Kiewitz |
2016-01-31 | AGI: getflag/setflag/etc. cleanup | Martin Kiewitz |
2016-01-31 | AGI: hardcoded value replaced with VM_VAR_SECONDS | Martin Kiewitz |
2016-01-29 | AGI: graphics rewrite + cleanup | Martin Kiewitz |
2014-02-18 | AGI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-11 | AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" | Filippos Karapetis |
2013-04-18 | AGI: Fix typo in issetv opcode | Willem Jan Palenstijn |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2011-08-14 | AGI: Renamed some #defines to our code conventions and moved them to enums | Eugene Sandulenko |
2011-08-13 | AGI: Further work on v1 opcode difference | Eugene Sandulenko |
2011-08-13 | AGI: Fix warning messages about undefined opcodes | Jussi Pitkanen |
2011-08-13 | AGI: Add last undefined V1 test command that tests if a bit of var is set | Jussi Pitkanen |
2011-08-13 | AGI: Rename cmd_what_ever to cmdWhatEver | Jussi Pitkanen |
2011-08-13 | AGI: Fix and clarify IF expression handling | Jussi Pitkanen |
2011-08-13 | AGI: Implement V1 SAID test commands | Jussi Pitkanen |
2011-08-13 | AGI: Execute test commands only when needed | Jussi Pitkanen |
2011-08-13 | AGI: Refactor interpreter core (somewhat akin to SCI) | Jussi Pitkanen |
2011-08-13 | AGI: Comment cleanup | Jussi Pitkanen |
2011-08-13 | AGI: Simplify handling of IF conditions | Jussi Pitkanen |
2011-08-13 | AGI: Use a jump table for test commands instead of switch/case | Jussi Pitkanen |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-14 | ALL: centre -> center | Max Horn |
2010-06-21 | AGI: Turn some more AGI static functions into AgiEngine methods | Max Horn |
2010-06-21 | AGI: Turn timerHack and curLogic into AgiEngine members; get rid of some #def... | Max Horn |
2010-06-18 | AGI: Change some #defines to enums | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-06-06 | Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, F... | Eugene Sandulenko |
2009-06-06 | Fix bug #2721940: "AGI: Gold Rush! Restart Option differs from original" | Eugene Sandulenko |
2009-06-06 | Whitespace fixes and C++ comments | Eugene Sandulenko |
2009-02-12 | Fix for bug #2541237 - "AGI: Restart quits ScummVM" | Filippos Karapetis |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-07 | Agi works with the new GMM implementation | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-01-05 | Fixed warning. | Torbjörn Andersson |