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
/
agos
/
script_ww.cpp
Age
Commit message (
Expand
)
Author
2016-04-14
AGOS: Reduce audio header dependencies
Ori Avtalion
2014-02-18
AGOS: Make GPL headers consistent in themselves.
Johannes Schickel
2011-08-06
AGOS: Reduced header dependency
Eugene Sandulenko
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-02-07
Cleanup.
Travis Howell
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-08-13
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u...
Christopher Page
2008-08-08
Hopefully allow quiting at any stage AGOS engines games again.
Travis Howell
2008-04-16
Minor cleanup.
Travis Howell
2007-12-20
Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ...
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-01
Fix bug #1746107 - Elvira 2: Crash Catacombs lev2.
Travis Howell
2007-06-30
AGOS: Introduced ChildType enum
Max Horn
2007-06-07
Add details for French and German Amiga versions of Elvira 1. Remove restart ...
Travis Howell
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-22
Add load/save interface support for Elvira 2 and Waxworks.
Travis Howell
2007-05-07
Cleanup.
Travis Howell
2007-04-15
Add eriktorbjorn's patch to split script opcodes into specific game engines.
Travis Howell
2007-04-15
Split game engines, to allow further cleanups.
Travis Howell
2006-11-15
Add inital pause code for Elvira 1/2 & WW, and cleanup
Travis Howell
2006-11-05
Add inital load/save code changes for earlier games and cleanup
Travis Howell
2006-10-29
Add opcode and opcode stub for Elvira 2. Remove unused opcode code
Travis Howell
2006-10-25
Cleanup
Travis Howell
2006-10-25
Remove unused script code
Travis Howell
2006-10-23
Add a few opcode stubs for Elvira 2
Travis Howell
2006-10-23
Add opcode used by lift in Elvira 2
Travis Howell
2006-10-22
Add extra opcode for Elvira 2
Travis Howell
2006-10-22
Add print object opcode difference in Elivra 2 and WW
Travis Howell
2006-10-22
Add more opcodes for Elivra 2 and WW
Travis Howell
2006-10-19
Split script opcode tables up into more specifics
Travis Howell
2006-10-19
Split game specific script opcodes into separate files
Travis Howell