aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2009-02-16Replace strncasecmp by scumm_strnicmpMax Horn
2009-02-16SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ...Max Horn
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-15constsWillem Jan Palenstijn
2009-02-15fix compilationPaweł Kołodziejski
2009-02-15- Remove some unneeded filesEugene Sandulenko