Jonathan Gray
|
dfdebc39ae
|
add support for MRAW/dmu files in 3DO humongous games, has the overlapping music problem again so will probably have to play music via digital imuse at some point
svn-id: r8803
|
2003-07-06 15:02:13 +00:00 |
|
Jonathan Gray
|
28fa8fedd2
|
recognise FMUS blcoks from 3DO humongous games and print out some debug info about them
svn-id: r8801
|
2003-07-06 12:04:37 +00:00 |
|
Travis Howell
|
580e9ec770
|
Add support for Amiga version of Monkey Island 1
Palette is still wrong
svn-id: r8790
|
2003-07-06 06:19:52 +00:00 |
|
Max Horn
|
8e0c6dfede
|
rearragned stuff
svn-id: r8652
|
2003-06-26 13:54:29 +00:00 |
|
Max Horn
|
3c296b36b7
|
added ResourceIterator, replacing two of the old findResource/findResourceSmall function - contraty to those, this approach is thread safe
svn-id: r8650
|
2003-06-26 00:47:39 +00:00 |
|
Max Horn
|
7f3118f8d8
|
more const qualifiers
svn-id: r8649
|
2003-06-25 23:49:54 +00:00 |
|
Max Horn
|
870ce2879e
|
added some const qualifiers; moved _bundle & _current_cd_sound from class Scumm to class Sound; some other tweaks
svn-id: r8648
|
2003-06-25 23:25:52 +00:00 |
|
Max Horn
|
f7a8cbf7c7
|
Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augmented by some more changes of mine
svn-id: r8482
|
2003-06-14 18:52:30 +00:00 |
|
Torbjörn Andersson
|
c1880ad522
|
Format string/argument mismatch fixes.
svn-id: r8463
|
2003-06-14 08:57:56 +00:00 |
|
Max Horn
|
86df3537b9
|
replaced GF_AFTER with _version
svn-id: r8372
|
2003-06-07 00:13:26 +00:00 |
|
Max Horn
|
d5d0440e8c
|
cleanup
svn-id: r8169
|
2003-05-31 11:57:18 +00:00 |
|
Max Horn
|
eb039ec554
|
some cheap doxygen docs; cleanup
svn-id: r8154
|
2003-05-30 20:13:29 +00:00 |
|
Max Horn
|
1f70da0155
|
const as const can!
svn-id: r8058
|
2003-05-28 20:01:47 +00:00 |
|
Travis Howell
|
383918313d
|
Treat AMI music resoucres in monkey2 for Amiga as ROL for now, to allow music playback
svn-id: r8046
|
2003-05-28 11:56:50 +00:00 |
|
Max Horn
|
8eec984eb7
|
more const qualifiers
svn-id: r8002
|
2003-05-26 13:14:57 +00:00 |
|
Jamieson Christian
|
2824acd4ed
|
Corrected target loopback point for 'AD' conversion
svn-id: r7924
|
2003-05-25 02:02:37 +00:00 |
|
Jamieson Christian
|
4c09e5472f
|
Finishing the fix
svn-id: r7923
|
2003-05-25 01:48:59 +00:00 |
|
Jamieson Christian
|
45a2148d98
|
Possible fix for [742962] MI1VGA - Crash at Scumm Bar.
Fixes End of Track that is rewritten from 'AD' resource.
svn-id: r7922
|
2003-05-25 01:42:53 +00:00 |
|
Max Horn
|
95b7e01548
|
cleanup
svn-id: r7919
|
2003-05-25 00:04:16 +00:00 |
|
Max Horn
|
0384d27e83
|
(somewhat hackish) support for COMI CD changing on Mac OS X; reordered stuff in scumm.h
svn-id: r7908
|
2003-05-24 22:17:45 +00:00 |
|
Jamieson Christian
|
c9e5988e43
|
Fixed PPQN for old 'AD' music resources
svn-id: r7852
|
2003-05-23 04:47:47 +00:00 |
|
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 |
|