aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/said.y
AgeCommit message (Collapse)Author
2010-01-23Separated the parser codeFilippos Karapetis
svn-id: r47480
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
- Added a convenience member inside the EngineState struct to access the instance of the Vocabulary class svn-id: r44481
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're ↵Filippos Karapetis
static data, which never changes during a game) svn-id: r42398
2009-07-11Changed an incorrect warning back to scidprintf - the relevant message is ↵Filippos Karapetis
for testing only svn-id: r42394
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
svn-id: r42167
2009-05-31Further objectification of the SCI vocabulary functions. Removed the ↵Filippos Karapetis
"kernel_words" console command, as it's exactly the same as "parser_words" svn-id: r41065
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
svn-id: r40514
2009-05-11SCI: Hacked stuff up so that debugger commands also print on the GUI consoleMax Horn
svn-id: r40460
2009-04-18Disable MSVC warning in autogenerated codeWillem Jan Palenstijn
svn-id: r40005
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
svn-id: r39996
2009-04-06SCI: Made said_parse_spec static, regenerated said.cpp from said.yMax Horn
svn-id: r39870
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
svn-id: r39669
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ↵Max Horn
the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) svn-id: r39352
2009-03-04SCI: cleanupMax Horn
svn-id: r39106
2009-03-01Partial revert of "Fix handling of parentheses in said specs" (20080705)Willem Jan Palenstijn
This fixes, among other things, "get up" followed by "get shirt" at the start of Iceman. svn-id: r39060
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp ↵Max Horn
file with the EngineState constructor svn-id: r38921
2009-02-24state_t to EngineStateWillem Jan Palenstijn
svn-id: r38847
2009-02-24fix typo in parse ruleWillem Jan Palenstijn
svn-id: r38846
2009-02-22Whitespace cleanupJordi Vilalta Prat
svn-id: r38783
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
svn-id: r38676
2009-02-21SCI: Regenerated said.cpp from said.yMax Horn
svn-id: r38659
2009-02-21SCI: Fixed more warningsMax Horn
svn-id: r38656
2009-02-20formatingPaweł Kołodziejski
svn-id: r38618
2009-02-20formatingPaweł Kołodziejski
svn-id: r38616
2009-02-18restore removed filesEugene Sandulenko
svn-id: r38485
2009-02-18Adding the files properly. Part1Eugene Sandulenko
svn-id: r38483
2009-02-18Reverting commits which moved cfsml.pl and said.y, part 2Filippos Karapetis
Hopefully, compilation should be fixed again svn-id: r38479
2009-02-18Removed files which are not part of the SCI engine (will be moved to /tools, ↵Filippos Karapetis
together with the others) svn-id: r38468
2009-02-17Update headers. engine/Eugene Sandulenko
svn-id: r38408
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
svn-id: r38201
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵Jordi Vilalta Prat
compile yet) svn-id: r38192