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
/
parser
/
vocabulary.h
Age
Commit message (
Expand
)
Author
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2016-03-01
SCI: Use uint32 instead of unsigned int
Filippos Karapetis
2015-05-03
SCI: Handle pronouns in parser
Willem Jan Palenstijn
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-08
SCI: Remove unused argument to said
Willem Jan Palenstijn
2010-12-26
SCI: Silence a gcc warning
Matthew Hoops
2010-12-24
SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...
Filippos Karapetis
2010-12-07
SCI: Removed the system strings code and replaced it with a much more simplif...
Filippos Karapetis
2010-11-02
SCI: Remove any use of printf
Max Horn
2010-10-03
SCI: Support alternative inputs from vocab 913
Willem Jan Palenstijn
2010-10-03
SCI: Allow multiple word groups in parser
Willem Jan Palenstijn
2010-07-28
SCI: Fix using the parser in SCI Fan Games
Matthew Hoops
2010-07-24
SCI: added said spec dump ability to logkernel
Martin Kiewitz
2010-07-21
SCI: Rewrite said spec handling.
Willem Jan Palenstijn
2010-07-19
SCI: fix regression of r51027
Martin Kiewitz
2010-07-19
SCI: parser now matches extended chars too
Martin Kiewitz
2010-07-19
SCI: implement foreign vocabulary support
Martin Kiewitz
2010-07-17
SCI: fix debugging code of parser, add 0xffe special group into debug support
Martin Kiewitz
2010-02-13
SCI: Remove unused PARSE_HEAP_SIZE
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
- Moved all of the parser-related variables inside the Vocabulary class
Filippos Karapetis
2010-01-23
Separated the parser code
Filippos Karapetis