Eugene Sandulenko
b36677af71
Update FSF address. Eek. Actually that took place on May 1, 2005
...
svn-id: r19142
2005-10-18 01:30:26 +00:00
Chris Apers
6443106493
Change PalmOS ident
...
svn-id: r18750
2005-09-03 16:31:37 +00:00
Eugene Sandulenko
6b4484472b
Remove trailing whitespaces.
...
svn-id: r18604
2005-07-30 21:11:48 +00:00
Max Horn
8b1d7b9166
When including files from common/, explicitly use the common/ prefix
...
svn-id: r18444
2005-06-24 15:23:51 +00:00
Max Horn
90036d6d8a
Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings)
...
svn-id: r18424
2005-06-21 16:45:18 +00:00
Eugene Sandulenko
668c889c8e
Patch from Quietust
...
o Remove unused _system variables in player_v2a and player_v3a
o Sound player for MM NES :) Now we're playing chiptunes.
svn-id: r17425
2005-04-07 07:29:19 +00:00
Torbjörn Andersson
de1ed63656
Fixed compilation error. (GCC complained about a multi-line comment.)
...
svn-id: r17206
2005-03-23 10:17:52 +00:00
Travis Howell
400d9f1ed1
Patch from Quietust:
...
-give better names to player_v2a classes
svn-id: r17205
2005-03-23 06:06:07 +00:00
Eugene Sandulenko
0da123d601
Portability fixes.
...
svn-id: r16761
2005-02-09 03:26:08 +00:00
Travis Howell
e7c6ea42ae
Patch from Quietust:
...
Add comments and misc changes to Amiga V2 player.
svn-id: r16759
2005-02-09 00:36:15 +00:00
Travis Howell
6fdd9e2d31
Patch from Quietust:
...
Add another two sounds for Amiga version of Zak McKracken
svn-id: r16758
2005-02-09 00:25:43 +00:00
Max Horn
47280d9433
Updated copyright
...
svn-id: r16398
2005-01-01 16:09:25 +00:00
Max Horn
1ae87c0fbb
Trying to cleanup the volume control mess inside the SCUMM engine: renamed MusicEngine::setMasterVolume to setMusicVolume; fixed iMuse to use the correct method for setMusicVolume (previously modified the iMuse internal volume control); hooked up the volume control of various other music engines; added ScummEngine::setupVolume method which can be called whenever volume settings change, and which gurantees that those are handled uniformly
...
svn-id: r15944
2004-11-28 21:24:02 +00:00
Max Horn
ebecf1dbaa
unify _vm / _scumm usage
...
svn-id: r12262
2004-01-08 20:37:26 +00:00
Oliver Kiehl
ea154852b7
add newlines to end of files
...
svn-id: r12249
2004-01-08 13:36:26 +00:00
Chris Apers
ac801f9828
Save more memory on PalmOS
...
svn-id: r12246
2004-01-08 12:14:48 +00:00
Max Horn
033ff78ae9
updated copyright notice
...
svn-id: r12176
2004-01-06 12:45:34 +00:00
Travis Howell
00bc1d241f
More Amiga sound updates from tsuteiuQ:
...
Adds another sound effect for zak
Cleans up end-of-song handling in v3 games
svn-id: r11629
2003-12-14 08:57:53 +00:00
Travis Howell
b23801d873
Amiga Zak McKracken sound update from tsuteiuQ
...
svn-id: r11498
2003-12-05 05:57:28 +00:00
Paweł Kołodziejski
1f9e408e2f
cleanup whitespaces
...
svn-id: r11217
2003-11-08 21:59:32 +00:00
Max Horn
768d4c3834
get rid of the copy method again, instead create the sound object on the fly in findSound(): this should avoid a compiler problem with gcc 2.95.2 (see bug #820641 ) and also reduce the number of unnecessary global objects for everybody
...
svn-id: r10705
2003-10-09 15:03:01 +00:00
Travis Howell
e3a72b5149
Add player_v2a - fix crash when playing two identical sounds, patch #820427
...
svn-id: r10690
2003-10-09 05:27:52 +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
Torbjörn Andersson
967253c2f7
Fix GCC warning.
...
svn-id: r10509
2003-09-30 17:03:36 +00:00
Max Horn
9b27f7307a
cleanup
...
svn-id: r10447
2003-09-27 23:11:25 +00:00
Max Horn
80a8bca2c1
cleanup
...
svn-id: r10445
2003-09-27 22:53:09 +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
32d85b4ae0
some cleanup / removed some code duplication (more should be done, but I don't have the time right now). Since I lack data files to test this, I'd be grateful if somebody could check whether I broke something
...
svn-id: r10435
2003-09-27 19:43:06 +00:00
Jonathan Gray
5f2d799fd2
updates from _Q
...
svn-id: r10421
2003-09-27 06:33:22 +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