Gaslight v2.2.0 - #2294
Open
KenanMillet wants to merge 37 commits into
Open
Conversation
…mity-reveal, add dump-token debug
…f-magic dynamic marker
… staging warnings, ScriptKit html fixes
…size/offset tracking, remove dead token-based HUD code
…on tracking, textVOffset
…ard, delayed initial reflow), text rotation tracking
… destroy cascade, hudRegistry stateKey/defaults/ids abstraction
…on group pages to banner
…details in notes)
…delete, fix controlledby fallback
…emporary offset for extra space
…lot assignment, slot-snapped diamond
…rGlCompProp timing
…gex for [default] suffix, fix == to = in examples), remove evaluationContext
…tManager limitation)
… --default flags)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gaslight v2.2.0
Summary
Major update adding an interactive initiative HUD, ScriptKit integration with guided examples, and numerous quality-of-life improvements to the scripting engine and token management.
New Features
Initiative HUD
!gaslight init [sync|trim]command to sync after plugin-added initiativeScriptKit Integration
Token Management
!gaslight stage --default on|off— set character-level auto-stage!gaslight sync --default/desync --default— character-level sync configScripting Engine Fixes
gl_*compProp resolution now falls back from token gmnotes to character attribute[default]suffix in@(target.gl_field[0])syntax==to=in all example scripts (APILogic uses single=)registerGlCompPropnow runs on startup and handout changes (not just split)evaluationContext/scopesystemDependencies
Added: ScriptKit (required for help system and examples)
Existing: Anchor, Mirror, RollCapture (optional), ZeroFrame, SelectManager, APILogic, Fetch
Testing