aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
AgeCommit message (Expand)Author
2009-02-16Use MIN with correct template <int>Lars Persson
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
2009-02-16Reimplemented reg_t_hashmap using Common::HashMapMax 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-15SCI: Fixed more warningsMax Horn
2009-02-15Fixed compilation under MSVC, and silenced some more warningsFilippos Karapetis
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions (dead...Filippos Karapetis
2009-02-15Silenced more warningsFilippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko