aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
svn-id: r10279
2003-09-17added a static method setDefaultDirectory to class File; used this to ↵Max Horn
simplify some code; added a global g_sound pointer in bs2, this cuts down on uses of g_sword2 (of course both should be removed on the long run); some other minor tweaks/fixes svn-id: r10278
2003-09-17delete name only after closing the fileMax Horn
svn-id: r10270
2003-09-11added time.h and math.h to default/precompiled headersMax Horn
svn-id: r10168
2003-09-10added refCon parameter to timer classMax Horn
svn-id: r10156
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10149
2003-09-08fixed circular dependency; moved version string to main.cpp (seems more ↵Max Horn
logical to me, too) svn-id: r10105
2003-09-08changes to get a better link order, and to allow building a 'bare bone' ↵Max Horn
scummvm executable svn-id: r10103
2003-09-08fixed disabling of modulesMax Horn
svn-id: r10102
2003-09-08got rid of version_settingsMax Horn
svn-id: r10101
2003-09-08more plugin related workMax Horn
svn-id: r10098
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its ↵Max Horn
members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code svn-id: r10092
2003-09-08Some files are located in a different folder in Atari-ST version of ZakChris Apers
svn-id: r10087
2003-09-06removed superfluous newlineMax Horn
svn-id: r10050
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
svn-id: r10047
2003-09-06avoid accidental copying of MapMax Horn
svn-id: r10044
2003-09-06Fix debug level, only > 1 should be valid.Travis Howell
svn-id: r10039
2003-09-06Game failure message shouldn't be a debug either.Travis Howell
svn-id: r10038
2003-09-06Actually make these game version message shown by default, so users can ↵Travis Howell
better report bugs. svn-id: r10037
2003-09-06Default debug level should be zero.Travis Howell
svn-id: r10036
2003-09-05init value of _amiga to falseMax Horn
svn-id: r10024
2003-09-05Add to config as int for now.Travis Howell
svn-id: r10012
2003-09-05Fix platform command line and add to readmeTravis Howell
svn-id: r10011
2003-09-05Use --platform option, instead of system specific options.Travis Howell
Needs config support added. svn-id: r10002
2003-09-05Update docs for new flagsTravis Howell
svn-id: r10001
2003-09-05Add atarist and macintosh options, since there seem to be no way to detect ↵Travis Howell
version been used. svn-id: r9999
2003-09-03prepare for larger target namesJonathan Gray
svn-id: r9986
2003-08-30Feature Request [778833] '-F' not documentedJamieson 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-29Memory leakChris Apers
svn-id: r9910
2003-08-22add sword2 cd dirsJonathan Gray
svn-id: r9816
2003-08-22change 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-21patch #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-19Fix compile.Torbjörn Andersson
svn-id: r9784
2003-08-19Fix 1 memory leak + 102 memory leaks using launcherChris Apers
svn-id: r9783
2003-08-18added VersionSettings flag MDT_PREFER_NATIVE for defaulting to midi musicRobert Göffringmann
svn-id: r9771
2003-08-16Fixed aspect ratio scalerJochen Hoenicke
svn-id: r9723
2003-08-16Added fullscreen support to palmosChris Apers
svn-id: r9721
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson 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-13Fix ALWAYS_ADLIB override of native driver selectionJamieson Christian
svn-id: r9658
2003-08-13Added 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-11Fix for Bug [779013] ALL: Fullscreen and -FJamieson 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-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-08-10Doesn't look like these are used anymore.Marcus Comstedt
svn-id: r9623
2003-08-08list -h in help textJonathan Gray
svn-id: r9596
2003-08-07Fix newline warningChris Apers
svn-id: r9587
2003-08-07No more needed ... Arisme, your turnChris Apers
svn-id: r9586
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
svn-id: r9527
2003-08-05stdafx.h should always be firstMax Horn
svn-id: r9490
2003-08-04limit to 80 char again after last change...Jonathan Gray
svn-id: r9462