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