aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq/amiga.cpp
AgeCommit message (Expand)Author
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-11-14Removed more dead codeFilippos Karapetis
2009-11-12SCI: Fix uninitialized variable in Amiga driver.Walter van Niftrik
2009-11-12SCI: Fix crash in Iceman/amiga.Walter van Niftrik
2009-11-05SCI: Converted FreeSCI Amiga sound driver. Some cleanup.Walter van Niftrik
2009-10-26Fixed some cppcheck warnings.Torbjörn Andersson
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-05-12SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.hMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...Max Horn
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax 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-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-15SCI: Header cleanup (avoid #include <> where possible)Max Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15Silenced more warningsFilippos Karapetis
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I had...Max Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko