aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq/amiga.cpp
AgeCommit message (Expand)Author
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