aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/engine.h
AgeCommit message (Expand)Author
2009-02-21cleanupMax Horn
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: Untangling #include dependencies a bitMax Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
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-21formatingPaweł Kołodziejski
2009-02-21missed a file in r38701Andre Heider
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-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
2009-02-20SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...Max Horn
2009-02-17Update headers. includes/Eugene Sandulenko
2009-02-15SCI: Header cleanup (avoid #include <> where possible)Max Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15Portability fixesEugene Sandulenko
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat