Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-10 | fix handling of last argument: if it's not a valid target, treat it like any ↵ | Max Horn | |
other arg (in particular, this is now legal: ./scummvm -f -g hq3x) svn-id: r10724 | |||
2003-10-10 | added my thoughts on our command line options (please feel free to comment ↵ | Max Horn | |
and tell me what you thinkg about it!); fixed program exit code for -z svn-id: r10717 | |||
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray | |
svn-id: r10701 | |||
2003-10-09 | give this more chance of working properly | Jonathan Gray | |
svn-id: r10697 | |||
2003-10-09 | make khaleks correct fix a bit nicer; and add similar safety nets to the ↵ | Max Horn | |
other parser...() methods svn-id: r10696 | |||
2003-10-09 | Temporary (?) fix to stop ScummVM crashing for me. (I don't define any | Torbjörn Andersson | |
music driver in my [scummvm] section, which may be what's causing me problems.) svn-id: r10692 | |||
2003-10-08 | turned PluginManager into a proper singleton | Max Horn | |
svn-id: r10688 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian | |
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 | |||
2003-10-05 | Make use of new List iterator | Max Horn | |
svn-id: r10609 | |||
2003-10-04 | add ability to use boot_param in a config file to specify boot param, this ↵ | Jonathan Gray | |
is useful for many things esp loom towns where difficulty select is via boot param svn-id: r10582 | |||
2003-10-02 | cleanup & restructuring; in particular move the midi driver list to its own ↵ | Max Horn | |
source file svn-id: r10550 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-01 | Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is ↵ | James Brown | |
deliberate and intended behavior (for enabling engine specific 'debug options' without debug messages) svn-id: r10519 | |||
2003-10-01 | disable joystick input by default either command line or config file need to ↵ | Jonathan Gray | |
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518 | |||
2003-09-27 | added hq2x scaler | Max Horn | |
svn-id: r10439 | |||
2003-09-21 | added HQ3x filter | Max Horn | |
svn-id: r10346 | |||
2003-09-20 | fix invalid target crash for build using loadable modules | Max Horn | |
svn-id: r10325 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-17 | cleanup | Max Horn | |
svn-id: r10284 | |||
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 |