Commit Graph

14 Commits

Author SHA1 Message Date
Travis Howell
d3826bfe79 Increase channel for Amiga V3 player.
svn-id: r13315
2004-03-16 07:02:21 +00:00
Max Horn
033ff78ae9 updated copyright notice
svn-id: r12176
2004-01-06 12:45:34 +00:00
Max Horn
bfea71b0c4 renamed AudioInputStream -> AudioStream
svn-id: r12110
2004-01-03 14:10:13 +00:00
Max Horn
bcba980735 don't do double-free
svn-id: r11984
2003-12-28 00:19:56 +00:00
Max Horn
e9269257f3 turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them
svn-id: r11881
2003-12-24 00:25:18 +00:00
Paweł Kołodziejski
1f9e408e2f cleanup whitespaces
svn-id: r11217
2003-11-08 21:59:32 +00:00
Max Horn
ad293a5ab8 cleanup / doxygenification
svn-id: r10578
2003-10-03 23:34:06 +00:00
Max Horn
d7660a2662 introduced namespace Scumm; made #include statements use scumm/ prefix explicitly
svn-id: r10571
2003-10-03 18:33:57 +00:00
Max Horn
3f55f2669d renamed class Scumm to ScummEngine (consisten with other engine names; also makes room for a potential 'Scumm' namespace)
svn-id: r10549
2003-10-02 22:42:03 +00:00
Max Horn
ca95c17e64 merged in some more changes/improvements by _Q; cleanup
svn-id: r10444
2003-09-27 22:27:12 +00:00
Jonathan Gray
2ef1708333 stop gcc complaining
svn-id: r10417
2003-09-26 17:51:49 +00:00
Jamieson Christian
cbcf5d5f7d Can't delete a const pointer, duh
svn-id: r10400
2003-09-25 00:02:56 +00:00
Oliver Kiehl
c96c900546 fix gcc compile
svn-id: r10399
2003-09-24 12:57:37 +00:00
Travis Howell
4a62eb3e3b More Amiga V2/V3 sound updates from _Q_:
1. A Player_MOD class, basically acts as a simplified mixer that mixes at 60Hz intervals (or whatever interval you specify), this gives smooth music playback in player_v3a
2. Some changes to player_v3a as a result of #1, including reduced music volume
3. player_v2a, and the necessary additions to scummvm.cpp/scumm.h

svn-id: r10392
2003-09-24 06:56:30 +00:00