Filippos Karapetis
|
8a783bdd76
|
Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*)
svn-id: r42287
|
2009-07-09 13:17:46 +00:00 |
|
Nicola Mettifogo
|
657e37985e
|
Cleanup of sound code.
svn-id: r41461
|
2009-06-12 07:55:44 +00:00 |
|
Nicola Mettifogo
|
df1534ffd0
|
* Replaced the A8SVXDecoder class with a function to return an AudioStream in trunk/sound/.
* Refactored sound code in Parallaction to use the new Audio::make8SVXStream.
svn-id: r41460
|
2009-06-12 07:18:01 +00:00 |
|
Nicola Mettifogo
|
9108871833
|
Added in-game menu for BRA. Load/save is not supported yet.
svn-id: r40176
|
2009-04-28 12:25:41 +00:00 |
|
Travis Howell
|
4979179621
|
Add sound effects support for PC version of BRA.
svn-id: r39716
|
2009-03-28 09:56:39 +00:00 |
|
Nicola Mettifogo
|
3a98786bc0
|
Removed one of the overloads of SoundMan::execute(), to make retarded compiler happy. Added a couple of explicit casts from bool to int, so that other compiler don't complain instead.
svn-id: r39489
|
2009-03-17 19:04:59 +00:00 |
|
Travis Howell
|
4a45b4408c
|
Sound files don't always exist in the Amiga version of BRA.
svn-id: r39469
|
2009-03-17 04:07:56 +00:00 |
|
Travis Howell
|
0434c13713
|
Enable sound effects in the Amiga version of BRA.
svn-id: r39466
|
2009-03-17 03:32:03 +00:00 |
|
Travis Howell
|
13497da82e
|
Ooops, actually set _mixer.
svn-id: r39411
|
2009-03-15 06:23:16 +00:00 |
|
Travis Howell
|
a6497584cc
|
Enable music in Amiga version of BRA too.
svn-id: r39409
|
2009-03-15 06:07:57 +00:00 |
|
Nicola Mettifogo
|
6398e56d09
|
Added midi support to BRA. So far music starts, but related script commands haven't been implemented yet.
svn-id: r39397
|
2009-03-14 17:02:28 +00:00 |
|
Nicola Mettifogo
|
14ced31851
|
Fixed building on 64-bit architectures.
svn-id: r39395
|
2009-03-14 15:34:28 +00:00 |
|
Nicola Mettifogo
|
8723afd6f4
|
* Added a generic sound manager that hides engine-specific managers and allows accessing them through a simplified command/parameter interface.
* Updated client code to use the new manager.
* Moved Nippon Safes sound code from sound.cpp to sound_ns.cpp.
svn-id: r39394
|
2009-03-14 15:09:31 +00:00 |
|
Nicola Mettifogo
|
fa1d881ad4
|
Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.
svn-id: r35756
|
2009-01-06 16:21:23 +00:00 |
|
Nicola Mettifogo
|
73cf59b518
|
Removed reference to Common::File in music code, and small cleanup.
svn-id: r34861
|
2008-10-29 08:16:13 +00:00 |
|
Nicola Mettifogo
|
3d1a2e2049
|
Replaced custom ManagedList with Common::SharedPtr.
svn-id: r31415
|
2008-04-06 05:40:02 +00:00 |
|
Jordi Vilalta Prat
|
d6c34bdc4b
|
Fixed the spaces before tabs.
svn-id: r30667
|
2008-01-28 00:14:17 +00:00 |
|
Nicola Mettifogo
|
485b70b2b0
|
* Changed IFF/8SVX audio to use signed data (int8), and modified Parallaction accordingly.
* Implemented proper beep in Parallaction for Amiga.
svn-id: r29226
|
2007-10-15 20:20:50 +00:00 |
|
Nicola Mettifogo
|
913ef56024
|
Now correctly disposing of audio data only when it was allocated on the heap, thus fixing bug #1813367.
svn-id: r29223
|
2007-10-15 09:21:13 +00:00 |
|
Nicola Mettifogo
|
8a73ce38bb
|
Added beep sound to Nippon Safes for Amiga.
svn-id: r29171
|
2007-10-07 19:18:41 +00:00 |
|
Nicola Mettifogo
|
47e5b0f0ff
|
Added dummy SoundMan to help with integration of Big Red Adventure.
svn-id: r28288
|
2007-07-29 14:23:26 +00:00 |
|
Max Horn
|
218e132e37
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Nicola Mettifogo
|
d1e84d63fd
|
Changed some filenames to adhere to standard.
svn-id: r26723
|
2007-05-01 16:18:40 +00:00 |
|