aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
AgeCommit message (Collapse)Author
2006-05-03Write results to correct locations in setRandom and getPathValue video ↵Travis Howell
opcodes of FF svn-id: r22295
2006-05-03Correct size of GPVCount/PVCount varsTravis Howell
svn-id: r22294
2006-05-03Correct result var in checkPaths script opcode in FFTravis Howell
svn-id: r22293
2006-05-03sfx5 isn't ambient, but manually started/stopped in FFTravis Howell
svn-id: r22292
2006-05-03Read correct offset in loadIconData()Travis Howell
svn-id: r22291
2006-05-03Fix scrolling glitches in Oracle of FFTravis Howell
svn-id: r22290
2006-05-03CleanupTravis Howell
svn-id: r22289
2006-05-02Allow skipping cutscenes via ESC key tooTravis Howell
svn-id: r22288
2006-05-02CleanupTorbjörn Andersson
svn-id: r22280
2006-05-02Let's try this again: Let the backend draw the mouse cursor, instead of drawingTorbjörn Andersson
it ourselves. This time it seems to work. svn-id: r22279
2006-05-02Fixed FF mouse cursors being drawn a bit to the left of the hotspot. FF seemsTorbjörn Andersson
to have this strange notion of multiplying the X coordinate by two, so when it was using 38 to manipulate it, it really meant 19. I think. Now we just need to simplify this to make the backend draw the cursor instead. svn-id: r22278
2006-05-01Minor cleanupTravis Howell
svn-id: r22258
2006-04-30Revert last change to mouse cursors in FF, causes odd glitchesTravis Howell
svn-id: r22243
2006-04-30Ooops, update var names for drawMousePart()Travis Howell
svn-id: r22242
2006-04-30Use system code for mouse cursors in FFTravis Howell
svn-id: r22241
2006-04-30Clear palette too, after some cutscenesTravis Howell
svn-id: r22240
2006-04-30Fast fade out should be disabled, after a cutsceneTravis Howell
svn-id: r22239
2006-04-30Add complete support for mouse cursors in FF, with help from olkiTravis Howell
svn-id: r22238
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) ↵Max Horn
subclasses to namespace Audio svn-id: r22231
2006-04-29Cleanup includesTravis Howell
svn-id: r22225
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22224
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22221
2006-04-29Add FF difference in o_screenTextMsg()Travis Howell
svn-id: r22216
2006-04-29Minor cleanupTravis Howell
svn-id: r22215
2006-04-29Merge fadeToBlack() into o1_specialFade() and cleanupTravis Howell
svn-id: r22214
2006-04-29Fix error in debug tableTravis Howell
svn-id: r22213
2006-04-29Add more timer code differences in FFTravis Howell
svn-id: r22201
2006-04-29Fix mistakes in animateSpritesByY() for FFTravis Howell
svn-id: r22200
2006-04-29* Changed the createEngine() factory function of our plugins to return an ↵Max Horn
error code (the engine is now passed indirectly via a double pointer) * Removed Engine_Empty (obsolete now that engines can return actual error codes) svn-id: r22199
2006-04-26Add FF difference in isAdjNoun opcode. This makes it possible to get past theTorbjörn Andersson
SAM / PEG puzzle, but do not ask me what, exactly, was wrong. I haven't a clue. svn-id: r22186
2006-04-26Use File::size to determine the size of a file, instead of doing a seek(0, ↵Max Horn
SEEK_END) svn-id: r22184
2006-04-26Fix timer events time when saving game in FFTravis Howell
svn-id: r22179
2006-04-26Fix timer events time when saving game in FFTravis Howell
svn-id: r22177
2006-04-26Introduce and use Engine_Empty() and Engine::GUIErrorMessage()Eugene Sandulenko
svn-id: r22165
2006-04-25Show GUI message when game data is not found.Eugene Sandulenko
svn-id: r22164
2006-04-25Fix OmniTV repeating for nowTravis Howell
svn-id: r22149
2006-04-25Fix fps setting for video play backTravis Howell
svn-id: r22147
2006-04-25Fix OmniTV not stopping, when room changes in FFTravis Howell
svn-id: r22145
2006-04-25Hide mouse pointer when video is activeTravis Howell
svn-id: r22144
2006-04-24Revert change, a NULL block should be added if audio doesn't existTravis Howell
svn-id: r22141
2006-04-24If startSound() can't find a WAVE chunk, set the file position to the beginningTorbjörn Andersson
of the chunk again. Otherwise, animations without a sound track (such as disk1.dxa) will fail to play. svn-id: r22140
2006-04-24Revert sign change to vcReadVar(), made glitches worse in some scenesTravis Howell
svn-id: r22139
2006-04-24Remove duplicate codeTravis Howell
svn-id: r22138
2006-04-24Correct and move warning, when failing to load video in FFTravis Howell
svn-id: r22137
2006-04-24Add support for OmniTVTravis Howell
svn-id: r22136
2006-04-24vcReadVar() should return a signed valueTravis Howell
svn-id: r22135
2006-04-24Restrict variables sizes, when reading from vcReadNextWord(), to prevent ↵Travis Howell
overflows svn-id: r22134
2006-04-24Fix memory leak in readGamePcText()Travis Howell
svn-id: r22133
2006-04-24Initialize all variables in MoviePlayer classTravis Howell
svn-id: r22132
2006-04-24Remove duplicate variable in readGamePcText()Travis Howell
svn-id: r22131