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
/
songlib.cpp
Age
Commit message (
Expand
)
Author
2009-10-17
SCI: Fix delete/free mismatches
Willem Jan Palenstijn
2009-10-16
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-06-07
SCI: Simplified SongLibrary code a bit
Max Horn
2009-06-07
SCI: Objectified Song struct 'a bit'
Max Horn
2009-06-07
SCI: Objectified SongLibrary
Max Horn
2009-06-07
SCI: Renamed various song/songlib related structs and members
Max Horn
2009-05-30
Moved the "songlib" command to console.cpp and removed the non-working "set_v...
Filippos Karapetis
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-03-15
SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'
Max Horn
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
SCI: Continued C++ification of SongIterator code
Max Horn
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
2009-02-24
not needed this includes anymore
Paweł Kołodziejski
2009-02-24
substitute all time related functions, removing sci_gettime sci_get_current_t...
Andre Heider
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-17
Update headers. sfx/
Eugene Sandulenko
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
- Remove some unneeded files
Eugene Sandulenko