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-19 16:33:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
5e4c6c76b1
Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and '-foo=BAR')
...
svn-id: r21565
2006-04-02 20:29:54 +00:00
..
engine.cpp
Update gameDataPath() calls in engine, to fix compile
2006-04-01 23:31:51 +00:00
engine.h
Removed yet another superfluous addDefaultDirectory call, and removed the unused Engine::getGameDataPath method (just use _gameDataPath directly if you need this)
2006-04-01 21:43:49 +00:00
gameDetector.cpp
Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and '-foo=BAR')
2006-04-02 20:29:54 +00:00
gameDetector.h
Split GameDetector::parseCommandLine into a static parseCommandLine method which returns a StringMap with all settings, and a non-static parseCommandLine method which interprets the StringMap returned by parseCommandLine.
2006-04-02 20:11:50 +00:00
internal_version.h
We're in SVN now, so change version to "0.9.0svn"
2006-02-13 12:57:06 +00:00
internal_version.h.in
…
main.cpp
Use the new command line parsing code to handle --config and --debugflags, too
2006-04-02 20:27:56 +00:00
main.h
Fully and officially renamed our main function to scummvm_main, thus making
2006-04-02 00:08:22 +00:00
module.mk
Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk
2006-02-12 00:16:31 +00:00
plugins.cpp
Added new method DetectedGame::updateDesc, to ease generation of uniform description strings
2006-03-09 12:52:10 +00:00
plugins.h
Added new method DetectedGame::updateDesc, to ease generation of uniform description strings
2006-03-09 12:52:10 +00:00
version.h
Positioned logo properly, added different version number rendering and
2006-03-14 03:08:14 +00:00