VFX System & UI Docking Improvements - #109
Open
HollowHorizon wants to merge 25 commits into
Open
HollowHorizon wants to merge 25 commits into
HollowHorizon wants to merge 25 commits into
Conversation
This change adds split side-panel docking, draggable stripe/window reordering, preview overlays, and a refreshed IDE status bar. It also moves the bottom tool window to a Problems-focused console page, adds hover-aware scrollbar styling, supports dashed borders, and updates editor/tree/scroll visuals with the new font and line-height behavior. The patch includes related test coverage for docking, tree guide layout, border dash rendering, and scrollbar hover/resize behavior.
Introduce a full VFX subsystem: new runtime model (VfxInstance, VfxNodeRuntime, node behaviors), render pipeline (quad/mesh/ribbon renderers, post-processing, scene copies), preview/editor integration, shader declarations and core shader assets, model-surface sampling, and UI inspectors/editors for VFX. Replace string-based animatable IDs with typed VfxProperty and update timeline/driven systems accordingly. Add resource reload hooks, Iris integration points, many example .vfx files and localization updates, and update tests to validate format/compilation. This change improves flexibility, shader support, and batching for particle/model/ribbon effects.
Large refactor and feature work across the IDE, VFX system and gizmo code. Highlights: - Make gizmo projection/manipulation instance-based (GizmoProjector, GizmoGeometry, GizmoManipulator) and add GizmoRenderer. - Add VfxTransformGizmo for preview-panel transforms and VfxMaterialPreview component. - Introduce VfxParticleLook (per-renderer particle look buffer) and adapt VfxEmitter/VfxParticles/renderers to use look channels. - Move asset picker/asset-path field and diagnostics into inspector; add AssetPickerDialog and UI host wiring. - Timeline and inspector UI polish: new icons, styles, controls (jump-to-key, frame-fit, toolbar improvements). - Add VFX scene tree, node move/duplicate logic and tests; multiple VFX format/data files updated.
This change introduces a shared ExpressionEditing helper for animator and VFX expression fields, unifying token highlighting, completions, and diagnostics under one API. It also replaces hardcoded IDE menu/file icons with a centralized IconHelper-based mapping and adds the new action/file SVG assets used across the project tree and context menu. The notification stack style was updated to match the IDE's monospace look.
Add English and Russian VFX docs, expand IDE and project-export guides for the new workspace and console workflow, and refresh related screenshots. This also documents HSS imports/variables and the updated project export/import flow.
Adds sub-emitter support and a glow/soft-edge rendering pipeline. Key points: - Sub-emission API: VfxSubEmission, VfxParticleEvent, VfxSubEmitters runtime classes and VfxSubEvents; emitter can spawn from parent particle events and carry parent_random into children. - VfxEmitter updated to handle sub-emitter inputs, event queuing, spawning, and particle firing; tests added (VfxSubEmitterTest). - UI: editor fields for sub-emission, icon, and tooltips; language entries added. - Materials/shaders: per-material softness and glow fields; engine shaders/uniforms extended; include hollowengine_vfx.glsl for soft-edge calculation. - Glow pass: VfxGlow implements bloom-like pass (down/upsample shaders); renderers updated to draw glow pass and respect GlowPass uniform. - Misc: refactors (VfxEmitterShape, VfxScreenQuad), resource additions (example vfx, shader files, icons).
Introduce a new MCP addon (addons/mcp) providing an embedded MCP server, agent tools (scripts, docs, screenshots, commands), client helpers and tests. Add symbol search and symbol source support to the scripting analyzer (new SymbolSearch.kt, tests) and expose search/symbolSource APIs. Implement snippet compilation/execution refactor (SnippetRunner, ServerConsoleScript) and ConsoleScripts.evaluate. Add frame/render hooks (LevelRendered event, RuntimeBridge, mixin) and FrameCapture + HollowWaitScreen for screenshots. Fix diagnostics line/column conversion and config file-watcher registrations. Move model info command logic to ModelInfo and add related command/localization updates.
HollowHorizon
marked this pull request as ready for review
September 27, 2026 10:56
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.
No description provided.