index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
base
/
commandLine.cpp
Age
Commit message (
Expand
)
Author
2007-10-28
Implement FR #1775044: "set extrapath from commandline"
Eugene Sandulenko
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-06-23
Merged the FSNode branch with trunk r27031:27680
David Corrales
2007-06-16
Fixed several TODO's concerning path validation.
David Corrales
2007-06-11
Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry"
Eugene Sandulenko
2007-06-05
Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Patch #1726251: Reject long commandline parameters that lack the option
Max Horn
2007-05-26
Fix wrong error message as pointed out by jvprat. I.e. ./scummvm -g produced:
Eugene Sandulenko
2007-05-26
replace "normal" graphics scaler with "1x" in the --help text.
Joost Peters
2007-03-03
Allow PC Engine version of Loom to at least start up.
Travis Howell
2007-02-03
Change s_appName from Common::String to const char * on all platforms
Max Horn
2007-01-28
Always set gameid & description in a GameDescriptor (somewhat more future pro...
Max Horn
2007-01-28
Fix regression which prevented to run games specified only in command line
Eugene Sandulenko
2007-01-24
Fix for bug #1586640: SDL: Joystick/Joypad doesnt work with 0.9.0
Max Horn
2007-01-21
Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/...
Max Horn
2007-01-21
Make use of HashMap::getVal/setVal, and some cleanup
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-10-07
Whitespaces.
Johannes Schickel
2006-09-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-07-31
* Added copyright string to all engine plugins
Max Horn
2006-07-22
Fixed DO_OPTION_OPT so that the '=' is no longer required in long options. (The
Torbjörn Andersson
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-06-14
Added --themepath option, and documented (very briefly) the --gui-theme option.
Torbjörn Andersson
2006-06-01
Fixed problem when building and debugging using Symbian Emulator.
Lars Persson
2006-05-31
Only do warning for path create failure and not error as it can be set within...
Lars Persson
2006-05-23
Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI ...
Won Star
2006-05-18
--force-1x-overlay is no more. Remove leftovers.
Eugene Sandulenko
2006-05-13
fix VS2005 compilation warnings
Andrew Kurushin
2006-05-09
- Updated MSVC8 project files
Eugene Sandulenko