aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/said.cpp
AgeCommit message (Expand)Author
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-11Changed an incorrect warning back to scidprintf - the relevant message is for...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-05-31SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...Max Horn
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-11SCI: Hacked stuff up so that debugger commands also print on the GUI consoleMax Horn
2009-04-18Disable MSVC warning in autogenerated codeWillem Jan Palenstijn
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
2009-04-06SCI: Made said_parse_spec static, regenerated said.cpp from said.yMax Horn
2009-03-14Removed two empty switch statements to silence an MSVC warningFilippos Karapetis
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-04SCI: cleanupMax Horn
2009-03-01Partial revert of "Fix handling of parentheses in said specs" (20080705)Willem Jan Palenstijn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-24state_t to EngineStateWillem Jan Palenstijn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Regenerated said.cpp from said.yMax Horn
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20formatingPaweł Kołodziejski
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15Silenced another warning (disabled an empty switch statement)Filippos Karapetis
2009-02-15retreive->retrieveWillem Jan Palenstijn
2009-02-15- Remove some unneeded filesEugene Sandulenko