Jonathan Gray
516f970e64
not sure if all of these AFTER_V7 for NEW_COSTUMES changes are needed but it won't hurt in any event
...
svn-id: r6617
2003-02-17 21:40:13 +00:00
Jonathan Gray
5b1983587c
oops
...
svn-id: r6615
2003-02-17 10:40:02 +00:00
Jonathan Gray
e909c6b86d
unstub stopTalking as the relevant function stopTalk() already exists in scummvm, add an attempt at findAllObjects that is hopefully not totally wrong, puttmoon now crashes on finding an AKOS block when it is expecting COST, some surgery may be required as all the AKOS stuff seems to be wrapped up in GF_AFTER_V7
...
svn-id: r6614
2003-02-17 10:14:43 +00:00
Max Horn
ecd84d8585
fixed warning
...
svn-id: r6613
2003-02-16 18:29:22 +00:00
James Brown
6351fe7d05
Patch 684732: CMI Walkbox Fix - really, this does seem to be the only solution
...
svn-id: r6612
2003-02-16 16:54:17 +00:00
Jonathan Gray
656bde5aa9
change o6_uknownCD name for o6_stampObject
...
svn-id: r6611
2003-02-16 14:52:25 +00:00
Jonathan Gray
abe76691bc
add stubs for openFile closeFile and deleteFile opcodes
...
svn-id: r6608
2003-02-15 09:39:52 +00:00
James Brown
d054457496
Patch #682981 : Experimental translation optimisation (version 2), and
...
#683384 : Smush Regression Workaround
svn-id: r6607
2003-02-14 16:01:55 +00:00
Jonathan Gray
db0997e890
add stub for o6_stopTalking
...
svn-id: r6606
2003-02-14 08:12:45 +00:00
Max Horn
cc5df1b543
cleanup
...
svn-id: r6594
2003-02-08 02:00:22 +00:00
Max Horn
24cba45574
more access cleanup; also reorderd some method/function declarations in class Scumm
...
svn-id: r6593
2003-02-08 01:27:21 +00:00
Max Horn
5863805e2c
more stuff made 'protected'
...
svn-id: r6592
2003-02-08 00:38:17 +00:00
James Brown
270e95a655
Patch 679354: ComI actor redraw patch
...
svn-id: r6590
2003-02-07 19:24:34 +00:00
Max Horn
a6cbfebf6d
removed an obsolete member var, and started to make Scumm member vars protected (had to make some exception; the code which makes these exceptions necessary should be revised)
...
svn-id: r6589
2003-02-06 21:32:20 +00:00
Jonathan Gray
a3f0758bdd
change translateText as per erik's patch, although if this is failing because the text is already translated we should probably be avoiding calling translateText multiple times for the same strings in the first place
...
svn-id: r6584
2003-02-03 15:38:54 +00:00
Jonathan Gray
b5d15825d3
revert part of the no sound device present stuff that was causing speech to finish prematurely
...
svn-id: r6583
2003-02-03 12:59:54 +00:00
Paweł Kołodziejski
86cbe86b86
increased buffer
...
svn-id: r6581
2003-02-02 12:50:56 +00:00
Paweł Kołodziejski
5ff4e98d75
increased buffer
...
svn-id: r6580
2003-01-31 07:15:53 +00:00
Max Horn
756c059a12
fixed crash with non-ASCII chars
...
svn-id: r6577
2003-01-30 16:02:20 +00:00
Paweł Kołodziejski
32b0ec7632
fix compatibility
...
svn-id: r6575
2003-01-30 09:01:07 +00:00
Paweł Kołodziejski
b9fe365102
added language translation support for comi and some cleanup
...
svn-id: r6574
2003-01-30 08:10:16 +00:00
Jonathan Gray
5c94c996ed
remove outdated comment
...
svn-id: r6571
2003-01-29 12:22:24 +00:00
Jonathan Gray
80bd149156
add ability to specify language for comi see scummvm -h for possible values
...
svn-id: r6567
2003-01-29 08:07:10 +00:00
Jonathan Gray
988db178e6
oops.. meant to add this as well
...
svn-id: r6566
2003-01-29 04:38:55 +00:00
Jonathan Gray
8e9d8cff81
add list of possible languages in comi and relevant variable
...
svn-id: r6565
2003-01-29 04:16:14 +00:00
James Brown
afec98c655
Stop the sound que stuff erroring(). This code was nasty, it LET itself write out of bounds -then- error()'ed. Youch.
...
There is still a problem, as this warning will come up quite frequently - leading me to believe the que is not being processed
properly?
svn-id: r6564
2003-01-29 04:00:45 +00:00
Jonathan Gray
f1b4ec7571
remove 'small drawing optimisation' that breaks drawing of vertically scrolling rooms, and yes fingolfin in answer to the message left in the commit message on rev 2.26 it causes regression :)
...
svn-id: r6562
2003-01-28 00:42:32 +00:00
James Brown
f9a4b231da
fix drawObject
...
svn-id: r6561
2003-01-27 07:07:55 +00:00
James Brown
7a4f4636ee
Theoretically implement O_DRAW_OBJECT - although it doesn't seem to work
...
svn-id: r6560
2003-01-27 06:51:26 +00:00
Paweł Kołodziejski
dc7a876136
added "implementation" of imGetMusicPosition
...
svn-id: r6550
2003-01-26 14:26:03 +00:00
James Brown
00f7e562fd
Remove a experimental hack that went in by accident
...
svn-id: r6549
2003-01-26 11:13:46 +00:00
James Brown
d1eb2636f4
Patch 671031: Fix for MI1 intro crash + others (move new object
...
clearing code into a more generic function, and call it earlier)
svn-id: r6548
2003-01-26 10:57:01 +00:00
James Brown
8d9b84b98e
Patch 671701: SO_TALK_FREQUENCY
...
svn-id: r6547
2003-01-26 10:54:34 +00:00
James Brown
3dc0535a6b
remove debug copy
...
svn-id: r6546
2003-01-26 06:23:12 +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
bfbfdcd4ec
fixed compiler warnings
...
svn-id: r6542
2003-01-25 20:07:15 +00:00
Paweł Kołodziejski
091c7089f8
added assert for voice samples
...
svn-id: r6541
2003-01-25 20:01:23 +00:00
Paweł Kołodziejski
c13e04df3d
some cleanup
...
svn-id: r6540
2003-01-25 19:38:54 +00:00
Paweł Kołodziejski
9ec9a96af1
applied patch: [ 674566 ] CMI: Further smush syncing
...
svn-id: r6539
2003-01-25 19:02:44 +00:00
Paweł Kołodziejski
8e8575003b
implemented properly comi sound codecs
...
svn-id: r6538
2003-01-25 18:41:32 +00:00
Paweł Kołodziejski
d942441f7f
applied patch #674141 : CMI: Smush sync tuning
...
svn-id: r6537
2003-01-25 12:13:41 +00:00
James Brown
5f7cd1c93d
LCA'03 commit: Fix talking where no sound hardware is present
...
svn-id: r6536
2003-01-24 06:41:10 +00:00
Paweł Kołodziejski
2724ac741b
cleanup
...
svn-id: r6530
2003-01-20 20:49:56 +00:00
Paweł Kołodziejski
38c2870313
cleanup, speedup code
...
svn-id: r6529
2003-01-20 18:03:12 +00:00
Jonathan Gray
5c128f1c89
I'm pretty sure 0x98 should be O_DRAW_OBJECT in comi but changing it to o6_isSoundRunning lets you pass that point in the game for now
...
svn-id: r6523
2003-01-20 06:35:34 +00:00
Jonathan Gray
846d73c536
patch #670660 by Daniel Schepler, properly handle disc switching wrt voice file in comi
...
svn-id: r6522
2003-01-20 05:59:25 +00:00
Max Horn
c057866548
fixed testGfxAnyUsageBits
...
svn-id: r6520
2003-01-19 20:31:05 +00:00
Paweł Kołodziejski
eea84f1ac1
implemented missing smush opcodes - STOR and FTCH
...
svn-id: r6519
2003-01-19 20:28:16 +00:00
Paweł Kołodziejski
0fe071f8fb
fixed comi smush subtitles colors
...
svn-id: r6518
2003-01-19 19:40:40 +00:00
Paweł Kołodziejski
ad55540f52
fix warnings
...
svn-id: r6516
2003-01-19 11:11:07 +00:00