aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/tools.h
AgeCommit message (Collapse)Author
2009-03-07Replaced gfxprintfFilippos Karapetis
svn-id: r39190
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
svn-id: r39189
2009-02-24substitute all time related functions, removing sci_gettime ↵Andre Heider
sci_get_current_time altogether. svn-id: r38845
2009-02-24Normalized guard #definesEugene Sandulenko
svn-id: r38842
2009-02-23SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cppMax Horn
svn-id: r38810
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ↵Max Horn
the only spot it is used svn-id: r38791
2009-02-21SCI: More cleanupMax Horn
svn-id: r38758
2009-02-21SCI: Changed typedef struct -> structMax Horn
svn-id: r38752
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
svn-id: r38746
2009-02-21use LE functions for getInt16/putInt16Willem Jan Palenstijn
svn-id: r38744
2009-02-21SCI: Changed decompressors to take advantage of ↵Max Horn
Common::ReadStream::readUint16LE; cleanup svn-id: r38733
2009-02-21SCI: Moved sci_dir_t and GTimeVal to tools.hMax Horn
svn-id: r38728
2009-02-21SCI: Tons of cleanupMax Horn
svn-id: r38721
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
svn-id: r38720