aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
AgeCommit message (Expand)Author
2009-05-18SCI: cleanupMax Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-14- Removed SCI_VERSION_FTU_NEW_GETTIMEFilippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-14Removed the hack used to check for the existence of the CantBeHere() selectorFilippos Karapetis
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
2009-05-11SCI: Simplified the Table class, by making it use an Common::Array internally...Max Horn
2009-05-11SCI: Reduced header depsMax Horn
2009-05-10SCI: Changed EngineState::pics to a Common::ArrayMax Horn
2009-05-10Moved the code which retrieves the current room number in a separate function...Filippos Karapetis
2009-04-28SCI: Renamed execution_stack -> _executionStack and turned it into a Common::...Max Horn
2009-04-27SCI: Turned classtable into a Common::Array<Class>Max Horn
2009-04-27SCI: Removed unused vars; doxygenified some comments; cleanupMax Horn
2009-04-27SCI: Renamed gfx_state_t -> GfxStateMax Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-17Renamed some defines:Filippos Karapetis
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-12SCI: Moved savegame specific stuff from state.h to a new header savegame.hMax Horn
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-01SCI: Renamed some sfx header filesMax Horn
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-28Add support for saving Common::String objects.Willem Jan Palenstijn
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