This website requires JavaScript.
Explore
Help
Register
Sign in
thirdparty
/
scummvm
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6bcb1ce7d9
scummvm
/
backends
History
Download ZIP
Download TAR.GZ
Max Horn
876e738dce
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
...
svn-id: r15901
2004-11-27 00:26:11 +00:00
..
dc
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
2004-11-27 00:26:11 +00:00
fs
Since we do ref counting on the nodes now, we can re-use the root nodes now
2004-11-21 13:18:07 +00:00
gp32
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
midi
- Don't compile inline asm on versions of GCC < 3 (it uses MMX registers, which don't seem to be supported).
2004-11-19 01:39:16 +00:00
morphos
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
null
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
PalmOS
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
2004-11-27 00:26:11 +00:00
sdl
Fix a`ll engines. They work, though current fix is just temporary.
2004-11-24 00:14:21 +00:00
wince
Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it probably isn't enough to get things compiling again :-/
2004-11-26 21:10:56 +00:00
x11
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
intern.h
Obsolete
2004-03-02 13:07:08 +00:00
module.mk
Changed the FilesystemNode implementation to make it easier to use (client code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-)
2004-11-20 21:35:49 +00:00