aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocabulary.cpp
AgeCommit message (Expand)Author
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30Reverted the vocab loading function to be like it was before commit #40979 (b...Filippos Karapetis
2009-05-30Swapped the checks for suffixes and branches to first check for SCI1 resource...Filippos Karapetis
2009-05-30Fixed a silly typo in commit #40979. Suffixes should be loaded correctly againFilippos Karapetis
2009-05-29SCI: 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-28SCI: Turned vocab_version into a static var, and added several FIXMEs related...Max Horn
2009-05-27Added a fix to get QFG3 working and changed an error to a warning to get EcoQ...Filippos Karapetis
2009-05-26SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...Max Horn
2009-05-26SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanupMax Horn
2009-05-18SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted codeMax Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis