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
/
scicore
/
vocab_debug.cpp
Age
Commit message (
Expand
)
Author
2009-04-07
SCI: Do not skip last entry in kernel table for SCI1.
Walter van Niftrik
2009-04-07
SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.
Walter van Niftrik
2009-03-30
This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ...
Filippos Karapetis
2009-03-30
Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...
Filippos Karapetis
2009-03-25
Use the default kernel vocabulary names for SCI1 games, instead of reading th...
Filippos Karapetis
2009-03-01
Fix warnings.
Johannes Schickel
2009-03-01
Added default kernel functions table to be used if vocab.999 can't be loaded ...
Greg Frieger
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-23
SCI: Changed selector name table to a Common::StringList
Max Horn
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
revert large parts of r38621. error() is for fatal errors and does not return...
Willem Jan Palenstijn
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-20
Changed more messages to warnings/errors
Filippos Karapetis
2009-02-20
SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...
Max Horn
2009-02-17
Update headers. scicore/
Eugene Sandulenko
2009-02-16
Replace strcasecmp with scumm_stricmp.
Travis Howell
2009-02-16
SCI: cleanup
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
- Remove some unneeded files
Eugene Sandulenko