aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/seg_manager.cpp
AgeCommit message (Expand)Author
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-03-22SCI: Fix warningsMax Horn
2009-03-20silenced some warningsMax Horn
2009-03-17SCI: Added TODO: Merge SegInterface and MemObject? And some cleanupMax Horn
2009-03-17SCI: Got rid of various SegManager::free_* methodsMax Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-11Fix heap corruption when assigning the save game directoryFilippos Karapetis
2009-03-10Added FIXME for heap corruption occurring when exiting SCI gamesFilippos Karapetis
2009-03-10Minor fix to deallocate STRING_FRAG segments properlyLars Skovlund
2009-03-10String fragments supportLars Skovlund
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
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-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27fix warnings and memleaks in savegame.cfsmlWillem Jan Palenstijn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-26- Removed engine/sys_strings.*Filippos Karapetis
2009-02-24SCI: Moved vm.h from include to engineMax Horn
2009-02-24SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-22SCI: Converted "segment interfaces" into classesJordi Vilalta Prat
2009-02-21SCI: Convert the segment manager into a classJordi Vilalta Prat
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21OopsFilippos Karapetis
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
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 _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: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...Max Horn
2009-02-20formatingPaweł Kołodziejski
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-17fixed unsigned/signed comparisons warningsPaweł Kołodziejski
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-16SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ...Max Horn
2009-02-16SCI: Moved seg_manager.*, int_hashmap.* to sci/engine (they are only used the...Max Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15Fixed compilation under MSVC, and silenced some more warningsFilippos Karapetis
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions (dead...Filippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko