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
/
tools.h
Age
Commit message (
Expand
)
Author
2009-03-07
Replaced gfxprintf
Filippos Karapetis
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-02-24
substitute all time related functions, removing sci_gettime sci_get_current_t...
Andre Heider
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-23
SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cpp
Max Horn
2009-02-22
SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...
Max Horn
2009-02-21
SCI: More cleanup
Max Horn
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
use LE functions for getInt16/putInt16
Willem Jan Palenstijn
2009-02-21
SCI: Changed decompressors to take advantage of Common::ReadStream::readUint1...
Max Horn
2009-02-21
SCI: Moved sci_dir_t and GTimeVal to tools.h
Max Horn
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