aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/tools.h
AgeCommit message (Expand)Author
2009-03-07Replaced gfxprintfFilippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-24substitute all time related functions, removing sci_gettime sci_get_current_t...Andre Heider
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-23SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cppMax Horn
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...Max Horn
2009-02-21SCI: More cleanupMax Horn
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21use LE functions for getInt16/putInt16Willem Jan Palenstijn
2009-02-21SCI: Changed decompressors to take advantage of Common::ReadStream::readUint1...Max Horn
2009-02-21SCI: Moved sci_dir_t and GTimeVal to tools.hMax Horn
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