aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/resource_patch.cpp
AgeCommit message (Expand)Author
2009-02-21formatingPaweł Kołodziejski
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Yet more cleanupMax Horn
2009-02-20fixed compilationPaweł Kołodziejski
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
2009-02-20SCI: Renamed resource_source_t -> ResourceSource; some cleanupMax Horn
2009-02-17Update headers. scicore/Eugene Sandulenko
2009-02-16Replace strncasecmp by scumm_strnicmpMax Horn
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-15- Remove some unneeded filesEugene Sandulenko