Age | Commit message (Expand) | Author |
2006-04-23 | Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ... | Max Horn |
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-23 | Small tweak to allow turning off MD5 computation for debugging | Max Horn |
2006-04-23 | Remove superfluous exclamation mark | Max Horn |
2006-04-23 | Implemented volume and panning for FF sound effects. I hope my mapping from | Torbjörn Andersson |
2006-04-23 | Also output the description when running DETECTOR_TESTING_HACK | Max Horn |
2006-04-23 | Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz... | Oystein Eftevaag |
2006-04-23 | typo | Max Horn |
2006-04-23 | Fixed MD5 entry for mac version of MI1 | Max Horn |
2006-04-23 | Modified DETECTOR_TESTING_HACK code to skip over invalid paths | Max Horn |
2006-04-23 | Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ... | Max Horn |
2006-04-23 | Test code for the detection code in all engines (disabled by default) | Max Horn |
2006-04-23 | Fix 'comparison between signed and unsigned integer' warning | Max Horn |
2006-04-23 | Modified some error calls to explicitly name the function they occured in (th... | Max Horn |
2006-04-23 | Fix video sequences shown by arcade machines | Travis Howell |
2006-04-23 | Fix video sequences shown by arcade machines | Travis Howell |
2006-04-23 | Fix video sequences shown by arcade machines | Travis Howell |
2006-04-23 | Read and use frame rate setting for videos | Travis Howell |
2006-04-23 | Fix audio and video sync. in videos of FF | Travis Howell |
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn |
2006-04-22 | Non-void functions always must return something | Max Horn |
2006-04-22 | The dirent struct on IRIX doesn't have the d_type field, so define SYSTEM_NOT... | Joost Peters |
2006-04-22 | Added F1 as save for ITE | Lars Persson |
2006-04-22 | Fix valgrind warning | Travis Howell |
2006-04-22 | Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF a... | Travis Howell |
2006-04-22 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko |
2006-04-22 | Implement CLIP() routine used to put arbitrary value in specified range. | Eugene Sandulenko |
2006-04-22 | Cleanup use of different filenames in different versions | Travis Howell |
2006-04-21 | Changed loadVGAFile dstSize datatype from uint to uint32 so it matches the da... | Lars Persson |
2006-04-21 | Updated Symbian Actions and SDL Symbian interface for latest backend changes ... | Lars Persson |
2006-04-21 | Return of void value is not valid for all platforms. Changed to call function... | Lars Persson |
2006-04-21 | Implementation and declartion in intern.h differed. Changed so both is using ... | Lars Persson |
2006-04-21 | Use SetInt to set the Keymapping version, instead of Set. | Lars Persson |
2006-04-21 | Conflicting domains for String definition. Added Common:: to String to clarif... | Lars Persson |
2006-04-21 | Add creation of Symbian SDL backend instead of plain SDL | Lars Persson |
2006-04-21 | Adjust buffer sizes for conversation options, even for sprite id 1. This | Torbjörn Andersson |
2006-04-21 | Fixed silly bug in --save-slot handling: Don't try to restore a savegame unless | Torbjörn Andersson |
2006-04-21 | Add FF differences in chance script opcode | Travis Howell |
2006-04-21 | Split bitArrays into three separate arrays, like original. Also fixing load/s... | Travis Howell |
2006-04-21 | Move _variableArrayPtr changes to match original code, in case it is triggere... | Travis Howell |
2006-04-21 | Fix valgrind warning | Travis Howell |
2006-04-21 | Add animate sprites by Y function for FF | Travis Howell |
2006-04-21 | Add back debug function | Travis Howell |
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell |
2006-04-20 | Add used memory counter. | Won Star |
2006-04-20 | Fix compile with DISABLE_FANCY_THEME. | Won Star |
2006-04-20 | Add F9 key in FF, which toggles hitbox names | Travis Howell |
2006-04-20 | Revert that delay change when scrolling inventory in FF, causes glitches | Travis Howell |