Port Manikineko viewer features back to stock Firestorm - #286
Open
bloomsirenix wants to merge 1 commit into
Open
bloomsirenix wants to merge 1 commit into
bloomsirenix wants to merge 1 commit into
Conversation
Functional changes extracted from manikinekogrid-fs HEAD: - MKO DLL plugin protocol: mkopluginmanager, mko_plugin_api.h (ABI v7), LLMessageSystem dispatch interceptor, LLShaderMgr shader-source override hook, per-plugin settings UI (llpanelpluginsettings + "Shaders & Plugins" tab), MkoViewerInfo / MkoServerShaderPolicy broadcasts, /rtx chat command. - Optional Lua plugin add-on (libmkolua) + mko_plugins/ scripts and RTX shader packs. - RenderBackend / RenderUseRTX settings. - Bug fixes: gesture deactivate base_item_id; followcam stale-state cleanup; persistent notification newest-first; script search floater not minimizable; llinitparam IsSortable SFINAE fix; PerMonitorV2 DPI awareness; CMake VIEWER_CHANNEL quoting; -DOPENSIM:BOOL=ON in autobuild configure. Grid-specific and rebranding changes were deliberately excluded. Generated with Devin (https://devin.ai)
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.
Summary
This PR ports the viewer-side plugin support and related fixes from the https://github.com/manikineko/manikinekogrid-fs fork back to stock Phoenix Firestorm. The patch was generated by diffing the fork against its upstream Firestorm base and then stripping all grid-specific and rebranding changes.
What was included
mkopluginmanager,mko_plugin_api.hABI v7), LLMessageSystem dispatch interceptor, and LLShaderMgr shader-source override hook.llpanelpluginsettings) exposed in Preferences > Graphics > "Shaders & Plugins".MkoViewerInfo/MkoServerShaderPolicybroadcasts and the/rtxchat command.libmkolua) plusmko_plugins/scripts and RTX shader packs.RenderBackend/RenderUseRTXsettings.base_item_id, followcam stale-state cleanup on unseated avatar, persistent notification newest-first storage, script search floater non-minimizable,llinitparamIsSortableSFINAE fix for newer compilers, PerMonitorV2 DPI awareness, CMakeVIEWER_CHANNELquoting, and-DOPENSIM:BOOL=ONin autobuild configure.What was deliberately excluded
DefaultGrid,manikineko://URL scheme.Build verification
https://github.com/bloomsirenix/phoenix-firestorm-test.git.firestorm-mko-features.patchcleanly withgit apply../build.sh(ReleaseOS, x86_64, OpenSim, no KDU/FMOD) on Ubuntu 24.04 / Linux 6.14.0-37. The build completed all 1359 compile steps and produced a packaged viewer inbuild-linux-x86_64/newview/packaged/.Notes
VIEWER_CHANNEL=Firestormso the resulting package is branded as stock Firestorm.mko_plugin_api.hABI v7; proprietary plugins (mko_rtx,mko_vulkan,mko_anticheat) are not bundled here and are loaded dynamically by the grid that distributes them.Generated with Devin