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
/
sci
/
sfx
/
core.h
Age
Commit message (
Expand
)
Author
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-06-12
SCI: Moved audio code from AudioResource to the sfx core.
Walter van Niftrik
2009-06-07
SCI: Renamed various song/songlib related structs and members
Max Horn
2009-05-31
Removed script_error_flag and script_debug_flag, which were used to error out...
Filippos Karapetis
2009-05-30
SCI: Added constructor&destructor to SfxState
Max Horn
2009-05-30
Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...
Filippos Karapetis
2009-05-28
SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem...
Max Horn
2009-05-28
SCI: Merged NewPlayer and SfxPlayer
Max Horn
2009-05-28
SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp
Max Horn
2009-05-28
SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually
Max Horn
2009-05-25
Objectified the AudioResource code (used for speech and digitized music in CD...
Filippos Karapetis
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-12
SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h
Max Horn
2009-04-25
WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...
Filippos Karapetis
2009-03-09
SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...
Max Horn
2009-03-06
SCI: Reduce SFX header dependencies
Max Horn
2009-03-06
SongIterator is a class, not a struct
Filippos Karapetis
2009-03-06
SCI: Renamed lots of classes related to song iterators; allocate song iterato...
Max Horn
2009-03-01
SCI: Renamed some sfx header files
Max Horn