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
Age
Commit message (
Collapse
)
Author
2019-12-17
DIRECTOR: LINGO: Support menu items without commands
Eugene Sandulenko
2019-12-17
DIRECTOR: LINGO: Execute menu commands
Eugene Sandulenko
2019-12-16
DIRECTOR: LINGO: Compile menu handlers
Eugene Sandulenko
2019-12-16
DIRECTOR: LINGO: Generate code for menu actions
Eugene Sandulenko
2019-12-16
DIRECTOR: LINGO: Provide actionId for menus
Eugene Sandulenko
2019-12-16
GRAPHICS: MACGUI: Save background on menu activation
Eugene Sandulenko
2019-12-16
DIRECTOR: Fix Missing Default Switch Case in Lingo Flex Parser
D G Turner
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-16
DIRECTOR: Hid noisy warning
Eugene Sandulenko
2019-12-15
DIRECTOR: Clip drawing rects before rendering.
Eugene Sandulenko
2019-12-15
DIRECTOR: Improved debug output
Eugene Sandulenko
2019-12-14
GRAPHICS: MACGUI: Fixed text format parsing
Eugene Sandulenko
2019-12-14
DIRECTOR: Improved debug output
Eugene Sandulenko
2019-12-13
DIRECTOR: Implemented slow playback debug option
Eugene Sandulenko
2019-12-13
DIRECTOR: Changed notion of 'go to' commands to postponed
Eugene Sandulenko
Previously, we had immediate effect on _currentFrame, which could affect the scripts, and we were losing event for 'exitFrame'. Now, instead we're scheduling next frame in those cases.
2019-12-13
DIRECTOR: Fix label processing
Eugene Sandulenko
2019-12-13
DIRECTOR: Properly detect current label
Eugene Sandulenko
2019-12-13
DIRECTOR: Improved loading debug output
Eugene Sandulenko
2019-12-13
DIRECTOR: Correct sequence of events around frame drawing
Eugene Sandulenko
2019-12-13
DIRECTOR: Improved image debug output
Eugene Sandulenko
2019-12-13
DIRECTOR: LINGO: Fixed menus without newline at the end
Eugene Sandulenko
2019-12-13
DIRECTOR: LINGO: Fix warning
Eugene Sandulenko
2019-12-12
DIRECTOR: Fix Signed vs. Unsigned Comparison GCC Warning.
D G Turner
This is emitted from -Wsign-compare.
2019-12-11
DIRECTOR: Properly set CachedMacText
Eugene Sandulenko
2019-12-11
GRAPHICS: MACGUI: Implemented non-binary version of inline text formatting
Eugene Sandulenko
2019-12-11
DIRECTOR: Optimize screen copying for zoomBoxes
Eugene Sandulenko
2019-12-11
DIRECTOR: Added comments to screen update calls
Eugene Sandulenko
2019-12-11
DIRECTOR: Plug MacWindowManager in
Eugene Sandulenko
2019-12-11
DIRECTOR: LINGO: Pass menu to MacMenu in installMenu built-in
Eugene Sandulenko
2019-12-11
DIRECTOR: LINGO: Initial code for b_installMenu(). Parsing
Eugene Sandulenko
2019-12-11
DIRECTOR: Store original Stxt value
Eugene Sandulenko
2019-12-11
DIRECTOR: Escape Stxt debug output
Eugene Sandulenko
2019-12-11
DIRECTOR: LINGO: Added simpler mode for code preprocessor
Eugene Sandulenko
2019-12-11
DIRECTOR: Do not attempt to execute scripts containing menus
Eugene Sandulenko
2019-12-10
DIRECTOR: LINGO: Cleanup
Eugene Sandulenko
2019-12-10
DIRECTOR: Make text printable in debug output in CachedMacText
Eugene Sandulenko
2019-12-10
DIRECTOR: LINGO: Fix bounds check in b_zoomBox
Eugene Sandulenko
2019-12-10
DIRECTOR: Implement zoomBox rendering
Eugene Sandulenko
2019-12-10
DIRECTOR: Do precomputations for 'zoomBox' built-in
Eugene Sandulenko
2019-12-10
DIRECTOR: Use toPrintable() for debug text output
Eugene Sandulenko
2019-12-10
DIRECTOR: LINGO: Moved event-related debug messages to proper channel
Eugene Sandulenko
2019-12-10
DIRECTOR: LINGO: Specified precedence for '&&' operation
Eugene Sandulenko
2019-12-09
DIRECTOR: LINGO: Fix string to string conversion
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix multi-leg 'if' grammar
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix one-leg if codegen
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed operator precedence in grammar
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix 'if' code generation for simple statements
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix 'if' preprocessor for nested ifs
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed 'else' code generation for 'if' statements
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix 'repeatwhile' and 'if' grammars
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Improved compiled code for 'if' statements
Eugene Sandulenko
[next]