aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kfile.cpp
AgeCommit message (Expand)Author
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
2009-02-16SCI: cleanupMax Horn
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-15cleanup, fixed warningsMax Horn
2009-02-15SCI: Got rid of HAVE_FNMATCH_HMax Horn
2009-02-15Fixed some warnings.Johannes Schickel
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