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.cpp
Age
Commit message (
Expand
)
Author
2009-02-20
SCI: Started rewriting file handling. Warning: This will likely introduce
Max Horn
2009-02-20
SCI: Removed unused allow_patches param/member
Max Horn
2009-02-20
SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...
Max Horn
2009-02-20
- Moved SciEngine code to sci.cpp
Jordi Vilalta Prat
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
SCI: Merged main_ into SciEngine::go()
Max Horn
2009-02-17
Update headers. rest
Eugene Sandulenko
2009-02-17
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...
Filippos Karapetis
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
don't allocate state_t gamestate on stack as it will be freed
Willem Jan Palenstijn
2009-02-15
- Move sci/scummvm/ contents to sci/
Eugene Sandulenko