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
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