Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-23 | Modified DETECTOR_TESTING_HACK code to skip over invalid paths | Max Horn | |
svn-id: r22099 | |||
2006-04-23 | Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ↵ | Max Horn | |
check whether the given path exists, and whether it points to a directory svn-id: r22097 | |||
2006-04-23 | Test code for the detection code in all engines (disabled by default) | Max Horn | |
svn-id: r22095 | |||
2006-04-23 | Fix 'comparison between signed and unsigned integer' warning | Max Horn | |
svn-id: r22094 | |||
2006-04-23 | Modified some error calls to explicitly name the function they occured in ↵ | Max Horn | |
(this helps debugging) svn-id: r22093 | |||
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-23 | Replaced _demoMode by GF_DEMO | Max Horn | |
svn-id: r22087 | |||
2006-04-22 | Non-void functions always must return something | Max Horn | |
svn-id: r22086 | |||
2006-04-22 | The dirent struct on IRIX doesn't have the d_type field, so define ↵ | Joost Peters | |
SYSTEM_NOT_SUPPORTING_D_TYPE svn-id: r22085 | |||
2006-04-22 | Added F1 as save for ITE | Lars Persson | |
svn-id: r22083 | |||
2006-04-22 | Fix valgrind warning | Travis Howell | |
svn-id: r22082 | |||
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 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko | |
out of sync with video. See TODO there. - Fixed bug with MS IMA ADPCM mono to make it possible to work in real streams. svn-id: r22080 | |||
2006-04-22 | Implement CLIP() routine used to put arbitrary value in specified range. | Eugene Sandulenko | |
svn-id: r22079 | |||
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 | Updated Symbian Actions and SDL Symbian interface for latest backend changes ↵ | Lars Persson | |
so it all works properly again. svn-id: r22076 | |||
2006-04-21 | Return of void value is not valid for all platforms. Changed to call ↵ | Lars Persson | |
function and then plain return; svn-id: r22075 | |||
2006-04-21 | Implementation and declartion in intern.h differed. Changed so both is using ↵ | Lars Persson | |
the same datatype. svn-id: r22074 | |||
2006-04-21 | Use SetInt to set the Keymapping version, instead of Set. | Lars Persson | |
svn-id: r22073 | |||
2006-04-21 | Conflicting domains for String definition. Added Common:: to String to ↵ | Lars Persson | |
clarify domain. svn-id: r22072 | |||
2006-04-21 | Add creation of Symbian SDL backend instead of plain SDL | Lars Persson | |
svn-id: r22071 | |||
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 | Fixed silly bug in --save-slot handling: Don't try to restore a savegame unless | Torbjörn Andersson | |
the specified save slot is > 0. (The default value is -1, which shouldn't be restored either.) I thought I had fixed that already, but I guess I made a last-minute change... svn-id: r22069 | |||
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 | Fix valgrind warning | Travis Howell | |
svn-id: r22065 | |||
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 used memory counter. | Won Star | |
svn-id: r22061 | |||
2006-04-20 | Fix compile with DISABLE_FANCY_THEME. | Won Star | |
svn-id: r22060 | |||
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 | |||
2006-04-20 | getPathPosn script opcode needs to use int16 to get correct position, fixes ↵ | Travis Howell | |
entering teleporter in village in FF svn-id: r22055 | |||
2006-04-20 | Add timer difference in FF | Travis Howell | |
svn-id: r22054 | |||
2006-04-20 | Fix typo in switchVoiceFile() for FF | Travis Howell | |
svn-id: r22053 | |||
2006-04-20 | If I understand things correctly, this should fix the caret drawing in list | Torbjörn Andersson | |
widgets. (The glitch was most noticeable in the modern theme.) svn-id: r22052 | |||
2006-04-20 | Fix mistake in vertical scrolling in FF | Travis Howell | |
svn-id: r22051 | |||
2006-04-20 | _rejectCount should only be incremented in checkNoOverWrite() | Travis Howell | |
svn-id: r22050 | |||
2006-04-20 | Update resource managment, missed several changes from FF | Travis Howell | |
svn-id: r22049 | |||
2006-04-20 | Fix freeze that can occur when scrolling inventory in oracle of FF | Travis Howell | |
svn-id: r22048 | |||
2006-04-20 | Cleanup | Travis Howell | |
svn-id: r22047 |