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
/
kparse.cpp
Age
Commit message (
Expand
)
Author
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2015-05-03
SCI: Handle pronouns in parser
Willem Jan Palenstijn
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-08
SCI: Remove unused argument to said
Willem Jan Palenstijn
2011-02-27
SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY
md5
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-12-28
SCI: Fixed script bug #3038870 - "SCI Fanmade - Demo Quest: ScummVM hangs wit...
Filippos Karapetis
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: Allow multiple word groups in parser
Willem Jan Palenstijn
2010-09-02
SCI: Added a FIXME for bug #3038870, related to kParse()
Filippos Karapetis
2010-07-28
SCI: Fix compilation when DEBUG_PARSER is defined
Matthew Hoops
2010-07-21
SCI: Rewrite said spec handling.
Willem Jan Palenstijn
2010-07-19
SCI: implement foreign vocabulary support
Martin Kiewitz
2010-07-18
SCI: Fix warning
Willem Jan Palenstijn
2010-07-17
SCI: fix debugging code of parser, add 0xffe special group into debug support
Martin Kiewitz
2010-06-10
Fixed regression from commit #49564
Filippos Karapetis
2010-06-10
Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl...
Filippos Karapetis
2010-06-10
Removed the pointer to the game object from the EngineState class
Filippos Karapetis
2010-06-01
The parser vocabulary remains static throughout the game, thus it has been re...
Filippos Karapetis
2010-05-29
Mass renaming of selector-related functions, and removed some defines which w...
Filippos Karapetis
2010-05-26
SCI: Making various object and script related things const
Max Horn
2010-03-08
SCI: Make EngineState parameter to INV_SEL explicit
Max Horn
2010-02-05
SCI: Add a 'SELECTOR' macro
Max Horn
2010-01-30
SCI: Remove extra '\n's in debugC messages
Willem Jan Palenstijn
2010-01-29
SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...
Max Horn
2010-01-23
kSetSynonyms is really parser related, but it's an empty function in games wi...
Filippos Karapetis
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