Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-29 | Add more timer code differences in FF | Travis Howell | |
svn-id: r22201 | |||
2006-04-29 | Fix mistakes in animateSpritesByY() for FF | Travis 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-26 | Add FF difference in isAdjNoun opcode. This makes it possible to get past the | Torbjörn Andersson | |
SAM / PEG puzzle, but do not ask me what, exactly, was wrong. I haven't a clue. svn-id: r22186 | |||
2006-04-26 | Use File::size to determine the size of a file, instead of doing a seek(0, ↵ | Max Horn | |
SEEK_END) svn-id: r22184 | |||
2006-04-26 | Fix timer events time when saving game in FF | Travis Howell | |
svn-id: r22179 | |||
2006-04-26 | Fix timer events time when saving game in FF | Travis Howell | |
svn-id: r22177 | |||
2006-04-26 | Introduce and use Engine_Empty() and Engine::GUIErrorMessage() | Eugene Sandulenko | |
svn-id: r22165 | |||
2006-04-25 | Show GUI message when game data is not found. | Eugene Sandulenko | |
svn-id: r22164 | |||
2006-04-25 | Fix OmniTV repeating for now | Travis Howell | |
svn-id: r22149 | |||
2006-04-25 | Fix fps setting for video play back | Travis Howell | |
svn-id: r22147 | |||
2006-04-25 | Fix OmniTV not stopping, when room changes in FF | Travis Howell | |
svn-id: r22145 | |||
2006-04-25 | Hide mouse pointer when video is active | Travis Howell | |
svn-id: r22144 | |||
2006-04-24 | Revert change, a NULL block should be added if audio doesn't exist | Travis Howell | |
svn-id: r22141 | |||
2006-04-24 | If startSound() can't find a WAVE chunk, set the file position to the beginning | Torbjö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-24 | Revert sign change to vcReadVar(), made glitches worse in some scenes | Travis Howell | |
svn-id: r22139 | |||
2006-04-24 | Remove duplicate code | Travis Howell | |
svn-id: r22138 | |||
2006-04-24 | Correct and move warning, when failing to load video in FF | Travis Howell | |
svn-id: r22137 | |||
2006-04-24 | Add support for OmniTV | Travis Howell | |
svn-id: r22136 | |||
2006-04-24 | vcReadVar() should return a signed value | Travis Howell | |
svn-id: r22135 | |||
2006-04-24 | Restrict variables sizes, when reading from vcReadNextWord(), to prevent ↵ | Travis Howell | |
overflows svn-id: r22134 | |||
2006-04-24 | Fix memory leak in readGamePcText() | Travis Howell | |
svn-id: r22133 | |||
2006-04-24 | Initialize all variables in MoviePlayer class | Travis Howell | |
svn-id: r22132 | |||
2006-04-24 | Remove duplicate variable in readGamePcText() | Travis Howell | |
svn-id: r22131 | |||
2006-04-24 | isSpriteLoaded is Simon 1/2 specific and never used by FF | Travis Howell | |
svn-id: r22130 | |||
2006-04-24 | Free screen buffers on exit | Travis Howell | |
svn-id: r22129 | |||
2006-04-24 | Ooops, real memory leak was in sound buffer | Travis Howell | |
svn-id: r22128 | |||
2006-04-24 | Fix sound memory leak | Travis Howell | |
svn-id: r22127 | |||
2006-04-23 | Implemented volume and panning for FF sound effects. I hope my mapping from | Torbjörn Andersson | |
DirectSound's logarithmic scale to ScummVM's linear scale is at least reasonably collect. This should keep the sound effects from overpowering the spoken voices in some scenes. svn-id: r22107 | |||
2006-04-23 | Fix 'comparison between signed and unsigned integer' warning | Max Horn | |
svn-id: r22094 | |||
2006-04-23 | Fix video sequences shown by arcade machines | Travis Howell | |
svn-id: r22092 | |||
2006-04-23 | Fix video sequences shown by arcade machines | Travis Howell | |
svn-id: r22091 | |||
2006-04-23 | Fix video sequences shown by arcade machines | Travis Howell | |
svn-id: r22090 | |||
2006-04-23 | Read and use frame rate setting for videos | Travis Howell | |
svn-id: r22089 | |||
2006-04-23 | Fix audio and video sync. in videos of FF | Travis Howell | |
svn-id: r22088 | |||
2006-04-22 | Non-void functions always must return something | Max Horn | |
svn-id: r22086 | |||
2006-04-22 | Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF ↵ | Travis Howell | |
and cleanup svn-id: r22081 | |||
2006-04-22 | Cleanup use of different filenames in different versions | Travis Howell | |
svn-id: r22078 | |||
2006-04-21 | Changed loadVGAFile dstSize datatype from uint to uint32 so it matches the ↵ | Lars Persson | |
data type which loadOffsets takes. svn-id: r22077 | |||
2006-04-21 | Adjust buffer sizes for conversation options, even for sprite id 1. This | Torbjörn Andersson | |
doesn't seem to match the original, but there are cases where even the first string is long enough to cause text corruption. For whatever reason, I have not been able to reproduce this text corruption with the original interpreter, though, so maybe we're missing some detail. Or maybe the original interpreter just gets lucky. svn-id: r22070 | |||
2006-04-21 | Add FF differences in chance script opcode | Travis Howell | |
svn-id: r22068 | |||
2006-04-21 | Split bitArrays into three separate arrays, like original. Also fixing ↵ | Travis Howell | |
load/save issue with bitArrayThree been off by one svn-id: r22067 | |||
2006-04-21 | Move _variableArrayPtr changes to match original code, in case it is ↵ | Travis Howell | |
triggered outside video opcodes svn-id: r22066 | |||
2006-04-21 | Add animate sprites by Y function for FF | Travis Howell | |
svn-id: r22064 | |||
2006-04-21 | Add back debug function | Travis Howell | |
svn-id: r22063 | |||
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell | |
svn-id: r22062 | |||
2006-04-20 | Add F9 key in FF, which toggles hitbox names | Travis Howell | |
svn-id: r22059 | |||
2006-04-20 | Revert that delay change when scrolling inventory in FF, causes glitches | Travis Howell | |
svn-id: r22058 | |||
2006-04-20 | Enable virtual keyboard, when entering saved game name in FF | Travis Howell | |
svn-id: r22057 | |||
2006-04-20 | Fix constant scrolling in oracle in FF, when mouse button is pressed | Travis Howell | |
svn-id: r22056 |