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
/
vocabulary.cpp
Age
Commit message (
Expand
)
Author
2009-05-30
Swapped the checks for suffixes and branches to first check for SCI1 resource...
Filippos Karapetis
2009-05-30
Fixed a silly typo in commit #40979. Suffixes should be loaded correctly again
Filippos Karapetis
2009-05-29
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...
Max Horn
2009-05-29
- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)
Filippos Karapetis
2009-05-28
SCI: Turned vocab_version into a static var, and added several FIXMEs related...
Max Horn
2009-05-27
Added a fix to get QFG3 working and changed an error to a warning to get EcoQ...
Filippos Karapetis
2009-05-26
SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...
Max Horn
2009-05-26
SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup
Max Horn
2009-05-18
SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis