Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-21 | SCI: Removed c_sleep console command (what was/is the idea behind that one, ↵ | Max Horn | |
anyway?) svn-id: r38748 | |||
2009-02-21 | SCI: Removed setjmp code | Max Horn | |
svn-id: r38747 | |||
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn | |
svn-id: r38746 | |||
2009-02-21 | SCI: Untangling #include dependencies a bit | Max Horn | |
svn-id: r38740 | |||
2009-02-21 | Fix compilation by implicit including of sys/stat.h | Eugene Sandulenko | |
svn-id: r38736 | |||
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn | |
svn-id: r38735 | |||
2009-02-21 | SCI: Removed unused header | Max Horn | |
svn-id: r38729 | |||
2009-02-21 | SCI: More cleanup | Max Horn | |
svn-id: r38725 | |||
2009-02-21 | Fixed compilation under MSVC | Filippos Karapetis | |
svn-id: r38723 | |||
2009-02-21 | Renamed SCI's console to sciconsole (MSVC has problems with files with the ↵ | Filippos Karapetis | |
same name under different directories). ScummVM's console can be enabled correctly under MSVC now svn-id: r38722 | |||
2009-02-21 | SCI: Tons of cleanup | Max Horn | |
svn-id: r38721 | |||
2009-02-21 | SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h | Max Horn | |
svn-id: r38720 | |||
2009-02-21 | Oops | Filippos Karapetis | |
svn-id: r38717 | |||
2009-02-21 | Turned back all fprintf/exit(1) bits into error() | Filippos Karapetis | |
svn-id: r38716 | |||
2009-02-21 | Now that we've placed everything under the Sci namespace, the Sci:: bits can ↵ | Filippos Karapetis | |
be removed svn-id: r38714 | |||
2009-02-21 | use OSystem::getMillis() for last_wait_time and get rid of game_start_time | Andre Heider | |
svn-id: r38701 | |||
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not ↵ | Willem Jan Palenstijn | |
return. warning() is not for debugging status messages. svn-id: r38696 | |||
2009-02-21 | Remove excess \n. | Travis Howell | |
svn-id: r38695 | |||
2009-02-21 | error() calls don't need \n, as it is already appended in error() itself | Joost Peters | |
svn-id: r38694 | |||
2009-02-21 | replace obsolete creat() with open() | Andre Heider | |
svn-id: r38690 | |||
2009-02-21 | replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIAN | Joost Peters | |
svn-id: r38689 | |||
2009-02-21 | remove some endlines from warning() calls | Willem Jan Palenstijn | |
svn-id: r38683 | |||
2009-02-21 | Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager" | Jordi Vilalta Prat | |
svn-id: r38679 | |||
2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat | |
svn-id: r38678 | |||
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
svn-id: r38676 | |||
2009-02-21 | SCI: Yet more cleanup | Max Horn | |
svn-id: r38661 | |||
2009-02-21 | SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; ↵ | Max Horn | |
fixed tons of bad format strings svn-id: r38660 | |||
2009-02-21 | SCI: Regenerated said.cpp from said.y | Max Horn | |
svn-id: r38659 | |||
2009-02-21 | SCI: Fixed more warnings | Max Horn | |
svn-id: r38658 | |||
2009-02-21 | SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also ↵ | Max Horn | |
improved the build rule which is responsible for creating engine/savegame.cpp from engine/savegame.cfsml svn-id: r38657 | |||
2009-02-21 | SCI: Fixed more warnings | Max Horn | |
svn-id: r38656 | |||
2009-02-21 | SCI: Fixed tons of bugs in error/warning format strings | Max Horn | |
svn-id: r38655 | |||
2009-02-21 | avoid vsscanf | Willem Jan Palenstijn | |
svn-id: r38651 | |||
2009-02-20 | Converted SCI saving to use saveFileMan. Instead of a savegame being | Willem Jan Palenstijn | |
a directory with an id and a state file, a savegame now consists of two consecutive CFSML-serialized structs: SavegameMetadata and state_t. The former contains the savegame title, and is loaded when scanning saves. svn-id: r38649 | |||
2009-02-20 | Switch errors back to warnings, to fix SCI 1.1 regressions. | Travis Howell | |
svn-id: r38646 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38640 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38636 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38635 | |||
2009-02-20 | Changed some SCIkdebug() calls to debugC() | Filippos Karapetis | |
svn-id: r38634 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38628 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38625 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38622 | |||
2009-02-20 | Changed more messages to warnings/errors | Filippos Karapetis | |
svn-id: r38621 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38620 | |||
2009-02-20 | restored formating | Paweł Kołodziejski | |
svn-id: r38619 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38618 | |||
2009-02-20 | Started conversion of debug messages and debug levels to the ScummVM ↵ | Filippos Karapetis | |
equivalents. Removed the "stubs" and "warnings" debug levels and replaced such kinds of messages with normal warnings svn-id: r38617 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38616 | |||
2009-02-20 | use new instead of malloc for int_hash_map_t | Willem Jan Palenstijn | |
svn-id: r38613 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38612 |