Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | Rewrote 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-18 | Readded 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-18 | cleanup | Max Horn | |
svn-id: r38508 | |||
2009-02-18 | remove not used includes | Paweł Kołodziejski | |
svn-id: r38506 | |||
2009-02-18 | SCI: 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-18 | SCI: Some random cleanup | Max Horn | |
svn-id: r38497 | |||
2009-02-18 | missed to remove code from latest removal | Paweł Kołodziejski | |
svn-id: r38496 | |||
2009-02-18 | Removed some unused GFX driver capability code and flags | Filippos Karapetis | |
svn-id: r38473 | |||
2009-02-18 | Removed the unused sci_get_homedir() function | Filippos Karapetis | |
svn-id: r38466 | |||
2009-02-18 | Removed the unused queue code and memfrob() definition | Filippos Karapetis | |
svn-id: r38464 | |||
2009-02-18 | Removed the unused memtest, memdup and sci_memdup functions | Filippos Karapetis | |
svn-id: r38463 | |||
2009-02-18 | Moved game version checking to ScummVM's detector and removed the FreeSCI ↵ | Filippos Karapetis | |
version checking routines svn-id: r38458 | |||
2009-02-17 | Cleanup | Filippos Karapetis | |
svn-id: r38452 | |||
2009-02-17 | Removed 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-17 | point_t -> Common::Point | Filippos Karapetis | |
svn-id: r38437 | |||
2009-02-17 | SCI: removed unused code | Max Horn | |
svn-id: r38436 | |||
2009-02-17 | Revert changed I accidentally commited *sigh* | Max Horn | |
svn-id: r38435 | |||
2009-02-17 | SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.h | Max Horn | |
svn-id: r38434 | |||
2009-02-17 | SCI: Silence 'check always true' warnings with a trick (temporary, that code ↵ | Max Horn | |
needs to be revised anyway) svn-id: r38432 | |||
2009-02-17 | Update headers. includes/ | Eugene Sandulenko | |
svn-id: r38409 | |||
2009-02-17 | Replaced 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-17 | Removed dead/unused code | Filippos Karapetis | |
svn-id: r38400 | |||
2009-02-17 | Removed unused SFX code | Filippos Karapetis | |
svn-id: r38396 | |||
2009-02-16 | Removed 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-16 | Removed unused code and defines | Filippos Karapetis | |
svn-id: r38385 | |||
2009-02-16 | SCI: Changed pcm_device and timer "driver" functionality to use directly the ↵ | Jordi Vilalta Prat | |
ScummVM modules svn-id: r38373 | |||
2009-02-16 | SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ↵ | Max Horn | |
C++ class svn-id: r38360 | |||
2009-02-16 | Replace strcasecmp with scumm_stricmp. | Travis Howell | |
svn-id: r38359 | |||
2009-02-16 | Replace strcasecmp with scumm_stricmp. | Travis Howell | |
svn-id: r38356 | |||
2009-02-16 | fixed compilation | Paweł Kołodziejski | |
svn-id: r38350 | |||
2009-02-16 | Reimplemented reg_t_hashmap using Common::HashMap | Max Horn | |
svn-id: r38340 | |||
2009-02-16 | SCI: cleanup | Max Horn | |
svn-id: r38336 | |||
2009-02-16 | SCI: 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-15 | Fixed more warnings (and at least one case of uninited data) | Max Horn | |
svn-id: r38331 | |||
2009-02-15 | SCI: Header cleanup (avoid #include <> where possible) | Max Horn | |
svn-id: r38330 | |||
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
Guidelines: include dir svn-id: r38319 | |||
2009-02-15 | SCI: 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-15 | SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff | Max Horn | |
svn-id: r38305 | |||
2009-02-15 | retreive->retrieve | Willem Jan Palenstijn | |
svn-id: r38296 | |||
2009-02-15 | remove defines from msvc project files | Paweł Kołodziejski | |
svn-id: r38286 | |||
2009-02-15 | fixed compilation with msvc | Paweł Kołodziejski | |
svn-id: r38285 | |||
2009-02-15 | cleanup, fixed warnings | Max Horn | |
svn-id: r38282 | |||
2009-02-15 | SCI: Got rid of HAVE_FNMATCH_H | Max Horn | |
svn-id: r38279 | |||
2009-02-15 | consts | Willem Jan Palenstijn | |
svn-id: r38272 | |||
2009-02-15 | Some more warning fixes | Max Horn | |
svn-id: r38248 | |||
2009-02-15 | Fixed 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-15 | Silenced a ton of warnings, and disabled several unreferenced functions ↵ | Filippos Karapetis | |
(dead code) - hopefully, compilation hasn't been broken... svn-id: r38243 | |||
2009-02-15 | remove DLLEXTERN | Paweł Kołodziejski | |
svn-id: r38223 | |||
2009-02-15 | fmmatch() doesn't exist in any win32 builds. | Travis Howell | |
svn-id: r38219 | |||
2009-02-15 | Fix mingw compilation. | Travis Howell | |
svn-id: r38217 |