aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocabulary.cpp
AgeCommit message (Expand)Author
2010-01-23Separated the parser codeFilippos Karapetis
2009-10-19SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.c...Max Horn
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-22SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw...Max Horn
2009-09-17SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cppMax Horn
2009-09-17SCI: Removed dead codeMax Horn
2009-09-02Some renaming:Filippos Karapetis
2009-08-27Stop loading opcodes from vocab.998. They are the same in all SCI games and a...Filippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-06Added seChanged the warning displayed when a selector can't be mapped to a de...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.Walter van Niftrik
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-04SCI: Made some members of class Resource protected; some cleanupMax Horn
2009-06-04SCI: cleanupMax Horn
2009-06-03- Moved the engine state and the console to be private members of SciEngineFilippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-05-31SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...Max Horn
2009-05-31SCI: Fixed loading; added 'const' keywords to several Vocabulary methodsMax Horn
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
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