Max Horn
033ff78ae9
updated copyright notice
...
svn-id: r12176
2004-01-06 12:45:34 +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
Travis Howell
4077b92c02
Fix compile for now, I hope this is right.
...
svn-id: r11702
2003-12-17 06:24:18 +00:00
Marcus Comstedt
ef5e193d59
stdafx.h needs to be included first.
...
svn-id: r11117
2003-11-03 22:28:37 +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
Max Horn
0b0bbed4e2
don't use delete to free memory allocated by malloc
...
svn-id: r10434
2003-09-27 18:18:05 +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