index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
sound_adlib.cpp
Age
Commit message (
Expand
)
Author
2010-01-02
Use Common::StackLock.
Johannes Schickel
2010-01-01
Merge update_nop1 and update_nop2.
Johannes Schickel
2010-01-01
- Fix out of bounds array access.
Johannes Schickel
2010-01-01
- Add some asserts
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-05-29
Formatting.
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel
2009-05-18
Add support for music in the LoL intro demo.
Johannes Schickel
2009-04-29
Cleanup.
Johannes Schickel
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-03
Preliminary support for loading via GMM for KYRA engine.
Johannes Schickel
2008-08-02
Added a member function loadSoundFile to Sound which accepts a filename strin...
Johannes Schickel
2008-07-31
Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Chara...
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-09
Fixed typos.
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-04-06
Silenced MSVC warning
Filippos Karapetis
2008-04-06
Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib.
Johannes Schickel
2008-04-04
Cleaned up volume settings managment.
Johannes Schickel
2008-03-26
- fixed multiple voices playing at once (see bug #1926547 "HoF: Right mouse b...
Johannes Schickel
2008-01-03
Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".
Johannes Schickel
2007-12-09
Added a hack to allow adjustment of Adlib volume. (see bug #1497961 "KYRA1: m...
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-04-01
made _vm/_engine usage consistent. (_engine -> _vm all over the place now).
Johannes Schickel
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2007-02-17
Only set up the Kyra 1 triggers for Kyra 1, not Kyra 2.
Torbjörn Andersson
2007-02-16
Added support for Kyrandia 2 ADL files.
Johannes Schickel
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel
2007-01-26
little parameter reodering.
Johannes Schickel
2006-08-15
- adding LPGL headers to adlib sound specific files
Johannes Schickel
2006-08-03
Committed my own patch #1533833 (minus one line that was left over from an
Torbjörn Andersson
2006-07-26
Removed unnecessary #include
Torbjörn Andersson
2006-06-02
Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working").
Johannes Schickel
2006-05-28
- makes Screen::getPagePtr private
Johannes Schickel
2006-05-28
Commits Chriliths patch for fixing Kyra on PalmOS.
Johannes Schickel
2006-05-12
- little cleanups
Johannes Schickel
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-12
Fixing mismatch between format strings and data on some systems
Max Horn
2006-04-12
sizeof(void *) != sizeof(int) for a large number of systems.
Jonathan Gray
2006-03-26
Cleaned up update_playRhythmSection(). It's almost possible to understand what
Torbjörn Andersson
2006-03-25
I believe that the purpose of updateCallback45() is to add a signed value to a
Torbjörn Andersson
2006-03-25
More renamings:
Torbjörn Andersson
2006-03-21
Implemented "sound triggers" so that the music does not stop shortly after
Torbjörn Andersson
2006-03-17
Oops, I never meant to remove *that* line! Put it back again. (This fixes the
Torbjörn Andersson
2006-03-17
The opcode functions are not allowed to modify their own channel.dataptr
Torbjörn Andersson
2006-03-16
More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriority
Torbjörn Andersson
2006-03-16
Went through callbacks 51, 52 and 53, comparing them to LordHoto's annotated
Torbjörn Andersson
2006-03-16
We have several functions where we need to find the pointer to a program or an
Torbjörn Andersson
[next]