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
/
tony
/
sound.h
Age
Commit message (
Expand
)
Author
2016-01-03
TONY: Add support for compressed music and sfx
Strangerke
2016-01-01
TONY: Remove an unused variable
Strangerke
2015-12-31
TONY: Remove more dead code related to unused raw codec
Strangerke
2015-12-31
TONY: As codec is always ADPCM, remove some dead code
Strangerke
2014-02-18
TONY: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-08
TONY: Rename yet more variables.
Alyssa Milburn
2012-09-01
TONY: Move some functions from .h to .cpp files
Strangerke
2012-08-29
TONY: Remove useless/commented music code.
Alyssa Milburn
2012-08-28
TONY: Janitorial - remove trailing spaces
Strangerke
2012-06-20
TONY: Remove useless CODEC class definition
Strangerke
2012-06-20
TONY: Replace the FPStream code.
Alyssa Milburn
2012-06-19
TONY: Implement more of the music related code from the original
Paul Gilbert
2012-06-18
TONY: Remove useless void in function declaration
Strangerke
2012-06-17
TONY: Doxygen-ify comments in sound files
Strangerke
2012-06-16
TONY: Rename sound variables
Strangerke
2012-06-16
TONY: Rename sound functions and class names
Strangerke
2012-06-16
TONY: Translate some Italian terms, rename enums
Strangerke
2012-06-12
TONY: Fix looping some sounds
Matthew Hoops
2012-06-12
TONY: Translate some more comments into English
Strangerke
2012-06-12
TONY: Rename some Italian into English
Strangerke
2012-06-11
TONY: Implemented process to properly set hEndOfBuffer when sound effects end
Paul Gilbert
2012-06-10
TONY: Rewind sounds before playing them
Matthew Hoops
2012-06-10
TONY: Convert FPSFX to our mixer code
Matthew Hoops
2012-06-09
TONY: Make FPSOUND work in ScummVM
Matthew Hoops
2012-06-09
TONY: Rework the way wave files are loaded
Matthew Hoops
2012-05-21
TONY: Some more code formatting
Strangerke
2012-05-14
TONY: Remove original header
Strangerke
2012-05-09
TONY: Completed bulk of initial coro refactoring
Paul Gilbert
2012-05-04
TONY: Fixed many warnings identified by gcc
Paul Gilbert
2012-05-03
TONY: Implemented methods of sound.cpp (mostly stubbed out)
Paul Gilbert
2012-04-30
TONY: More header files and functionality added
Paul Gilbert
2012-04-30
TONY: Added include files for graphics engine and all dependent classes
Paul Gilbert