index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
agi
/
op_test.cpp
Age
Commit message (
Expand
)
Author
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
2008-01-05
Implement unknown test command 19 (hopefully) properly and name it unofficial...
Kari Salminen
2007-10-31
Added a FIXME-comment and a warning to the unknown test command 19.
Kari Salminen
2007-10-31
Fix for bug #1745950 (GR: Birds stuck in opening screen (Amiga version)).
Kari Salminen
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-06
Removed several goto statements
Filippos Karapetis
2007-02-03
Fixing various doxygen warnings
Max Horn
2007-01-16
Formating names in source code
Paweł Kołodziejski
2006-12-06
first phase of objectisation of agi engine
Paweł Kołodziejski
2006-05-24
converted to scummvm console style
Paweł Kołodziejski
2006-05-24
Fixed most - not all - GCC warnings.
Torbjörn Andersson
2006-05-23
imported AGI engine
Paweł Kołodziejski