Walter van Niftrik
5e68fbfe87
SCI: Moved SCI1 audio map handling into the resource manager.
...
svn-id: r41408
2009-06-09 19:18:48 +00:00
Walter van Niftrik
f2fe13b064
SCI: Cleanup
...
svn-id: r41368
2009-06-08 12:20:36 +00:00
Walter van Niftrik
a6ed05740f
SCI: Moved resource36 handling into resource manager.
...
svn-id: r41349
2009-06-07 19:15:55 +00:00
Walter van Niftrik
e3d3195a43
SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
...
svn-id: r41318
2009-06-07 02:18:38 +00:00
Walter van Niftrik
bc6d19aa1a
SCI: Fix audio regression in KQ5CD, introduced in r41205.
...
svn-id: r41222
2009-06-06 12:30:13 +00:00
Walter van Niftrik
61a7b7c625
SCI: Moved the handling of 65535.map into the resource manager.
...
svn-id: r41205
2009-06-06 00:07:18 +00:00
Walter van Niftrik
3c58a6ca8f
SCI: Audio: Fixed bug in sample length computation.
...
svn-id: r41186
2009-06-05 01:12:52 +00:00
Walter van Niftrik
8e987c80d1
SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,
...
but use native endianness. Thanks to clone2727 for pointing this out.
svn-id: r41181
2009-06-04 23:55:08 +00:00
Max Horn
fa02e0df7b
SCI: Made some members of class Resource protected; some cleanup
...
svn-id: r41180
2009-06-04 22:16:31 +00:00
Walter van Niftrik
3da455420a
SCI: Audio: Fixed bug in reading of SOL header.
...
svn-id: r41171
2009-06-04 16:18:35 +00:00
Walter van Niftrik
a440d77408
SCI: Added support for early SCI1.1 audio maps.
...
svn-id: r41170
2009-06-04 15:56:11 +00:00
Walter van Niftrik
28242d289b
SCI: Support for 16-bit DPCM.
...
svn-id: r41164
2009-06-04 11:35:17 +00:00
Walter van Niftrik
6e079f7ea8
SCI: Added some of the missing pieces for speech support in CD games. It now partially works.
...
svn-id: r41146
2009-06-03 18:43:22 +00:00
Torbjörn Andersson
0999534749
The error() and warning() functions add ! and newline automatically. (I didn't
...
look at debug() and debugC(), since I'm really bored with this now. :-)
svn-id: r41061
2009-05-31 10:02:16 +00:00
Filippos Karapetis
74e87bf05d
Some WIP code on the speech used in KQ6CD
...
svn-id: r40996
2009-05-29 13:52:10 +00:00
Filippos Karapetis
d111e33df4
Fixed regression of commit #40904 , which caused the audio in KQ5CD to be played incorrectly
...
svn-id: r40923
2009-05-26 19:12:09 +00:00
Filippos Karapetis
dfdc239d1f
Silenced MSVC warning
...
svn-id: r40916
2009-05-26 14:54:24 +00:00
Filippos Karapetis
780899fb0e
Rewrote the Audio stream parser. The introduction of KQ6 should work more correctly now (apart from Cassima's speech)
...
svn-id: r40904
2009-05-26 10:02:25 +00:00
Filippos Karapetis
16d6499617
WIP code for the speech in the floppy version of KQ6 (still needs work)
...
svn-id: r40894
2009-05-25 19:57:09 +00:00
Johannes Schickel
cb5c26dd53
- Fix various valgrind warnings in the audio sync code
...
- Fix crash when qutting KQ 5 CD
(It was caused by resources of type "kResourceTypeSync" getting allocated an "Resource" object instead of an "ResourceSync" object, I hope this is the correct fix)
svn-id: r40888
2009-05-25 12:47:58 +00:00
Johannes Schickel
c7d9e4dc0c
Fix mismatching new[]/delete pair (silences a valgrind warning).
...
svn-id: r40887
2009-05-25 12:41:14 +00:00
Filippos Karapetis
d59796fb54
Objectified the AudioResource code (used for speech and digitized music in CD talkie games)
...
svn-id: r40880
2009-05-25 10:30:19 +00:00
Filippos Karapetis
8ab0f0256e
Fixed audio synchronization in the CD version of KQ5
...
svn-id: r40855
2009-05-24 09:40:48 +00:00
Max Horn
bba91075bf
removed trailing whitespaces
...
svn-id: r40742
2009-05-20 17:53:31 +00:00
Walter van Niftrik
4d59f620f9
SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too.
...
svn-id: r40724
2009-05-19 11:30:51 +00:00
Walter van Niftrik
df3357159c
SCI: Added some stubs for LSL6CD (lores).
...
svn-id: r40719
2009-05-19 02:10:58 +00:00
Filippos Karapetis
87e8f94fde
- Moved all the files out of /sci/scicore and into /sci
...
- Moved /scicore/sciconsole.h into /engine, and renamed /engine/scriptconsole.cpp to /engine/sciconsole.cpp
svn-id: r40608
2009-05-15 14:07:45 +00:00