Age | Commit message (Expand) | Author |
2006-04-16 | some cleanup | Joost Peters |
2006-04-16 | update so it compiles again with current svn | Joost Peters |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | Removed GameDetector::_gameid in favor of using a config manager entry | Max Horn |
2006-04-14 | Avoid using exceptions | Max Horn |
2006-04-14 | Remove AmigaOS4 cookie as described in patch #1467193: "AmigaOS changes": | Eugene Sandulenko |
2006-04-14 | Part of patch #1467193: "AmigaOS changes": | Eugene Sandulenko |
2006-04-14 | First batch of root directory cleanup. Now icons are stored in directory | Eugene Sandulenko |
2006-04-12 | Commiting Fingolfins patch to remove gamedetector usage. | Lars Persson |
2006-04-12 | Updated project files with new required libs. | Lars Persson |
2006-04-11 | Removed the PalmOS specific hack in file.cpp in favor for code that should wo... | Max Horn |
2006-04-11 | Updated project file | Chris Apers |
2006-04-11 | Fixed FS support based on lastest changes to the base fs class | Chris Apers |
2006-04-11 | There is no ::create function anymore in backends | Chris Apers |
2006-04-11 | Added now required palm_main(...) function | Chris Apers |
2006-04-11 | Missing endian.h | Chris Apers |
2006-04-11 | Added missing 'auto' music driver | Chris Apers |
2006-04-10 | Fallback to using stat() if readdir returns DT_UNKNOWN (replacing the AMD64 h... | Max Horn |
2006-04-09 | Forces usage of SYSTEM_NOT_SUPPORTING_D_TYPE on amd64 systems. (read comment ... | Johannes Schickel |
2006-04-09 | Add SDL_SetModuleHandle to WinMain | Travis Howell |
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene Sandulenko |
2006-04-08 | AmigaOS4 changes from tracker #1416370 | Max Horn |
2006-04-07 | Cache the root node (cause a major speedup on OSX, since by far the slowes pa... | Max Horn |
2006-04-07 | Fix compile | Won Star |
2006-04-07 | Disable i/o cache which is incomplete and can cause serious problem with SMC. | Won Star |
2006-04-05 | use _gameid instead of _game.features to detect games using ImuseDigital (sli... | Max Horn |
2006-04-05 | Use full path qualifiers in #include statements (exception: engines/ can be o... | Max Horn |
2006-04-04 | Turned FSList::sort into a generic function which can be applied to anything ... | Max Horn |
2006-04-04 | Allow symlinks to directories for FS;es with D_TYPE support. | Eugene Sandulenko |
2006-04-04 | Symlinks are also valid files | Eugene Sandulenko |
2006-04-04 | Rename variable in FSList::sort() to avoid conflict with system defines | Travis Howell |
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
2006-04-04 | Some more FS code cleanup | Max Horn |
2006-04-04 | Possible bug in the Symbian FS code? | Max Horn |
2006-04-04 | oops | Max Horn |
2006-04-04 | Removing more pseudo copy constructors in favor of the standard copy construc... | Max Horn |
2006-04-04 | Rewrote sort code to use iterators (means it can be used with any container n... | Max Horn |
2006-04-03 | Added comment on why we use getcwd in POSIXFilesystemNode at all | Max Horn |
2006-04-03 | Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th... | Max Horn |
2006-04-03 | Various changes to POSIXFilesystemNode: | Max Horn |
2006-04-02 | To detect specific games, you want to look at the gameid, not the targetname ... | Max Horn |
2006-04-02 | Backends now are also responsile for deiniting properly. In particular, moved... | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-04-02 | Fix console output been redirected under win32 build, due to main changes. Re... | Travis Howell |
2006-04-02 | Fixing the X11 & NULL backends by adding main() | Max Horn |
2006-04-02 | Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ... | Max Horn |
2006-04-02 | ps2_fopen uses getGameDataPath -- added FIXME comment that explain how it pro... | Max Horn |
2006-04-02 | Moved the Win/Symbian specific stdout/stderr redirect code from base/main.cpp... | Max Horn |
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn |