aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/said.y
AgeCommit message (Expand)Author
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-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
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-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max 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-24fix typo in parse ruleWillem Jan Palenstijn
2009-02-22Whitespace cleanupJordi 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-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-18restore removed filesEugene Sandulenko
2009-02-18Adding the files properly. Part1Eugene Sandulenko
2009-02-18Reverting commits which moved cfsml.pl and said.y, part 2Filippos Karapetis
2009-02-18Removed files which are not part of the SCI engine (will be moved to /tools, ...Filippos Karapetis
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat