aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/resource.cpp
AgeCommit message (Collapse)Author
2009-02-19Fix SCI 1.1 detection.Travis Howell
svn-id: r38535
2009-02-18SCI: Added G_DIR_SEPARATOR to scicore/resource.cpp for now (I'll remove it ↵Max Horn
again soon) svn-id: r38498
2009-02-18Added FIXME concerning crash when exiting a SCI gameFilippos Karapetis
svn-id: r38472
2009-02-17don't attempt display resource type name if it's out of array, so it give ↵Paweł Kołodziejski
access violation svn-id: r38449
2009-02-17Update headers. scicore/Eugene Sandulenko
svn-id: r38411
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the ↵Filippos Karapetis
checking that sci_free() performed is not necessary svn-id: r38406
2009-02-16SCI: cleanupMax Horn
svn-id: r38335
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: scicore dir svn-id: r38318
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
svn-id: r38305
2009-02-15retreive->retrieveWillem Jan Palenstijn
svn-id: r38296
2009-02-15cleanup, fixed warningsMax Horn
svn-id: r38282
2009-02-15Silenced more warningsFilippos Karapetis
svn-id: r38267
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I ↵Max Horn
had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?) svn-id: r38245
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions ↵Filippos Karapetis
(dead code) - hopefully, compilation hasn't been broken... svn-id: r38243
2009-02-15fixed compilation and linking with msvc9Paweł Kołodziejski
svn-id: r38232
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227