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
/
sci.h
Age
Commit message (
Expand
)
Author
2009-03-07
The ScummVM debug console is now working (though only the "version" command i...
Filippos Karapetis
2009-03-01
SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...
Max Horn
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-27
SCI: Commited file handling revamp, work in progress
Max Horn
2009-02-22
Add resource version option to game detection table, for games version(s) wit...
Travis Howell
2009-02-22
- Made ResourceManager accessible from _vm
Filippos Karapetis
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
Implemented SciEngine::getDebugger()
Jordi Vilalta Prat
2009-02-20
Converted SCI saving to use saveFileMan. Instead of a savegame being
Willem Jan Palenstijn
2009-02-20
Changed some SCIkdebug() calls to debugC()
Filippos Karapetis
2009-02-20
Fixing compilation for me
Sven Hesse
2009-02-20
Some initial code for a debug console (still non-working)
Filippos Karapetis
2009-02-20
Started conversion of debug messages and debug levels to the ScummVM equivale...
Filippos Karapetis
2009-02-20
- Moved SciEngine code to sci.cpp
Jordi Vilalta Prat
2009-02-19
- Fix finding versions from exe's
Matthew Hoops
2009-02-18
Added methods to get information for the detected game version
Filippos Karapetis
2009-02-18
Moved game version checking to ScummVM's detector and removed the FreeSCI ver...
Filippos Karapetis
2009-02-17
Update headers. rest
Eugene Sandulenko
2009-02-16
Reimplemented reg_t_hashmap using Common::HashMap
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
- Move sci/scummvm/ contents to sci/
Eugene Sandulenko