aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/grammar.cpp
AgeCommit message (Expand)Author
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-03- Moved the engine state and the console to be private members of SciEngineFilippos Karapetis
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31Typo.Johannes Schickel
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...Filippos Karapetis
2009-05-30SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...Filippos Karapetis
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-04SCI: Reduce header interdepsMax Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-24SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...Filippos Karapetis
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-19formatingPaweł Kołodziejski
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-16SCI: cleanupMax Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15Fixed some warnings.Johannes Schickel
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I had...Max Horn
2009-02-15Silenced a ton of warnings, and disabled several unreferenced functions (dead...Filippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko