Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-06 | removed superfluous newline | Max Horn | |
svn-id: r10050 | |||
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn | |
svn-id: r10047 | |||
2003-09-06 | avoid accidental copying of Map | Max Horn | |
svn-id: r10044 | |||
2003-09-06 | Fix debug level, only > 1 should be valid. | Travis Howell | |
svn-id: r10039 | |||
2003-09-06 | Game failure message shouldn't be a debug either. | Travis Howell | |
svn-id: r10038 | |||
2003-09-06 | Actually make these game version message shown by default, so users can ↵ | Travis Howell | |
better report bugs. svn-id: r10037 | |||
2003-09-06 | Default debug level should be zero. | Travis Howell | |
svn-id: r10036 | |||
2003-09-05 | init value of _amiga to false | Max Horn | |
svn-id: r10024 | |||
2003-09-05 | Add to config as int for now. | Travis Howell | |
svn-id: r10012 | |||
2003-09-05 | Fix platform command line and add to readme | Travis Howell | |
svn-id: r10011 | |||
2003-09-05 | Use --platform option, instead of system specific options. | Travis Howell | |
Needs config support added. svn-id: r10002 | |||
2003-09-05 | Update docs for new flags | Travis Howell | |
svn-id: r10001 | |||
2003-09-05 | Add atarist and macintosh options, since there seem to be no way to detect ↵ | Travis Howell | |
version been used. svn-id: r9999 | |||
2003-09-03 | prepare for larger target names | Jonathan Gray | |
svn-id: r9986 | |||
2003-08-30 | Feature Request [778833] '-F' not documented | Jamieson Christian | |
Added -F and --fullscreen to the ScummVM --help output. These were added to the README already as part of the fix for Bug [779013]. svn-id: r9915 | |||
2003-08-29 | Memory leak | Chris Apers | |
svn-id: r9910 | |||
2003-08-22 | add sword2 cd dirs | Jonathan Gray | |
svn-id: r9816 | |||
2003-08-22 | change description of -b option to be more correct, also some consistency in ↵ | Jonathan Gray | |
-h output svn-id: r9811 | |||
2003-08-21 | -Werror cleanup, don't try to free const variables... | Jonathan Gray | |
svn-id: r9808 | |||
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵ | Jonathan Gray | |
bits in my tree svn-id: r9807 | |||
2003-08-19 | Fix compile. | Torbjörn Andersson | |
svn-id: r9784 | |||
2003-08-19 | Fix 1 memory leak + 102 memory leaks using launcher | Chris Apers | |
svn-id: r9783 | |||
2003-08-18 | added VersionSettings flag MDT_PREFER_NATIVE for defaulting to midi music | Robert Göffringmann | |
svn-id: r9771 | |||
2003-08-16 | Fixed aspect ratio scaler | Jochen Hoenicke | |
svn-id: r9723 | |||
2003-08-16 | Added fullscreen support to palmos | Chris Apers | |
svn-id: r9721 | |||
2003-08-15 | Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible | Jamieson Christian | |
list of music types supported. This was done because now PC speaker support must be treated separately, along with Adlib and native (GM/MT32) support. This fixes a problem with games that don't support PC speaker (including V5 games that don't parse SPK resources yet) being run with -epcspk or -epcjr. Those games now properly switch to -enull so that music resources still get parsed and music/script synchronization mechanisms don't break. svn-id: r9703 | |||
2003-08-13 | Fix ALWAYS_ADLIB override of native driver selection | Jamieson Christian | |
svn-id: r9658 | |||
2003-08-13 | Added PC Speaker and PCjr command line options, | Jamieson Christian | |
in preparation for Kirben's addition of WA support for games that already have AD tracks. svn-id: r9656 | |||
2003-08-11 | Fix for Bug [779013] ALL: Fullscreen and -F | Jamieson Christian | |
Fixed behavior of command line options that are treated as "[scummvm]" modifiers by default. I'm not even sure if "[scummvm]" mods still work (or require special code) so we might be able to get rid of old code. Also added --fullscreen and --no-fullscreen command line options. svn-id: r9640 | |||
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt | |
svn-id: r9626 | |||
2003-08-10 | Doesn't look like these are used anymore. | Marcus Comstedt | |
svn-id: r9623 | |||
2003-08-08 | list -h in help text | Jonathan Gray | |
svn-id: r9596 | |||
2003-08-07 | Fix newline warning | Chris Apers | |
svn-id: r9587 | |||
2003-08-07 | No more needed ... Arisme, your turn | Chris Apers | |
svn-id: r9586 | |||
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn | |
svn-id: r9527 | |||
2003-08-05 | stdafx.h should always be first | Max Horn | |
svn-id: r9490 | |||
2003-08-04 | limit to 80 char again after last change... | Jonathan Gray | |
svn-id: r9462 | |||
2003-08-04 | ditto | Travis Howell | |
svn-id: r9461 | |||
2003-08-04 | fix lines exceeding 80 chars in usage help | Jonathan Gray | |
svn-id: r9458 | |||
2003-08-03 | fix for bug #782132 (MI1: -e null doesn't work) | Max Horn | |
svn-id: r9445 | |||
2003-08-02 | fix compile with vc7 | Paweł Kołodziejski | |
svn-id: r9421 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell | |
svn-id: r9364 | |||
2003-08-01 | mingw compile broken when include order was changed | Travis Howell | |
svn-id: r9363 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-08-01 | Ooops | Travis Howell | |
svn-id: r9356 | |||
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell | |
svn-id: r9355 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-31 | use #define instead of enum here because that makes ccache more effective ↵ | Max Horn | |
when changing sample rates svn-id: r9326 |