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
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