aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include
AgeCommit message (Collapse)Author
2009-02-19Rewrote the EXE reading routines (the LZEXE compression stuff is still not ↵Filippos Karapetis
completed, and will be implemented in a follow-up commit) svn-id: r38543
2009-02-18Readded the code which reads the version from the original executable to the ↵Filippos Karapetis
fallback detector (still very hackish...). This is probably the only known way currently to determine the version used by each game variant and add appropriate game flags svn-id: r38509
2009-02-18cleanupMax Horn
svn-id: r38508
2009-02-18remove not used includesPaweł Kołodziejski
svn-id: r38506
2009-02-18SCI: Moved util.h to the sci tools, as old_objects.* is the only code using ↵Max Horn
(and requiring) it svn-id: r38501
2009-02-18SCI: Some random cleanupMax Horn
svn-id: r38497
2009-02-18missed to remove code from latest removalPaweł Kołodziejski
svn-id: r38496
2009-02-18Removed some unused GFX driver capability code and flagsFilippos Karapetis
svn-id: r38473
2009-02-18Removed the unused sci_get_homedir() functionFilippos Karapetis
svn-id: r38466
2009-02-18Removed the unused queue code and memfrob() definitionFilippos Karapetis
svn-id: r38464
2009-02-18Removed the unused memtest, memdup and sci_memdup functionsFilippos Karapetis
svn-id: r38463
2009-02-18Moved game version checking to ScummVM's detector and removed the FreeSCI ↵Filippos Karapetis
version checking routines svn-id: r38458
2009-02-17CleanupFilippos Karapetis
svn-id: r38452
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-17point_t -> Common::PointFilippos Karapetis
svn-id: r38437
2009-02-17SCI: removed unused codeMax Horn
svn-id: r38436
2009-02-17Revert changed I accidentally commited *sigh*Max Horn
svn-id: r38435
2009-02-17SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.hMax Horn
svn-id: r38434
2009-02-17SCI: Silence 'check always true' warnings with a trick (temporary, that code ↵Max Horn
needs to be revised anyway) svn-id: r38432
2009-02-17Update headers. includes/Eugene Sandulenko
svn-id: r38409
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-17Removed dead/unused codeFilippos Karapetis
svn-id: r38400
2009-02-17Removed unused SFX codeFilippos Karapetis
svn-id: r38396
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-16Removed unused code and definesFilippos Karapetis
svn-id: r38385
2009-02-16SCI: Changed pcm_device and timer "driver" functionality to use directly the ↵Jordi Vilalta Prat
ScummVM modules svn-id: r38373
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: r38359
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
svn-id: r38356
2009-02-16fixed compilationPaweł Kołodziejski
svn-id: r38350
2009-02-16Reimplemented reg_t_hashmap using Common::HashMapMax Horn
svn-id: r38340
2009-02-16SCI: cleanupMax Horn
svn-id: r38336
2009-02-16SCI: Moved old_objects.* to tools, as it is only used by ↵Max Horn
tools/scriptdump.cpp, as far as I can tell svn-id: r38333
2009-02-15Fixed more warnings (and at least one case of uninited data)Max Horn
svn-id: r38331
2009-02-15SCI: Header cleanup (avoid #include <> where possible)Max Horn
svn-id: r38330
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: include dir svn-id: r38319
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-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
svn-id: r38305
2009-02-15retreive->retrieveWillem Jan Palenstijn
svn-id: r38296
2009-02-15remove defines from msvc project filesPaweł Kołodziejski
svn-id: r38286
2009-02-15fixed compilation with msvcPaweł Kołodziejski
svn-id: r38285
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-15Some more warning fixesMax Horn
svn-id: r38248
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-15remove DLLEXTERNPaweł Kołodziejski
svn-id: r38223
2009-02-15fmmatch() doesn't exist in any win32 builds.Travis Howell
svn-id: r38219
2009-02-15Fix mingw compilation.Travis Howell
svn-id: r38217