This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-18 16:03:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
0a9276092f
Fix crash in GameDescriptor::updateDesc
...
svn-id: r25153
2007-01-21 16:34:18 +00:00
..
commandLine.cpp
Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/Symbian, at least) the savedir just before we need it, i.e. just before saving. Fixes bug
#1504398
2007-01-21 15:17:28 +00:00
commandLine.h
- Updated MSVC8 project files
2006-05-09 14:16:43 +00:00
game.cpp
Make use of HashMap::getVal/setVal, and some cleanup
2007-01-21 00:29:03 +00:00
game.h
Fix crash in GameDescriptor::updateDesc
2007-01-21 16:34:18 +00:00
internal_version.h
Bump version
2006-06-11 22:29:41 +00:00
internal_version.h.in
New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in version 1.2.3CVS)
2006-01-25 20:53:25 +00:00
main.cpp
Added game.cpp file with some funcs/methods declared in game.h
2007-01-21 00:25:04 +00:00
main.h
Fixed broken svn:keywords values
2006-04-16 13:01:41 +00:00
module.mk
Added game.cpp file with some funcs/methods declared in game.h
2007-01-21 00:25:04 +00:00
plugins.cpp
Added game.cpp file with some funcs/methods declared in game.h
2007-01-21 00:25:04 +00:00
plugins.h
First phase of detection-related plugins interface improvements. Now plugins
2007-01-20 21:27:57 +00:00
version.cpp
Small fix for the symbian port
2006-07-29 20:20:01 +00:00
version.h
Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h header file
2006-04-15 21:20:16 +00:00