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
/
engine
/
kernel.h
Age
Commit message (
Expand
)
Author
2009-04-23
WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...
Filippos Karapetis
2009-04-22
SCI: Slim down struct SciKernelFunction
Max Horn
2009-04-22
SCI: Changed kfunct_table to a Common::Array
Max Horn
2009-04-22
SCI: Changed knames (kernel function name table) to Common::StringList
Max Horn
2009-04-20
SCI: Moved list of kernel func declarations to header file, where it belongs
Max Horn
2009-03-18
Changed abs_rect_t to Common::Rect
Filippos Karapetis
2009-03-17
Renamed some defines:
Filippos Karapetis
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-24
Removed unused resource macros
Jordi Vilalta Prat
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-24
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...
Max Horn
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn