aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-09-30Add code to move pieces in jumble of PPTravis Howell
svn-id: r24034
2006-09-30Ooops, another mistake in isVgaQueueEmpty()Travis Howell
svn-id: r24033
2006-09-30Ooops, increase count in isVgaQueueEmpty()Travis Howell
svn-id: r24032
2006-09-30Add code for isVgaQueueEmpty() in PPTravis Howell
svn-id: r24031
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-30Move remaining script loading code to subroutine.cppTravis Howell
svn-id: r24026
2006-09-30Add opcode table for Elvira 2 and cleanupTravis Howell
svn-id: r24025
2006-09-30Update md5 details for Elvira 1Travis Howell
svn-id: r24024
2006-09-30Add changes and stubs for Elvira 1Travis Howell
svn-id: r24023
2006-09-29Increase opcode array size for ElviraTravis Howell
svn-id: r24022
2006-09-29Update opcode table for ElviraTravis Howell
svn-id: r24021
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-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 4. Some more internal updates.,Eugene Sandulenko
svn-id: r24012
2006-09-29Phase 3 of Simon engine renaming. Files renaming.Eugene Sandulenko
svn-id: r24011
2006-09-29Phase 2 of Simon renaming. Simon directory renamingEugene Sandulenko
svn-id: r24009
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-09-29PP uses voice channel for looping musicTravis Howell
svn-id: r24007
2006-09-29Add opcode stub for PPTravis Howell
svn-id: r24006
2006-09-29Fix input in PPTravis Howell
svn-id: r24005
2006-09-29Fix mistake in dumpOpcode()Travis Howell
svn-id: r24004
2006-09-29Correct size of opcode in dumpOpcode()Travis Howell
svn-id: r24003
2006-09-29Add last game (dimp) of PPTravis Howell
svn-id: r24002
2006-09-29Added/stubbed some Puzzle Pack opcodes that are different compared to TheTorbjörn Andersson
Feeble Files. Didn't make much difference. svn-id: r24001
2006-09-29Correct title name for puzzleTravis Howell
svn-id: r24000
2006-09-29Fix display of game titleTravis Howell
svn-id: r23999
2006-09-29Add more changes for PPTravis Howell
svn-id: r23998
2006-09-29Add md5s for Elvira 2Travis Howell
svn-id: r23997
2006-09-29Fix startup of PP gamesTravis Howell
svn-id: r23996
2006-09-29Add speech support for PP and cleanupTravis Howell
svn-id: r23995
2006-09-28Expand Simon engine moreTravis Howell
svn-id: r23994
2006-09-23Add French versions of puttzoo, spyfox, spyfox2 and spyozonTravis Howell
svn-id: r23983
2006-09-23Removed CHECK_HEAPMax Horn
svn-id: r23979
2006-09-23Fix mingw compileTravis Howell
svn-id: r23976
2006-09-23Moved error/warning/checkHeap from engines/engine.cpp to common/util.cppMax Horn
svn-id: r23975
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-21Fix regression in Amiga/Macintosh versions of FFTravis Howell
svn-id: r23973
2006-09-21Fix bug #1550974: "SMUSH: changing subtitle settings during SMUSH doesn't work"Eugene Sandulenko
svn-id: r23965
2006-09-21Fix commentEugene Sandulenko
svn-id: r23964
2006-09-21Fix bug #1536932: "MANIACNES: Crash on click in speechtext-area"Eugene Sandulenko
svn-id: r23962
2006-09-21Remove excess newlines for errors/warningsTravis Howell
svn-id: r23959
2006-09-21Re-enable warning for unknown MIDI eventsTravis Howell
svn-id: r23958
2006-09-21Correct HE version for Dutch version of putttimeTravis Howell
svn-id: r23956
2006-09-20Add French version of Pajama Sam 1Travis Howell
svn-id: r23952
2006-09-20Fix crashes during WW startupTravis Howell
svn-id: r23944