aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Collapse)Author
2009-02-18Updated the savegame.cfsml file to remove unused functions and generated the ↵Filippos Karapetis
appropriate .cpp file using the cfsml tool svn-id: r38493
2009-02-18Disabled unused functionsFilippos Karapetis
svn-id: r38465
2009-02-17Removed already implemented graphic capability flags, and used CLIP inside ↵Filippos Karapetis
scummvm_draw_line() to clean up the code a bit svn-id: r38451
2009-02-17fixed compiler warning about potentialy uninitialized variablePaweł Kołodziejski
svn-id: r38446
2009-02-17Update headers. engine/Eugene Sandulenko
svn-id: r38408
2009-02-16Removed a lot of unused and compiler-specific debug code. Note that for ↵Filippos Karapetis
MSVC, the corresponding checks are enabled by default in the debug build, so there's no need to set them again programmatically. Also, removed the "codebugging" related code svn-id: r38387
2009-02-16Replace strncasecmp by scumm_strnicmpMax Horn
svn-id: r38362
2009-02-16SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ↵Max Horn
C++ class svn-id: r38360
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
svn-id: r38356
2009-02-16SCI: cleanupMax Horn
svn-id: r38336
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: engine dir svn-id: r38317
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
svn-id: r38305
2009-02-15constsWillem Jan Palenstijn
svn-id: r38272
2009-02-15fix compilationPaweł Kołodziejski
svn-id: r38271
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227