aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/game.cpp
AgeCommit message (Collapse)Author
2006-10-08Replaced evil usage of static globals inside function by proper member variablesMax Horn
svn-id: r24183
2006-10-08Added more const qualifiersMax Horn
svn-id: r24182
2006-10-08A few corrections for Elvira 1 game detailsTravis Howell
svn-id: r24180
2006-10-06Correct typo in game title for Elvira 2Travis Howell
svn-id: r24139
2006-10-06Correct game titles for Elvira 1/2Travis Howell
svn-id: r24134
2006-10-06Add Amiga demo of Elvira, and switch to elvira1 for ElviraTravis Howell
svn-id: r24133
2006-10-05Add Amiga versions of Elvira 1/2 and WaxworksTravis Howell
svn-id: r24120
2006-10-04Fix palette regressionTravis Howell
svn-id: r24110
2006-10-04Add French version of Elvira 2Travis Howell
svn-id: r24109
2006-10-04Correct number of variables in Elvira 1/2Travis Howell
svn-id: r24108
2006-10-03Fix sound effects regression in simon1dos and remove excess game idsTravis Howell
svn-id: r24100
2006-10-02Moved unrelated fields out of ADGameDescription structure.Eugene Sandulenko
svn-id: r24090
2006-10-02Unify SAGA/AGOS detection code so other engines could also reuse itEugene Sandulenko
without further code duplication. svn-id: r24083
2006-10-01Fixed msvc8 build.Johannes Schickel
svn-id: r24054
2006-09-30Update md5 details for Elvira 1Travis Howell
svn-id: r24024
2006-09-29When starting a game, make sure that it has the desired target name. The oldTorbjörn Andersson
behaviour was to simply pick the first detected game, which made it necessary to keep the Puzzle Pack data files in different directories. Now they can all be in the same one. (Generally it's not a good idea to keep several games in the same directory, of course, but in this case it's perfectly reasonable.) svn-id: r24020
2006-09-29Some minor formating changes.Torbjörn Andersson
svn-id: r24019
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 2 of Simon renaming. Simon directory renamingEugene Sandulenko
svn-id: r24009