aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/game.cpp
AgeCommit message (Expand)Author
2009-03-11Fix heap corruption when assigning the save game directoryFilippos Karapetis
2009-03-10String fragments supportLars Skovlund
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28clean up some warningsAndre Heider
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Remove empty include/ dirMax Horn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-27SCI: Commited file handling revamp, work in progressMax Horn
2009-02-26- Removed engine/sys_strings.*Filippos Karapetis
2009-02-26start out with an empty array of file handles, so the Enginestates matches be...Andre Heider
2009-02-26reinit sfx in game_init() when it got deinitialized in game_exit(), this unmu...Andre Heider
2009-02-25reintroduce game_start_time (removed it in r38701), since the interpreter can...Andre Heider
2009-02-24bring back comments but as TODO commentPaweł Kołodziejski
2009-02-24remove code related __GNU__XX definesPaweł Kołodziejski
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-23SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored...Max Horn
2009-02-23SCI: Changed selector name table to a Common::StringListMax Horn
2009-02-23SCI: Simplified code for selector lookup map generation a bit; got rid of an ...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-21SCI: Convert the segment manager into a classJordi Vilalta Prat
2009-02-21SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some moreMax Horn
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Tons of cleanupMax Horn
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-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-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-18formatingPaweł Kołodziejski
2009-02-18formatingPaweł Kołodziejski
2009-02-17point_t -> Common::PointFilippos Karapetis
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-16initialize palette buffers (compiler warning) Paweł Kołodziejski
2009-02-16Revert r38254 as pointed by waltervn (SCI1 games work again)Jordi Vilalta Prat
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Got rid of a nasty hack where class, delete, new were re#defined because...Max Horn