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-codegen.cpp
Age
Commit message (
Expand
)
Author
2020-01-10
DIRECTOR: Fix crash when built-in is being redefined
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Moved all built-ins to separate namespace
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Replace LC class with namespace
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class poll...
Eugene Sandulenko
2019-12-29
DIRECTOR: LINGO: Fix behaviour of global variables
Eugene Sandulenko
2019-12-29
DIRECTOR: LINGO: Print variable lists as an extra debug step
Eugene Sandulenko
2019-12-24
DIRECTOR: More work on reducing header dependency
Eugene Sandulenko
2019-12-24
DIRECTOR: Further simplification of include dependencies
Eugene Sandulenko
2019-12-23
DIRECTOR: Fix Signed vs. Unsigned Compiler Warnings
D G Turner
2019-12-23
DIRECTOR: LINGO: Add define() support for bytecode
Scott Percival
2019-12-20
DIRECTOR: LINGO: Fix matching local arguments while parsing
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Match local arguments during parsing
Eugene Sandulenko
2019-12-17
DIRECTOR: LINGO: Execute menu commands
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix one-leg if codegen
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed 'else' code generation for 'if' statements
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix code decompilation offsets
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Implemented passing 'me' as an object reference
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Fix debug output
Eugene Sandulenko
2019-12-02
DIRECTOR: Correct rebase mistake
Scott Percival
2019-12-02
DIRECTOR: Show code offsets for stack printouts in Lingo::execute
Scott Percival
2019-12-02
DIRECTOR: Replace code int/double parsing with inline function
Scott Percival
2019-12-01
DIRECTOR: LINGO: Fix define() code, we were adding too many instructions
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant test
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and defin...
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Improve debug output
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Made decodeInstruction() universal
Eugene Sandulenko
2019-11-29
DIRECTOR: LINGO: Add sanity checks to script execution
Eugene Sandulenko
2019-11-17
DIRECTOR: Adjust codeInt and codeArray to not include calls to c_intpush and ...
Scott Percival
2019-11-17
DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup table...
Scott Percival
2017-02-25
DIRECTOR: Move utility functions to util.cpp
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Clarified compile and exec debug level messages
Eugene Sandulenko
2017-02-23
DIRECTOR: Lingo: Fix stack underflow in argument assignment
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Fixed float constants processing
Eugene Sandulenko
2017-02-22
DIRECTOR: Lingo: Turned if() statement code into relative jumps
Eugene Sandulenko
2017-02-11
JANITORIAL: Formatting fixes
Eugene Sandulenko
2017-02-09
DIRECTOR: Lingo: Fix global symbol processing
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Documented D4 "Predefined methods and special messages" Lingo
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Fix macro definition
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Switched Symbol::name to Common::String
Eugene Sandulenko
2017-01-15
DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'
Eugene Sandulenko
2017-01-14
DIRECTOR: Lingo: More portable float reading
Eugene Sandulenko
2017-01-13
DIRECTOR: Lingo: Improved localvars cleanup
Eugene Sandulenko
2017-01-13
DIRECTOR: Lingo: Implemented grammar for arrays
Eugene Sandulenko
2017-01-12
DIRECTOR: Lingo: Fix another warning pointed by digitall
Eugene Sandulenko
2017-01-12
DIRECTOR: Hook Lingo events through. Tie in frame events.
stevenhoefel
2017-01-11
DIRECTOR: Lingo: Proper processing of me() in factories
Eugene Sandulenko
2017-01-11
DIRECTOR: Lingo: Fixed argument count for factory methods
Eugene Sandulenko
2017-01-11
DIRECTOR: Lingo: Improvements to me() handling in factories
Eugene Sandulenko
2017-01-11
DIRECTOR: Lingo: Add debug print out of immediate floats
Eugene Sandulenko
2016-09-05
DIRECTOR: Fix warnings
Eugene Sandulenko
[next]