Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-17 | - Moved SoundAdlibPC definition to new header file sound_adlib.h | Johannes Schickel | |
- Made the future versions of sound.h GPL only - sound_adlib.h is dual licensed under GPL and LGPL (so AdPlug can still benefit from future changes) svn-id: r42564 | |||
2009-05-29 | Implement "loadSfxFile" and "stopAllSoundEffects" for "MixedSoundDriver". | Johannes Schickel | |
svn-id: r41011 | |||
2009-05-29 | - Add new method "isVoicePresent" to "Sound". | Johannes Schickel | |
- Change LoL character selection to use it. - Allow quitting ScummVM in LoL character selection. svn-id: r41008 | |||
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel | |
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939 | |||
2009-05-24 | Strip trailing whitespaces. | Johannes Schickel | |
svn-id: r40866 | |||
2009-05-24 | Cleanup. | Johannes Schickel | |
svn-id: r40850 | |||
2009-05-24 | Make various Sound functionality SoundHandle instead of filename based. | Johannes Schickel | |
- This fixes multiple sounds being played at once in Lands of Lore svn-id: r40848 | |||
2009-05-23 | Cleanup. | Johannes Schickel | |
svn-id: r40841 | |||
2009-05-23 | KYRA/LOL: restructured voice playing code so that audio compression can be ↵ | Florian Kagerer | |
supported svn-id: r40839 | |||
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer | |
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420 | |||
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is ↵ | Florian Kagerer | |
wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm. - added support for monsters with distance attacks (like those orcs in front of roland's house) - lots of small bug fixes - Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong. svn-id: r40144 | |||
2009-03-08 | LOL: some more work on the text displayer so that it handles longer texts ↵ | Florian Kagerer | |
(needed for some library books) svn-id: r39249 | |||
2009-02-01 | Implemented per voice volume control. (Used for example in LoL intro) | Johannes Schickel | |
svn-id: r36184 | |||
2009-02-01 | svn-id: r36178 | Florian Kagerer | |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-11 | Whoops changed integer size of variables storing volume information, now ↵ | Johannes Schickel | |
volume of 256 should work as expected. svn-id: r35303 | |||
2008-12-07 | Prevent MIDI files from being load, when they are already loaded. | Johannes Schickel | |
svn-id: r35272 | |||
2008-11-30 | Fixed some looping MIDI sound effects. | Johannes Schickel | |
svn-id: r35193 | |||
2008-11-30 | Cleanup. | Johannes Schickel | |
svn-id: r35179 | |||
2008-11-30 | - Fix some valgrind warnings | Johannes Schickel | |
- Added MIDI SFX support for Kyra2 svn-id: r35178 | |||
2008-11-30 | Implement fade out support for MIDI. | Johannes Schickel | |
svn-id: r35177 | |||
2008-11-30 | Initial version of proper MIDI support for KYRA. | Johannes Schickel | |
svn-id: r35174 | |||
2008-08-16 | - KYRA: FM-Towns/PC-98 Audio: fixed several bugs and got rid of some ↵ | Florian Kagerer | |
floating point arithmetic (or at least replaced some doubles with floats) - Improved support for PC-98 music: HOF tracks seem to be fine, KYRA should be okay, too (I can't compare with an emulator since I am missing the floppy boot disk with the executable) - There are still tempo issues. Some tracks play way too slow, others way too fast - PC-98 sound effects in Kyra 1 don't work (I would need the floppy disk with the executable for that) svn-id: r33938 | |||
2008-08-02 | Added a member function loadSoundFile to Sound which accepts a filename ↵ | Johannes Schickel | |
string instead of a filename list id. svn-id: r33527 | |||
2008-06-29 | - some more work on the Hof FM-Towns/PC98 music driver | Florian Kagerer | |
- move channels to a separate class svn-id: r32841 | |||
2008-06-26 | - improved hof music support for fm-towns (driver for *.twn tracks) (still ↵ | Florian Kagerer | |
needs quite some work) - some PC-98 music support since it uses a very similar driver, but this can't be considered working yet) - Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map) svn-id: r32807 | |||
2008-06-03 | Added support for compressed kyra3 audio files. | Johannes Schickel | |
svn-id: r32516 | |||
2008-05-24 | Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ↵ | Johannes Schickel | |
the Land'". svn-id: r32260 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-11 | Implemented helium mode support for Kyra3. | Johannes Schickel | |
svn-id: r32028 | |||
2008-05-09 | Fixed typos. | Johannes Schickel | |
svn-id: r31965 | |||
2008-05-08 | Silenced some g++ 4.3 warnings. | Johannes Schickel | |
svn-id: r31956 | |||
2008-04-20 | Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital. | Johannes Schickel | |
svn-id: r31632 | |||
2008-04-20 | Improved sound priority handling. | Johannes Schickel | |
svn-id: r31598 | |||
2008-04-20 | Implemented sound priority handling. | Johannes Schickel | |
svn-id: r31597 | |||
2008-04-17 | Implemented volume handling for SFX. | Johannes Schickel | |
svn-id: r31548 | |||
2008-04-17 | Cleanup. | Johannes Schickel | |
svn-id: r31547 | |||
2008-04-17 | Implemented sfx support for Kyra3. | Johannes Schickel | |
svn-id: r31546 | |||
2008-04-14 | Implemented some kyra3 code. | Johannes Schickel | |
svn-id: r31503 | |||
2008-04-12 | Added fade out time parameter for digital sounds. | Johannes Schickel | |
svn-id: r31489 | |||
2008-04-07 | Some MIDI related cleanup. | Johannes Schickel | |
svn-id: r31443 | |||
2008-04-06 | Fixed potentional crash. | Johannes Schickel | |
svn-id: r31432 | |||
2008-04-06 | Cleanup. | Johannes Schickel | |
svn-id: r31426 | |||
2008-04-06 | Implemented opcode 33 o2_loadSoundfile. | Johannes Schickel | |
svn-id: r31425 | |||
2008-04-06 | Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib. | Johannes Schickel | |
svn-id: r31424 | |||
2008-04-06 | - Fixed HACKs in o2_getMusicDriver and o2_getSfxDriver | Johannes Schickel | |
- Implemented missing bits in KyraEngine_v2::enterNewScene for MIDI (AdLib code still missing) - Added music/sfx type to Sound class svn-id: r31423 | |||
2008-04-04 | Cleaned up volume settings managment. | Johannes Schickel | |
svn-id: r31385 | |||
2008-03-28 | - some accuracy changes for KyraEngine_v2::snd_playSoundEffect() | Florian Kagerer | |
- fix one more skip flag bug in the sequence player - fix SoundTowns_v2::voicePlay() svn-id: r31278 | |||
2008-03-21 | Cleanup. | Johannes Schickel | |
svn-id: r31210 | |||
2008-03-21 | - Implemented opcode 97: o2_isAnySoundPlaying | Johannes Schickel | |
- reworked sound channel handling in HoF => fixed some voice related bugs svn-id: r31209 |