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
/
cge
/
sound.cpp
Age
Commit message (
Expand
)
Author
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2014-03-02
CGE: Fix some uninitialized variables
Strangerke
2014-02-18
CGE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-15
ALL: Remove optimization unstable code on checking for null after new.
D G Turner
2012-06-24
CGE: Fix FX stereo
Strangerke
2012-03-28
CGE: Close memory leak in sound Fx caching..
D G Turner
2011-09-30
CGE: Music now always loop, like in the original game
Strangerke
2011-09-17
CGE: Move some more globals to CGEEngine
Strangerke
2011-09-16
CGE: Get rid of some more global functions and static members
Strangerke
2011-09-15
CGE: Transform some static and globals into class members
Strangerke
2011-09-14
CGE: Rewrite fileIO
Strangerke
2011-09-11
CGE: Fix formatting of operator overloading
Strangerke
2011-09-11
CGE: Remove some more uses of VFile. Fix a shadowed variable
Strangerke
2011-09-09
CGE: Remove some static variables from fileIO
Strangerke
2011-09-09
CGE: Remove XFile, rename some members
Strangerke
2011-09-07
CGE: Rename Han structures to Handler
Strangerke
2011-09-07
CGE: Remove wtom()
Strangerke
2011-09-06
CGE: Handle properly looping samples
Strangerke
2011-09-06
CGE: Remove 'count' static variable from snail
Strangerke
2011-09-06
CGE: Take into account some of LordHoto's comments
Strangerke
2011-08-27
CGE: Move IO classes to a separated source file
Strangerke
2011-08-20
CGE: More misc cleanup.
Alyssa Milburn
2011-08-19
CGE: Suppress some dead code
Strangerke
2011-08-17
CGE: Preserve const in cast.
Alyssa Milburn
2011-08-13
CGE: silent valgrind warnings
Strangerke
2011-08-12
CGE: Properly implemented MIDI music playback
Paul Gilbert
2011-08-12
CGE: Work on implementing MIDI music playback.
Paul Gilbert
2011-08-12
CGE: Implemented sound effects
Paul Gilbert
2011-07-29
CGE: Remove Startup class, set _fx and _sound as dynamic
Strangerke
2011-07-25
CGE: Remove EMM and EMS classes
Strangerke
2011-07-04
CGE: This ends the first renaming pass. Also move some functions to CGEEngine
Strangerke
2011-07-03
CGE: Some more renaming (WIP)
Strangerke
2011-07-02
CGE: Some more renaming (WIP)
Strangerke
2011-07-02
CGE: Some more renaming (WIP)
Strangerke
2011-07-01
CGE: Some more renaming (wip)
Strangerke
2011-06-30
CGE: Some more renaming (wip)
Strangerke
2011-06-26
CGE: Implement ForceExt and RCrypt. Little style cleanup.
Strangerke
2011-06-13
CGE: Cleanup: remove trailing spaces
Strangerke
2011-06-13
CGE: Format code
Strangerke
2011-06-11
CGE: Remove DROP() macro
Strangerke
2011-06-11
CGE: Stubbing and cleanup made by SylvainTV
Strangerke
2011-06-10
CGE: Add namespaces
Strangerke
2011-06-10
CGE: Suppress typedef for byte, word and dword.
Strangerke
2011-06-10
CGE: Replace Boolean, TRUE and FALSE by bool, true, false
Strangerke
2011-06-10
CGE: Remove far and near keywords
Strangerke
2011-06-10
CGE: Add default header, fix some includes
Strangerke
2011-06-09
CGE: Add several sources based on headers
Strangerke