index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
include
/
engine.h
Age
Commit message (
Expand
)
Author
2009-02-23
SCI: Simplified code for selector lookup map generation a bit; got rid of an ...
Max Horn
2009-02-22
SCI: Rewrite the way file handles are managed
Max Horn
2009-02-22
SCI: Moved the code which iterates over the current dir into a small class
Max Horn
2009-02-21
SCI: Convert the segment manager into a class
Jordi Vilalta Prat
2009-02-21
cleanup
Max Horn
2009-02-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Untangling #include dependencies a bit
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn
2009-02-21
Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...
Filippos Karapetis
2009-02-21
SCI: Tons of cleanup
Max Horn
2009-02-21
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
Max Horn
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
missed a file in r38701
Andre Heider
2009-02-21
Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager"
Jordi Vilalta Prat
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-20
Converted SCI saving to use saveFileMan. Instead of a savegame being
Willem Jan Palenstijn
2009-02-20
SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...
Max Horn
2009-02-17
Update headers. includes/
Eugene Sandulenko
2009-02-15
SCI: Header cleanup (avoid #include <> where possible)
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
Portability fixes
Eugene Sandulenko
2009-02-15
SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)
Jordi Vilalta Prat
2009-02-15
Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...
Jordi Vilalta Prat