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-code.cpp
Age
Commit message (
Collapse
)
Author
2016-08-03
DIRECTOR: Lingo: Implemented ilk() function
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added basic support for points
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'intersects' operator parsing and added 'within' operator
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial stub for 'intersects' operator
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement setting the entity fields
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement getting the entity fields
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Process simple 'the' entities
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Nicer error recovery during execution
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: FLOAT actually has to have double precision. Switching.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added more 'the' entities. Implemented the floatPrecision ↵
Eugene Sandulenko
entity
2016-08-03
DIRECTOR: Lingo: Implement 'contains' and 'starts' string operators
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Made & and && work with any type
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fixed <> operator, added logical operations and &&
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Aligned Datum and Symbol union member names
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fixed c_eval and made correctly processing different types
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented '&' string operator
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Support string Datum printing
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added string constants as expressions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'else if' statement execution
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Process D3-style cast references
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'exit' command
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added float constants and automatic type conversion
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make global/local vars work
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Store and restore local variables in scope.
Eugene Sandulenko
2016-08-03
DIRECTOR: Fix code style violation
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var ↵
Eugene Sandulenko
implementation
2016-08-03
DIRECTOR: Lingo: Actually let VOID vars to pass.
Eugene Sandulenko
2016-08-03
DIRECTOR: Execute goto scripts
Dmitry Iskrich
2016-08-03
DIRECTOR: Lingo: Add type to stack
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Split out the code gen functions into a separate file.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix handler calling
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial implementation of c_procret()
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for c_call()
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Issue warning on handler redefinition
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement calling user-defined functions without parameters
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Refactoring for ID-related code generation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for function call grammar
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Removed redundant endianness specification in READ/WRITE
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarity
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Made the unassigned variable match the original
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial implementation of the handler define() method
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added named parameter assignment for macros
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix parsing multiple macros
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial grammar for 'macro' keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'repeat with down' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'repeat with' control keyword implementation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Further work on the 'repeat with' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'repeat with' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'repeat while' control keyword
Eugene Sandulenko
[prev]
[next]