Age | Commit message (Expand) | Author |
2006-05-04 | Moved listGames, listTargets, runDetectorTest to base/options.cpp; also moved... | Max Horn |
2006-05-04 | Removed last traces of class GameDetector | Max Horn |
2006-05-04 | Renamed base/gameDetector.h/.cpp to base/options.h/.cpp | Max Horn |
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved the... | Max Horn |
2006-05-04 | Make sure our config default values get properly registered | Max Horn |
2006-05-04 | Turned the last remaining few GameDetector methods into static methods | Max Horn |
2006-05-04 | Put "path" config in game specific domain. Fixes bug #1475049. | Marcus Comstedt |
2006-05-04 | Set speech_mute/sfx_mute/music_mute values in one single central place | Max Horn |
2006-05-04 | Updates for S60V3 and UIQ3 | Lars Persson |
2006-05-04 | Add keyboard shortcuts for FF | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-04 | Update palmOS code for GameSpecificSettings changes | Travis Howell |
2006-05-04 | Allow skipping speech in Simon1 | Travis Howell |
2006-05-04 | Adds (partial) support for italian floppy. (still hardcoded strings are missi... | Johannes Schickel |
2006-05-04 | Add missing old simon1 target | Travis Howell |
2006-05-04 | Don't read beyond animationCount, when looking for animation in vc3_loadSprite() | Travis Howell |
2006-05-04 | Don't read beyond imageCount, when looking for image | Travis Howell |
2006-05-04 | Remove duplicate code | Travis Howell |
2006-05-04 | Fix loading of default saved game file, containing restate state, in FF | Travis Howell |
2006-05-04 | Add filename difference in Amiga/Mac. versions of FF | Travis Howell |
2006-05-04 | The loadPlugins() function works a bit better if it doesn't fail when listDir() | Torbjörn Andersson |
2006-05-04 | Checking if the node isValid() is no longer an option, but isDirectory() should | Torbjörn Andersson |
2006-05-04 | Show Epic Interactive movie on startup in Amiga/Mac. versions of FF | Travis Howell |
2006-05-04 | Update screen more often, for smoother mouse movement | Travis Howell |
2006-05-04 | Update Simon engine settings | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-03 | Revert the last change, since AbstractFilesystemNode::child() handles files a... | Travis Howell |
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 |