Age | Commit message (Expand) | Author |
2006-05-03 | Fix listDir call in BrowserDialog | Max Horn |
2006-05-03 | Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth... | Max Horn |
2006-05-03 | Fix DYNAMIC_MODULES (update the listDir call used in PluginManager::loadPlugi... | Max Horn |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-03 | Moved some code from SCUMM's detectGames function into a separate function (i... | Max Horn |
2006-05-03 | Project file updated | Lars Persson |
2006-05-03 | Updated build script for Symbian OS9 devices | Lars Persson |
2006-05-03 | Removed CharsetRendererV3::getFontHeight (it was identical to CharsetRenderer... | Max Horn |
2006-05-03 | Fixes typo. | Johannes Schickel |
2006-05-03 | - moves detection code to plugin.cpp. | Johannes Schickel |
2006-05-03 | - modifies loadBitmap not to crash if a image isn't found | Johannes Schickel |
2006-05-03 | Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes"). | Johannes Schickel |
2006-05-03 | Make sure AbstractFilesystemNode::child() only returns a directory in Windows | Travis Howell |
2006-05-03 | Add work around for glitches that occurs on map, when Simon rides lion to the... | Travis Howell |
2006-05-03 | Some doxygen comment cleanup for (Abstract)FilesystemNode | Max Horn |
2006-05-03 | Fix subtitle colors during lion ride in Simon2 | Travis Howell |
2006-05-03 | Disabled evil getcwd hack in POSIXFilesystemNode | Max Horn |
2006-05-03 | Clear front buffer, when using cutscenes in Amiga version of FF | Travis Howell |
2006-05-03 | Got rid of AbstractFilesystemNode::wrap (begone, evil hack) | Max Horn |
2006-05-03 | I don't know if this is correct, but at least browser.cpp compiles again now. | Torbjörn Andersson |
2006-05-03 | Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl... | Max Horn |
2006-05-03 | Started to separate AbstractFilesystemNode from FilesystemNode | Max Horn |
2006-05-03 | Use FilesystemNode, never AbstractFilesystemNode (which is for internal use o... | Max Horn |
2006-05-03 | Write results to correct locations in setRandom and getPathValue video opcode... | Travis Howell |
2006-05-03 | Correct size of GPVCount/PVCount vars | Travis Howell |
2006-05-03 | Correct result var in checkPaths script opcode in FF | Travis Howell |
2006-05-03 | sfx5 isn't ambient, but manually started/stopped in FF | Travis Howell |
2006-05-03 | Read correct offset in loadIconData() | Travis Howell |
2006-05-03 | Fix scrolling glitches in Oracle of FF | Travis Howell |
2006-05-03 | Cleanup | Travis Howell |
2006-05-02 | Allow skipping cutscenes via ESC key too | Travis Howell |
2006-05-02 | Use consistent game order | Travis Howell |
2006-05-02 | Add The Feeble Files | Travis Howell |
2006-05-02 | Mention the new SCUMM detector in the NEWS file (which, sadly, is pretty inco... | Max Horn |
2006-05-02 | Fix insult fight (MI1) mouse wheel scrolling, hopefully also for the SEGA ver... | Max Horn |
2006-05-02 | Removed compilation error. | Marcus Comstedt |
2006-05-02 | Implemented new InSaveFile methods. | Marcus Comstedt |
2006-05-02 | Cleanup | Torbjörn Andersson |
2006-05-02 | Let's try this again: Let the backend draw the mouse cursor, instead of drawing | Torbjörn Andersson |
2006-05-02 | Fixed FF mouse cursors being drawn a bit to the left of the hotspot. FF seems | Torbjörn Andersson |
2006-05-02 | Update language details for filenames of a few games | Travis Howell |
2006-05-02 | Update language details for filenames of several HE games | Travis Howell |
2006-05-02 | Add gameFilenamesTable[] entries for activity, fbpack and funpack | Travis Howell |
2006-05-02 | Fix detection of Windows version of puttmoon | Travis Howell |
2006-05-02 | Add support for reading/writing config files through saveGameManager and use ... | Travis Howell |
2006-05-01 | It's wrong to assume a given file is located in gameDataPath, so do not use t... | Max Horn |
2006-05-01 | Added a missing '*' (which marks the comment as being one doxygen should proc... | Max Horn |
2006-05-01 | Patch #1479919 (AmigaOS maintaining) | Max Horn |
2006-05-01 | Some cleanup, and added a FIXME comment concerning the wrong usage of getSave... | Max Horn |
2006-05-01 | Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste... | Max Horn |