aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-02-23SCI: Fix saving/loading (regression introduced in r38767)Jordi Vilalta Prat
2009-02-22Check for end of file more often while reading CFSMLWillem Jan Palenstijn
2009-02-22SCI: Fix what looks like a bug in the save/load system (?)Max Horn
2009-02-22SCI: Rewrite the way file handles are managedMax Horn
2009-02-22SCI: Moved the code which iterates over the current dir into a small classMax Horn
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-22SCI: Converted "segment interfaces" into classesJordi Vilalta Prat
2009-02-22- Made ResourceManager accessible from _vmFilippos Karapetis
2009-02-22Fixed compilation under WindowsFilippos Karapetis
2009-02-21SCI: Convert the segment manager into a classJordi Vilalta Prat
2009-02-21multiply before dividing to improve timer resolutionWillem Jan Palenstijn
2009-02-21SCI: Moved aatree.* files together into engine/Max Horn
2009-02-21SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some moreMax Horn
2009-02-21SCI: More cleanupMax Horn
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Removed c_sleep console command (what was/is the idea behind that one, a...Max Horn
2009-02-21SCI: Removed setjmp codeMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
2009-02-21Fix compilation by implicit including of sys/stat.hEugene Sandulenko
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21SCI: Removed unused headerMax Horn
2009-02-21SCI: More cleanupMax Horn
2009-02-21Fixed compilation under MSVCFilippos Karapetis
2009-02-21Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...Filippos Karapetis
2009-02-21SCI: Tons of cleanupMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21OopsFilippos Karapetis
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
2009-02-21Now that we've placed everything under the Sci namespace, the Sci:: bits can ...Filippos Karapetis
2009-02-21use OSystem::getMillis() for last_wait_time and get rid of game_start_timeAndre Heider
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21Remove excess \n.Travis Howell
2009-02-21error() calls don't need \n, as it is already appended in error() itselfJoost Peters
2009-02-21replace obsolete creat() with open()Andre Heider
2009-02-21replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIANJoost Peters
2009-02-21remove some endlines from warning() callsWillem Jan Palenstijn
2009-02-21Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager"Jordi Vilalta Prat
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Yet more cleanupMax Horn
2009-02-21SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...Max Horn
2009-02-21SCI: Regenerated said.cpp from said.yMax Horn
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-21SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also impro...Max Horn
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-21SCI: Fixed tons of bugs in error/warning format stringsMax Horn
2009-02-21avoid vsscanfWillem Jan Palenstijn
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn