aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/said.cpp
AgeCommit message (Collapse)Author
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-22Whitespace cleanupJordi Vilalta Prat
svn-id: r38783
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
svn-id: r38678
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-20Changed more messages to warnings/errorsFilippos Karapetis
svn-id: r38621
2009-02-20formatingPaweł Kołodziejski
svn-id: r38618
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: engine dir svn-id: r38317
2009-02-15Silenced another warning (disabled an empty switch statement)Filippos Karapetis
svn-id: r38308
2009-02-15retreive->retrieveWillem Jan Palenstijn
svn-id: r38296
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227