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
/
kernel.h
Age
Commit message (
Expand
)
Author
2009-02-24
SCI: Removed unused header file event.h
Max Horn
2009-02-22
SCI: Rewrite the way file handles are managed
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...
Filippos Karapetis
2009-02-21
formating
Paweł Kołodziejski
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-21
SCI: Yet more cleanup
Max Horn
2009-02-21
SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...
Max Horn
2009-02-20
Started conversion of debug messages and debug levels to the ScummVM equivale...
Filippos Karapetis
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
SCI: Got rid of a nasty hack where class, delete, new were re#defined because...
Max Horn
2009-02-15
SCI: Got rid of HAVE_FNMATCH_H
Max Horn
2009-02-15
Fixed lots of warnings and errors (on my system) by backporting a patch I had...
Max Horn
2009-02-15
remove DLLEXTERN
Paweł Kołodziejski
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