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
/
director
/
lingo
/
lingo-gr.h
Age
Commit message (
Expand
)
Author
2020-01-01
DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class poll...
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Implement grammar for setting object fields
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Added new token, THEOBJECTFIELD, for 'the <entity> of <object>'
Eugene Sandulenko
2019-12-24
DIRECTOR: More work on reducing header dependency
Eugene Sandulenko
2019-12-23
DIRECTOR: LINGO: Simplified grammar for 'go' keyword
Eugene Sandulenko
2019-12-22
DIRECTOR: LINGO: Fix 'me' syntax. It is a function
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Added debugging lines for GLR parser
Eugene Sandulenko
2019-12-19
DIRECTOR: LINGO: Make 'method {identifier}' as a single token.
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed operator precedence in grammar
Eugene Sandulenko
2019-12-06
DIRECTOR: LINGO: Finally fix 'if' grammar with prepocessing
Eugene Sandulenko
2019-12-06
DIRECTOR: LINGO: Switch back to LALR(1) parser
Eugene Sandulenko
2019-12-05
DIRECTOR: LINGO: Switch to GLR parser. Improvements
Eugene Sandulenko
2019-12-03
DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line counting
Eugene Sandulenko
2019-12-04
DIRECTOR: LINGO: Implement c_argcpush
Scott Percival
2017-03-29
DIRECTOR: Lingo: Added tTHENNL token
Eugene Sandulenko
2017-03-07
DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clause
Eugene Sandulenko
2017-03-07
DIRECTOR: Lingo: Added definition for 'on' clauses without 'end'
Eugene Sandulenko
2017-02-12
DIRECTOR: Lingo: Implemented stub for REFERENCE built-ins
Eugene Sandulenko
2017-02-12
DIRECTOR: Lingo: Added grammar for assignment to references
Eugene Sandulenko
2017-02-10
DIRECTOR: Lingo: Fixed parsing built-ins with arglist
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Documented D4 "Parent scripts" Lingo
Eugene Sandulenko
2017-02-07
DIRECTOR: Lingo: Documented D4 "Movie in a window" Lingo
Eugene Sandulenko
2017-02-06
DIRECTOR: Lingo: Further work on improved built-in grammar
Eugene Sandulenko
2017-01-15
DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'
Eugene Sandulenko
2017-01-11
DIRECTOR: Lingo: Improvements to me() handling in factories
Eugene Sandulenko
2017-01-11
DIRECTOR: Lingo: Implemented 'duplicate cast' stub
Eugene Sandulenko
2017-01-10
DIRECTOR: Smarter checks for 'end' clause in grammar/lexer
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Added stubs for D3 Text-related syntax
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Implemented stub for char..of and char..to..of
Eugene Sandulenko
2017-01-10
DIRECTOR: Lingo: Implemented stubs for put..after and put..before
Eugene Sandulenko
2017-01-09
DIRECTOR: Lingo: Removed 'me' as lexer token
Eugene Sandulenko
2017-01-07
DIRECTOR: Lingo: Stubbed "sound*" built-ins
Eugene Sandulenko
2017-01-06
DIRECTOR: Lingo: Implement 'on' statement parsing
Eugene Sandulenko
2016-08-20
DIRECTOR: Lingo: Defined 'mod' operator and specified operator precedence
Eugene Sandulenko
2016-08-20
DIRECTOR: Lingo: Added stub for 'instance' keyword
Eugene Sandulenko
2016-08-12
DIRECTOR: Lingo: Implemented factory(mNew) method handling
Eugene Sandulenko
2016-08-10
DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-ins
Eugene Sandulenko
2016-08-07
DIRECTOR: Lingo: Added stub for playAccel and printFrom commands
Eugene Sandulenko
2016-08-07
DIRECTOR: Lingo: Added 'play' and 'play done' command stubs
Eugene Sandulenko
2016-08-06
DIRECTOR: Lingo. Added stubs for 'do' and 'open' commands
Eugene Sandulenko
2016-08-06
DIRECTOR: Lingo: Moved recently added functions to built-ins
Eugene Sandulenko
2016-08-05
DIRECTOR: Lingo: Added generic built-in procedures
Eugene Sandulenko
2016-08-05
DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added 'alert' and 'beep' function stubs
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Add prefix 'v' to all Symbol types.
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Fix WinCE compilation.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented ilk() function
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added basic support for points
Eugene Sandulenko
[next]