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.h
Age
Commit message (
Expand
)
Author
2019-12-02
DIRECTOR: Add readString and getString
Scott Percival
2019-12-02
DIRECTOR: Replace code int/double parsing with inline function
Scott Percival
2019-12-02
DIRECTOR: Add stubs for c_jump and c_jumpif
Scott Percival
2019-12-02
DIRECTOR: Add c_constpush
Scott Percival
2019-12-02
DIRECTOR: Add c_v4theentitypush and c_v4theentityassign
Scott Percival
2019-12-02
DIRECTOR: Add bytecode lookup table for TheEntity functions
Scott Percival
2019-12-01
DIRECTOR: LINGO: Fix compilation for multiple if conditions
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and defin...
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Made decodeInstruction() universal
Eugene Sandulenko
2019-11-26
DIRECTOR: LINGO: Strip comments and trailing whitespaces from the scripts
Eugene Sandulenko
2019-11-17
DIRECTOR: Fix formatting
Scott Percival
2019-11-17
DIRECTOR: Add loader for Lingo name section.
Scott Percival
2019-11-17
DIRECTOR: Fix code formatting.
Scott Percival
2019-11-17
DIRECTOR: Add ScriptContext struct to track all attributes of the current scr...
Scott Percival
2019-11-17
DIRECTOR: Fix script function model, rename c_nop to c_unk.
Scott Percival
2019-11-17
DIRECTOR: Flesh out bytecode interpreter
Scott Percival
2019-11-17
DIRECTOR: begin interpreter for Lingo V4 bytecode
Scott Percival
2019-11-17
DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup table...
Scott Percival
2017-09-30
COMMON: Introduce a shared hash function for pointer types
Bastien Bouclet
2017-09-30
BUILD: Define pointer sized integer types and remove SCUMM_64BITS
Bastien Bouclet
2017-07-05
DIRECTOR: Make 3-ary processEvent private
Tobia Tesan
2017-07-05
DIRECTOR: Add processSpriteEvent
Tobia Tesan
2017-07-05
DIRECTOR: Move executeImmediateScripts to lingo.cpp
Tobia Tesan
2017-07-05
DIRECTOR: Add runMovieScript
Tobia Tesan
2017-07-05
DIRECTOR: Add Lingo::PrimaryEventHandler
Tobia Tesan
2017-07-05
DIRECTOR: Add Lingo::_dontPassEvent
Tobia Tesan
2017-04-14
DIRECTOR: Lingo: Added stub for generic event handlers
Eugene Sandulenko
2017-03-08
DIRECTOR: Lingo: More debug output to call() method
Eugene Sandulenko
2017-02-25
DIRECTOR: Move utility functions to util.cpp
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Initial code for func_playdone()
Eugene Sandulenko
2017-02-24
DIRECTOR: Lingo: Initial code for func_play()
Eugene Sandulenko
2017-02-09
DIRECTOR: Lingo: Documented D4 "Variables" Lingo
Eugene Sandulenko
2017-02-09
DIRECTOR: Lingo: Documented D4 "Sound" Lingo
Eugene Sandulenko
2017-02-09
DIRECTOR: Lingo: Documented D4 "Rectangle and point coordinates" Lingo
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Documented D4 "Playing movies" Lingo
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Documented D4 "Parent scripts" Lingo
Eugene Sandulenko
2017-02-08
DIRECTOR: Lingo: Switched Symbol::name to Common::String
Eugene Sandulenko
2017-02-07
DIRECTOR: Fixed Lingo's 'go to movie' Red/Blue works
Eugene Sandulenko
2017-02-07
DIRECTOR: Lingo: Documented D4 "Movie in a window" Lingo
Eugene Sandulenko
2017-02-07
DIRECTOR: Lingo: Documented D4 "Logical operators and functions" Lingo
Eugene Sandulenko
2017-02-06
DIRECTOR: Lingo: Documented D4 "External to Director" Lingo
Eugene Sandulenko
2017-02-06
DIRECTOR: Lingo: Documented D4 "Events" Lingo
Eugene Sandulenko
2017-02-06
DIRECTOR: Lingo: Documented D4 "Event handlers and messages" Lingo
Eugene Sandulenko
2017-02-05
DIRECTOR: Lingo: Documented D4 "Code structures" Lingo
Eugene Sandulenko
2017-02-05
DIRECTOR: Lingo: Documented D4 "Cast window management" Lingo
Eugene Sandulenko
2017-02-05
DIRECTOR: Lingo: Renamed printStubWithArglist to printSTUBWithArglist
Eugene Sandulenko
2017-01-16
DIRECTOR: Implement function 'marker'.
stevenhoefel
2017-01-16
DIRECTOR: Lingo: Added stub for Lingo restarting
Eugene Sandulenko
2017-01-15
DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'
Eugene Sandulenko
2017-01-13
DIRECTOR: Lingo: Implemented grammar for arrays
Eugene Sandulenko
[next]