aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/seq
AgeCommit message (Expand)Author
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: More cleanupMax 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-20SCI: Removed unused fileMax Horn
2009-02-17Update headers. sfx/Eugene Sandulenko
2009-02-16Replace strncasecmp by scumm_strnicmpMax Horn
2009-02-16SCUMMVM define no longer required.Travis Howell
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
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
2009-02-15fixed msvc9 compilationPaweł Kołodziejski
2009-02-15Removing various unused files (backups remain in vendor/sci/, of course)Max Horn
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat