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.cpp
Age
Commit message (
Expand
)
Author
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-13
Simplified and re-enabled the debug code that shows pixmaps on screen and mov...
Filippos Karapetis
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-02-24
SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp
Max Horn
2009-02-24
remove code related __GNU__XX defines
Paweł Kołodziejski
2009-02-24
not needed this includes anymore
Paweł Kołodziejski
2009-02-24
substitute all time related functions, removing sci_gettime sci_get_current_t...
Andre Heider
2009-02-24
Fix some warnings.
Johannes Schickel
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
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-22
Fixed compilation under Windows
Filippos Karapetis
2009-02-21
SCI: More cleanup
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