aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/songlib.cpp
AgeCommit message (Expand)Author
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SCI: Continued C++ification of SongIterator codeMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn
2009-02-24not needed this includes anymorePaweł Kołodziejski
2009-02-24substitute all time related functions, removing sci_gettime sci_get_current_t...Andre Heider
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21formatingPaweł Kołodziejski
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-17Update headers. sfx/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko