aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/songlib.cpp
AgeCommit message (Expand)Author
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-11-29Removed unused codeFilippos Karapetis
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-07SCI: Simplified SongLibrary code a bitMax Horn
2009-06-07SCI: Objectified Song struct 'a bit'Max Horn
2009-06-07SCI: Objectified SongLibraryMax Horn
2009-06-07SCI: Renamed various song/songlib related structs and membersMax Horn
2009-05-30Moved the "songlib" command to console.cpp and removed the non-working "set_v...Filippos Karapetis
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