aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
AgeCommit message (Collapse)Author
2006-10-01Split the seupOpcodes() function into several functions for - hopefully -Torbjörn Andersson
better readability, and to make it easier for Elvira to replace the entire opcode table. svn-id: r24048
2006-09-30Add support for skipping swampy introductionTravis Howell
svn-id: r24041
2006-09-30Another PP opcode stub.Torbjörn Andersson
svn-id: r24040
2006-09-30Added a couple of functions which seem to define the rules for some kind ofTorbjörn Andersson
"blocks" game. This looks like it could be cleaned up quite a bit. svn-id: r24038
2006-09-30Another slight PP difference.Torbjörn Andersson
svn-id: r24036
2006-09-30Enable more code in oops functions of PPTravis Howell
svn-id: r24030
2006-09-30Re-use FF's _variableArray2[] instead of creating a new one for PP. Free theTorbjörn Andersson
variable arrays on exit. svn-id: r24029
2006-09-30Partially unstubbed the PP "oops" opcodes.Torbjörn Andersson
svn-id: r24028
2006-09-30Add mouse cursor support for PP and minor cleanupTravis Howell
svn-id: r24027
2006-09-30Add changes and stubs for Elvira 1Travis Howell
svn-id: r24023
2006-09-29Update opcode table for PPTravis Howell
svn-id: r24014
2006-09-29Phase 5 of Simon engine renaming. Renamed namespace Simon -> AGOS andEugene Sandulenko
SimonEngine -> AGOSEngine. Source is compilable and runnable again. I'm done. svn-id: r24013
2006-09-29Phase 3 of Simon engine renaming. Files renaming.Eugene Sandulenko
svn-id: r24011