Max Horn
a3bb9f81e0
added time.h and math.h to default/precompiled headers
...
svn-id: r10168
2003-09-11 10:10:38 +00:00
Max Horn
afe56a4aeb
added refCon parameter to timer class
...
svn-id: r10156
2003-09-10 12:43:54 +00:00
Max Horn
110152ddcf
moved declaration of error/warning/debug from engine.h to util.h
...
svn-id: r10149
2003-09-10 12:15:51 +00:00
Max Horn
c775614e1b
fixed circular dependency; moved version string to main.cpp (seems more logical to me, too)
...
svn-id: r10105
2003-09-08 17:46:54 +00:00
Max Horn
3916b97357
changes to get a better link order, and to allow building a 'bare bone' scummvm executable
...
svn-id: r10103
2003-09-08 17:42:53 +00:00
Max Horn
f61fdef996
fixed disabling of modules
...
svn-id: r10102
2003-09-08 17:30:24 +00:00
Max Horn
940200f173
got rid of version_settings
...
svn-id: r10101
2003-09-08 17:25:44 +00:00
Max Horn
6455c81989
more plugin related work
...
svn-id: r10098
2003-09-08 17:13:40 +00:00
Max Horn
f23a34c9e5
renamed VersionSettings -> TargetSettings and also renamed some of its members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code
...
svn-id: r10092
2003-09-08 15:38:34 +00:00
Chris Apers
a304d550c0
Some files are located in a different folder in Atari-ST version of Zak
...
svn-id: r10087
2003-09-08 12:59:08 +00:00
Max Horn
50520b55fa
removed superfluous newline
...
svn-id: r10050
2003-09-06 22:32:34 +00:00
Max Horn
6ac86b9760
added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui
...
svn-id: r10047
2003-09-06 20:21:54 +00:00
Max Horn
debf9d2755
avoid accidental copying of Map
...
svn-id: r10044
2003-09-06 12:03:33 +00:00
Travis Howell
d1c325a8c7
Fix debug level, only > 1 should be valid.
...
svn-id: r10039
2003-09-06 04:07:20 +00:00
Travis Howell
3fe6b6ca7f
Game failure message shouldn't be a debug either.
...
svn-id: r10038
2003-09-06 03:56:41 +00:00
Travis Howell
ffe7cd3feb
Actually make these game version message shown by default, so users can better report bugs.
...
svn-id: r10037
2003-09-06 03:48:08 +00:00
Travis Howell
422885415d
Default debug level should be zero.
...
svn-id: r10036
2003-09-06 03:41:12 +00:00
Max Horn
5ed75550d6
init value of _amiga to false
...
svn-id: r10024
2003-09-05 22:22:59 +00:00
Travis Howell
47215f39dd
Add to config as int for now.
...
svn-id: r10012
2003-09-05 16:30:05 +00:00
Travis Howell
0a9d234b52
Fix platform command line and add to readme
...
svn-id: r10011
2003-09-05 16:12:54 +00:00
Travis Howell
d100361876
Use --platform option, instead of system specific options.
...
Needs config support added.
svn-id: r10002
2003-09-05 10:53:57 +00:00
Travis Howell
36affb3396
Update docs for new flags
...
svn-id: r10001
2003-09-05 07:58:37 +00:00
Travis Howell
3187b565dd
Add atarist and macintosh options, since there seem to be no way to detect version been used.
...
svn-id: r9999
2003-09-05 07:36:05 +00:00
Jonathan Gray
0fb53e1f47
prepare for larger target names
...
svn-id: r9986
2003-09-03 10:26:09 +00:00
Jamieson Christian
8a4eaa51f0
Feature Request [778833] '-F' not documented
...
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-30 03:34:46 +00:00
Chris Apers
5f8630d41b
Memory leak
...
svn-id: r9910
2003-08-29 08:04:54 +00:00
Jonathan Gray
a02eba1bee
add sword2 cd dirs
...
svn-id: r9816
2003-08-22 06:40:29 +00:00
Jonathan Gray
d9a78a5feb
change description of -b option to be more correct, also some consistency in -h output
...
svn-id: r9811
2003-08-22 01:18:49 +00:00
Jonathan Gray
a51be5d39e
-Werror cleanup, don't try to free const variables...
...
svn-id: r9808
2003-08-21 14:58:47 +00:00
Jonathan Gray
ce42f4d3dd
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree
...
svn-id: r9807
2003-08-21 13:39:21 +00:00
Torbjörn Andersson
f5cdcfa3db
Fix compile.
...
svn-id: r9784
2003-08-19 16:10:05 +00:00
Chris Apers
a6d7d1521e
Fix 1 memory leak + 102 memory leaks using launcher
...
svn-id: r9783
2003-08-19 15:03:27 +00:00
Robert Göffringmann
f6d697444b
added VersionSettings flag MDT_PREFER_NATIVE for defaulting to midi music
...
svn-id: r9771
2003-08-18 23:19:53 +00:00
Jochen Hoenicke
c9ece33b81
Fixed aspect ratio scaler
...
svn-id: r9723
2003-08-16 11:00:13 +00:00
Chris Apers
806ff4acb3
Added fullscreen support to palmos
...
svn-id: r9721
2003-08-16 10:16:07 +00:00
Jamieson Christian
e1bc6493d8
Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible
...
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-15 10:19:24 +00:00
Jamieson Christian
bfde325d35
Fix ALWAYS_ADLIB override of native driver selection
...
svn-id: r9658
2003-08-13 15:34:00 +00:00
Jamieson Christian
fb62ba61ca
Added PC Speaker and PCjr command line options,
...
in preparation for Kirben's addition of WA support
for games that already have AD tracks.
svn-id: r9656
2003-08-13 14:08:21 +00:00
Jamieson Christian
37a394a660
Fix for Bug [779013] ALL: Fullscreen and -F
...
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-11 09:48:26 +00:00
Marcus Comstedt
a5aa5c0d73
Harmonized SaveFile API with File API a bit.
...
svn-id: r9626
2003-08-10 20:49:13 +00:00
Marcus Comstedt
3678fd6106
Doesn't look like these are used anymore.
...
svn-id: r9623
2003-08-10 14:24:30 +00:00
Jonathan Gray
6d1ded6992
list -h in help text
...
svn-id: r9596
2003-08-08 09:09:06 +00:00
Chris Apers
51c38eb3e8
Fix newline warning
...
svn-id: r9587
2003-08-07 14:57:55 +00:00
Chris Apers
88d7a918a3
No more needed ... Arisme, your turn
...
svn-id: r9586
2003-08-07 14:52:04 +00:00
Max Horn
75db41750e
getting rid of g_mixer; removing lots of whitespace
...
svn-id: r9527
2003-08-05 23:58:24 +00:00
Max Horn
fb761bd894
stdafx.h should always be first
...
svn-id: r9490
2003-08-05 12:39:35 +00:00
Jonathan Gray
b46aaa6901
limit to 80 char again after last change...
...
svn-id: r9462
2003-08-04 14:18:16 +00:00
Travis Howell
f38dc3ed45
ditto
...
svn-id: r9461
2003-08-04 13:35:09 +00:00
Jonathan Gray
6d70a2a3c1
fix lines exceeding 80 chars in usage help
...
svn-id: r9458
2003-08-04 12:42:40 +00:00
Max Horn
5a9fe82121
fix for bug #782132 (MI1: -e null doesn't work)
...
svn-id: r9445
2003-08-03 22:51:22 +00:00