Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38556 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38555 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38554 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38538 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38537 | |||
2009-02-18 | formating | Paweł Kołodziejski | |
svn-id: r38512 | |||
2009-02-18 | formating | Paweł Kołodziejski | |
svn-id: r38511 | |||
2009-02-18 | Updated 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-18 | move cfsml.pl to the tools/ directory | Eugene Sandulenko | |
svn-id: r38486 | |||
2009-02-18 | restore removed files | Eugene Sandulenko | |
svn-id: r38485 | |||
2009-02-18 | Adding the files properly. Part1 | Eugene Sandulenko | |
svn-id: r38483 | |||
2009-02-18 | Added missing file savegame.cfsml (hopefully, compilation should REALLY be ↵ | Filippos Karapetis | |
fixed now, sorry again...) svn-id: r38481 | |||
2009-02-18 | Reverting commits which moved cfsml.pl and said.y, part 2 | Filippos Karapetis | |
Hopefully, compilation should be fixed again svn-id: r38479 | |||
2009-02-18 | Removed files which are not part of the SCI engine (will be moved to /tools, ↵ | Filippos Karapetis | |
together with the others) svn-id: r38468 | |||
2009-02-18 | Removed the cfsml.pl tool from the SCI engine (eventually, it should go to ↵ | Filippos Karapetis | |
/tools, together with the other ones...) svn-id: r38467 | |||
2009-02-18 | Disabled unused functions | Filippos Karapetis | |
svn-id: r38465 | |||
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 | fixed compiler warning about potentialy uninitialized variable | Paweł Kołodziejski | |
svn-id: r38446 | |||
2009-02-17 | fixed unsigned/signed comparisons warnings | Paweł Kołodziejski | |
svn-id: r38445 | |||
2009-02-17 | shat up ARRAYSIZE redefine compiler warnings | Paweł Kołodziejski | |
svn-id: r38444 | |||
2009-02-17 | point_t -> Common::Point | Filippos Karapetis | |
svn-id: r38437 | |||
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 | Update headers. engine/ | Eugene Sandulenko | |
svn-id: r38408 | |||
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-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 | Use MIN with correct template <int> | Lars Persson | |
svn-id: r38375 | |||
2009-02-16 | Fixed compilation | Filippos Karapetis | |
svn-id: r38364 | |||
2009-02-16 | Replace strncasecmp by scumm_strnicmp | Max Horn | |
svn-id: r38362 | |||
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 | SCI: 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-16 | replace one more instance of strcasecmp by scumm_stricmp | Willem Jan Palenstijn | |
svn-id: r38357 | |||
2009-02-16 | Replace strcasecmp with scumm_stricmp. | Travis Howell | |
svn-id: r38356 | |||
2009-02-16 | initialize palette buffers (compiler warning) | Paweł Kołodziejski | |
svn-id: r38351 | |||
2009-02-16 | Revert r38254 as pointed by waltervn (SCI1 games work again) | Jordi Vilalta Prat | |
svn-id: r38349 | |||
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-15 | Fixed more warnings | Max Horn | |
svn-id: r38332 | |||
2009-02-15 | Fixed more warnings (and at least one case of uninited data) | Max Horn | |
svn-id: r38331 | |||
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
Guidelines: engine dir svn-id: r38317 | |||
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 | Compile fix for OS X | Oystein Eftevaag | |
svn-id: r38309 | |||
2009-02-15 | Silenced another warning (disabled an empty switch statement) | Filippos Karapetis | |
svn-id: r38308 | |||
2009-02-15 | close sound when exiting | Willem Jan Palenstijn | |
svn-id: r38307 | |||
2009-02-15 | SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff | Max Horn | |
svn-id: r38305 | |||
2009-02-15 | SCI: Fixed more warnings | Max Horn | |
svn-id: r38303 | |||
2009-02-15 | retreive->retrieve | Willem Jan Palenstijn | |
svn-id: r38296 | |||
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 |