Age | Commit message (Expand) | Author |
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 |
2006-04-20 | Enable virtual keyboard, when entering saved game name in FF | Travis Howell |
2006-04-20 | Fix constant scrolling in oracle in FF, when mouse button is pressed | Travis Howell |
2006-04-20 | getPathPosn script opcode needs to use int16 to get correct position, fixes e... | Travis Howell |
2006-04-20 | Add timer difference in FF | Travis Howell |
2006-04-20 | Fix typo in switchVoiceFile() for FF | Travis Howell |
2006-04-20 | If I understand things correctly, this should fix the caret drawing in list | Torbjörn Andersson |
2006-04-20 | Fix mistake in vertical scrolling in FF | Travis Howell |
2006-04-20 | _rejectCount should only be incremented in checkNoOverWrite() | Travis Howell |
2006-04-20 | Update resource managment, missed several changes from FF | Travis Howell |
2006-04-20 | Fix freeze that can occur when scrolling inventory in oracle of FF | Travis Howell |
2006-04-20 | Cleanup | Travis Howell |
2006-04-20 | Add support for compressed speech files in PC verisons of FF | Travis Howell |
2006-04-20 | Minor cleanup | Travis Howell |
2006-04-20 | Update resource managment for FF, this method is more efficent for Simon 1/2 too | Travis Howell |
2006-04-19 | The next offset is only adjusted in renderString, when sprite id isn't 1 | Travis Howell |