index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
grammar.cpp
Age
Commit message (
Expand
)
Author
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-07-03
- Pushed debugstate into debug.h
Filippos Karapetis
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-03
- Moved the engine state and the console to be private members of SciEngine
Filippos Karapetis
2009-05-31
Further objectification of the SCI vocabulary functions. Removed the "kernel_...
Filippos Karapetis
2009-05-31
Typo.
Johannes Schickel
2009-05-30
SCI: Made vocab_version static again (a global static var is bad, but a reall...
Max Horn
2009-05-30
Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...
Filippos Karapetis
2009-05-30
SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...
Filippos Karapetis
2009-05-26
Turned 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 /sci
Filippos Karapetis
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-04-24
SCI: Store parse_tree_branch_t in a Common::Arraay
Max Horn
2009-03-24
SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>
Max Horn
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-09
SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...
Max Horn
2009-03-04
SCI: Reduce header interdeps
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-24
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...
Filippos Karapetis
2009-02-21
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
Max Horn
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-19
formating
Paweł Kołodziejski
2009-02-17
Update headers. engine/
Eugene Sandulenko
2009-02-16
SCI: cleanup
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
Fixed some warnings.
Johannes Schickel
2009-02-15
Fixed lots of warnings and errors (on my system) by backporting a patch I had...
Max Horn
2009-02-15
Silenced a ton of warnings, and disabled several unreferenced functions (dead...
Filippos Karapetis
2009-02-15
- Remove some unneeded files
Eugene Sandulenko