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
/
agi
/
sound_2gs.cpp
Age
Commit message (
Expand
)
Author
2016-05-22
AGI: Reduce audio header dependencies
Ori Avtalion
2016-02-09
AGI: Fix various CIDs
Martin Kiewitz
2016-02-02
AGI: Fix formatting.
Johannes Schickel
2016-01-27
AGI: Apple IIgs: remove warning about bad sample size
Martin Kiewitz
2016-01-27
AGI: fix invalid memory access in Apple IIgs sound
Martin Kiewitz
2016-01-19
AGI: fix Apple IIgs sound invalid memory access
Martin Kiewitz
2016-01-19
AGI: reverse Apple IIgs stereo cleanup
Martin Kiewitz
2016-01-19
AGI: reverse stereo for Apple IIgs + cleanup
Martin Kiewitz
2016-01-18
AGI: fix Apple IIgs sound code + cleanup
Martin Kiewitz
2015-11-28
AGI: Improve debug output
Eugene Sandulenko
2014-02-18
AGI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-18
AGI: Get rid of unused SoundMgr parameters
Max Horn
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-16
AGI: Change two local SharedPtr uses to ScopedPtr.
Johannes Schickel
2011-08-14
AGI: Make the sound code use AgiBase instead of AgiEngine
Matthew Hoops
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-03
AGI: Fix type mismatch (see bug #3311198)
Max Horn
2011-05-25
AGI: Fix compilation on 64 bit platforms
Willem Jan Palenstijn
2011-05-25
Merge pull request #9 from tiqpit/a2gs
Eugene Sandulenko
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-12
AGI: More formatting changes...
Jussi Pitkanen
2011-04-12
AGI: Use delete[] instead of delete for arrays
Jussi Pitkanen
2011-04-12
AGI: Formatting
Jussi Pitkanen
2011-04-10
AGI: Detect swap mode correctly for Apple IIGS instruments.
Jussi Pitkanen
2011-04-09
AGI: Cleanup sound_2gs.*
Jussi Pitkanen
2011-04-09
AGI: Refactor and fix Apple IIGS sound generator
Jussi Pitkanen
2011-04-04
AGI: Avoid global constructors (due to global refs)
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-07
COMMON: Rename and tweak MD5 functions
Max Horn
2010-06-15
AGI: rearranged class methods a bit and cleanup.
Eugene Sandulenko
2010-06-15
AGI: Split all sound generators into separate modules.
Eugene Sandulenko
2010-06-15
AGI: Split out IIgs sound emulator into separate files.
Eugene Sandulenko