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
/
vocabulary.h
Age
Commit message (
Expand
)
Author
2009-10-19
SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.c...
Max Horn
2009-09-30
- Moved the list of synonyms and parser nodes inside the vocabulary class
Filippos Karapetis
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-27
Stop loading opcodes from vocab.998. They are the same in all SCI games and a...
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
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-06-04
SCI: cleanup
Max Horn
2009-06-01
Split the kernel functions away from the vocabulary functions (WIP, saving/lo...
Filippos Karapetis
2009-05-31
SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...
Max Horn
2009-05-31
SCI: Fixed loading; added 'const' keywords to several Vocabulary methods
Max Horn
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-31
Further objectification of the SCI vocabulary functions. Removed the "kernel_...
Filippos Karapetis
2009-05-31
More objectification of the Vocabulary functions
Filippos Karapetis
2009-05-30
Started objectifying the vocabulary functions (WIP)
Filippos Karapetis
2009-05-30
Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...
Filippos Karapetis
2009-05-28
SCI: cleanup
Max Horn
2009-05-26
SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...
Max Horn
2009-05-26
SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup
Max Horn
2009-05-21
SCI: got rid of vocabulary_lookup_sname
Max Horn
2009-05-20
SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...
Max Horn
2009-05-18
Removed a leftover simple_said define
Filippos Karapetis
2009-05-18
SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis