aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocabulary.h
AgeCommit message (Expand)Author
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...Filippos Karapetis
2009-05-28SCI: cleanupMax Horn
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-21SCI: got rid of vocabulary_lookup_snameMax Horn
2009-05-20SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...Max Horn
2009-05-18Removed a leftover simple_said defineFilippos Karapetis
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