aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Collapse)Author
2009-02-16Fixed compilationFilippos Karapetis
svn-id: r38364
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-16SCI: Moved seg_manager.*, int_hashmap.* to sci/engine (they are only used ↵Max Horn
there); merged hashmap and int_hashmap svn-id: r38358
2009-02-16replace one more instance of strcasecmp by scumm_stricmpWillem Jan Palenstijn
svn-id: r38357
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
svn-id: r38356
2009-02-16initialize palette buffers (compiler warning) Paweł Kołodziejski
svn-id: r38351
2009-02-16Revert r38254 as pointed by waltervn (SCI1 games work again)Jordi Vilalta Prat
svn-id: r38349
2009-02-16Reimplemented reg_t_hashmap using Common::HashMapMax Horn
svn-id: r38340
2009-02-16SCI: cleanupMax Horn
svn-id: r38336
2009-02-15Fixed more warningsMax Horn
svn-id: r38332
2009-02-15Fixed more warnings (and at least one case of uninited data)Max Horn
svn-id: r38331
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: Got rid of a nasty hack where class, delete, new were re#defined ↵Max Horn
because FreeSCI used these C++ keywords for variable names svn-id: r38312
2009-02-15Compile fix for OS XOystein Eftevaag
svn-id: r38309
2009-02-15Silenced another warning (disabled an empty switch statement)Filippos Karapetis
svn-id: r38308
2009-02-15close sound when exitingWillem Jan Palenstijn
svn-id: r38307
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
svn-id: r38305
2009-02-15SCI: Fixed more warningsMax Horn
svn-id: r38303
2009-02-15retreive->retrieveWillem Jan Palenstijn
svn-id: r38296
2009-02-15cleanup, fixed warningsMax Horn
svn-id: r38282
2009-02-15SCI: Got rid of HAVE_FNMATCH_HMax Horn
svn-id: r38279
2009-02-15constsWillem Jan Palenstijn
svn-id: r38272
2009-02-15fix compilationPaweł Kołodziejski
svn-id: r38271
2009-02-15Silenced more warningsFilippos Karapetis
svn-id: r38267
2009-02-15fix string unmangling (which I broke earlier)Willem Jan Palenstijn
svn-id: r38262
2009-02-15Fixed unused variable warnings.Johannes Schickel
svn-id: r38257
2009-02-15typoWillem Jan Palenstijn
svn-id: r38256
2009-02-15Yet more warning fixesFilippos Karapetis
svn-id: r38254
2009-02-15Yet more warning fixes.Johannes Schickel
svn-id: r38253
2009-02-15Fixed more warnings.Johannes Schickel
svn-id: r38251
2009-02-15moving towards const-correctness of files generating savegame.cpp.Willem Jan Palenstijn
svn-id: r38250
2009-02-15Fixed some warnings.Johannes Schickel
svn-id: r38249
2009-02-15Fixed compilation under MSVC, and silenced some more warningsFilippos Karapetis
svn-id: r38247
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-15Silenced more warningsFilippos Karapetis
svn-id: r38230
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227
2009-02-15Silenced some more warningsFilippos Karapetis
svn-id: r38221
2009-02-15Silenced some MSVC warningsFilippos Karapetis
svn-id: r38218
2009-02-15Fix mingw compilation.Travis Howell
svn-id: r38217
2009-02-15- Remove unneeded filesEugene Sandulenko
- Make whole thing finally compilable svn-id: r38214
2009-02-15include win32 build tooPaweł Kołodziejski
svn-id: r38210
2009-02-15fixed msvc9 compilationPaweł Kołodziejski
svn-id: r38208
2009-02-15Portability fixesEugene Sandulenko
svn-id: r38206
2009-02-15revert last define, will be defined in diffrent placePaweł Kołodziejski
svn-id: r38205
2009-02-15define missing strcasecmp for win32Paweł Kołodziejski
svn-id: r38204
2009-02-15fixed include pathsPaweł Kołodziejski
svn-id: r38202
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
svn-id: r38201