Max Horn
86d57f3c7a
many pedantic warning fixes (and some actual potential buglets fixed, too)
...
svn-id: r7795
2003-05-21 18:09:49 +00:00
Max Horn
9517305332
warning -> debug message
...
svn-id: r7733
2003-05-20 15:03:47 +00:00
Max Horn
8d1110bfee
init all Bundle members properly; make _voiceFile/_musicFile protected
...
svn-id: r7718
2003-05-20 11:56:36 +00:00
Jonathan Gray
714cd3503d
make gui work if the requested string vars don't exist
...
svn-id: r7674
2003-05-19 08:42:10 +00:00
Max Horn
7171c5bcd4
cleanup
...
svn-id: r7646
2003-05-18 21:03:57 +00:00
Jamieson Christian
5a15ce808a
Feature [557411] Adlib sound effects with GM drivers.
...
Support for simultaneous drivers is based on a
#define in imuse.cpp, and is disabled by default.
svn-id: r7582
2003-05-16 22:00:33 +00:00
Jonathan Gray
52832cc954
some updates that get us up to the bootscripts of he v7 games before erroring out on unimplemented opcodes
...
svn-id: r7576
2003-05-16 16:09:16 +00:00
Max Horn
08f7ec192e
NUM_ACTORS -> _numActors (for consistency)
...
svn-id: r7489
2003-05-13 23:42:41 +00:00
Max Horn
0ee0e7f634
cleanup
...
svn-id: r7488
2003-05-13 23:33:01 +00:00
Max Horn
98881c3a6a
init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning
...
svn-id: r7393
2003-05-08 15:48:50 +00:00
Jamieson Christian
15bf5ba885
..\..\msg.txt
...
svn-id: r7382
2003-05-07 19:24:14 +00:00
Max Horn
b7a3f481a8
added music looping for MonkeyVGA/EGA and Indy3
...
svn-id: r7283
2003-05-03 12:48:18 +00:00
Max Horn
8a5dbd57e6
shouldn't work so late at night, only make mistakes
...
svn-id: r7257
2003-05-02 00:54:01 +00:00
Max Horn
73ab9b26ad
umpf
...
svn-id: r7256
2003-05-01 22:26:30 +00:00
Max Horn
0b265f8608
cleanup
...
svn-id: r7255
2003-05-01 22:19:10 +00:00
Max Horn
27f094a3b0
fixed music tempo in indy3/monkeyvga etc.
...
svn-id: r7253
2003-05-01 21:04:38 +00:00
Max Horn
99254eedc8
khalek, your patch didn't handle Indy (the original cause for my patch). This oneshould work better.
...
svn-id: r7251
2003-05-01 14:35:21 +00:00
Jonathan Gray
d2a402f5fd
unbreak costumes in most games
...
svn-id: r7242
2003-05-01 11:40:21 +00:00
Max Horn
c77cbc5cb4
Fixed bug #730030 : INDY3: Crash when loading new savegames
...
svn-id: r7240
2003-05-01 11:03:41 +00:00
Max Horn
2b74abd2c9
PalmOS changes
...
svn-id: r7224
2003-04-30 13:23:31 +00:00
Jonathan Gray
a8f140e7d8
make all known file extensions of resource files work
...
svn-id: r7190
2003-04-29 03:32:08 +00:00
Max Horn
e13e117976
pedantic checks
...
svn-id: r7177
2003-04-28 13:16:37 +00:00
Jonathan Gray
b4165b0242
add some he v7 blocks
...
svn-id: r7173
2003-04-28 05:54:54 +00:00
Jonathan Gray
1d01a68cac
close bundle files when changing discs in comi
...
svn-id: r7023
2003-04-20 00:56:23 +00:00
Max Horn
3ffafcfdf3
just in case...
...
svn-id: r6997
2003-04-12 20:12:52 +00:00
Max Horn
dbff83a88b
fixed resource loading in GF_OLD_BUNDLE games (res header = 2 bytes length, plus 2 unknown bytes)
...
svn-id: r6976
2003-04-11 22:15:59 +00:00
Max Horn
8c78049154
made unblocked games get a little farther before crashing
...
svn-id: r6967
2003-04-11 11:40:35 +00:00
Paweł Kołodziejski
6dd0b2d9bb
changed printf to debug
...
svn-id: r6883
2003-03-29 15:56:42 +00:00
Paweł Kołodziejski
aa3766018f
updated copyrights headers
...
svn-id: r6726
2003-03-06 21:46:56 +00:00
Paweł Kołodziejski
093428ae9a
and more cleanup
...
svn-id: r6718
2003-03-06 17:58:13 +00:00
James Brown
a0b77e7389
LCA03 sync: Modified version of the untrap patch, debugger
...
savegame/loadgame changes, attempts at making the ComI save/load screen
(F1) work. The savegame part of the screen does not work due to a crash,
the load part SHOULD... but something resets the saveload flags before
they are processed (help! :)
svn-id: r6545
2003-01-26 06:17:25 +00:00
Max Horn
38d832ed1f
oops
...
svn-id: r6512
2003-01-19 04:17:13 +00:00
Max Horn
15531663d9
added some comments/changed indention of comments to spaces
...
svn-id: r6510
2003-01-19 04:10:13 +00:00
Max Horn
ca88dff5e7
work around a script bug in COMI; cleanup; re-enabled array assert
...
svn-id: r6437
2003-01-12 21:13:22 +00:00
James Brown
daa5397e02
Small fix - _numLocalObjects is a 1-based array, so don't go reading bad memory :P
...
svn-id: r6417
2003-01-12 08:32:44 +00:00
Max Horn
531e73418f
our File class already makes sure we find stuff in the resource subdirectory. Plus, it handles different cases right. So now COMI works from CD on Mac OS X, too
...
svn-id: r6363
2003-01-08 23:41:27 +00:00
James Brown
9df455ce38
Plop in some better disk switching code for CMI - I have no idea how well this will work transitioning from a disk1 room to a disk2
...
room in-game, but it works for bootparams and saved games..
svn-id: r6322
2003-01-02 10:36:17 +00:00
Max Horn
166ea5bcee
get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping
...
svn-id: r6284
2002-12-31 02:09:57 +00:00
James Brown
669e5b8ebc
de-verbalise some debug messages (move from debug(1) to debug(2)).. so we can see printDebug lines easier
...
svn-id: r6227
2002-12-28 12:42:55 +00:00
Max Horn
ae5b30df3d
get rid of getStringLen and use the more powerful resStrLen instead; moved resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing
...
svn-id: r6215
2002-12-28 01:57:19 +00:00
Max Horn
788fd1e718
like rtRoom, rtRoomScripts should never expire while the room they belong too is loaded; this fixes the crash when picking up the fishing rod
...
svn-id: r6208
2002-12-27 19:48:30 +00:00
James Brown
fd64fc2b6b
Move some things around, to get rid of all these resource/ sprintf's for CMI
...
svn-id: r6182
2002-12-27 00:11:01 +00:00
Max Horn
7e7be4f6f3
32 bit variables storage
...
svn-id: r6161
2002-12-26 01:46:36 +00:00
Max Horn
447ab20369
cleanup
...
svn-id: r6140
2002-12-25 19:06:31 +00:00
Max Horn
190685dc69
added a map from object names to object ids
...
svn-id: r6104
2002-12-24 16:10:31 +00:00
Max Horn
456877e6f0
fixed room resource loading in V8 - now need to fix initRoomSubBlocks
...
svn-id: r6091
2002-12-24 02:18:02 +00:00
Max Horn
5135a409d0
upon res load error, print out from which file we tried to load, and also print the correc index (was 'type' instead of 'idx')
...
svn-id: r6090
2002-12-24 02:03:35 +00:00
Paweł Kołodziejski
44bfa413f9
changed numString to numArray
...
svn-id: r6078
2002-12-23 19:03:08 +00:00
Paweł Kołodziejski
6f5a18228d
changed read order of CMI variables (MAXS)
...
svn-id: r6076
2002-12-23 18:53:04 +00:00
Max Horn
b8240b253c
some flesh to the V8 bones
...
svn-id: r6073
2002-12-23 17:21:09 +00:00