xash3d-fwgs
xash3d-fwgs copied to clipboard
New vgui support api
- Drafts new vgui_support API and implements it.
- Adds preliminary VGUI2 support by @kungfulon
At least on Windows, you also need icudt.dll, or CEF errors out
I need to stub chromehtml API, so we don't have this heavy dependency.
just generate .so with same symbols as cef have. This fixes GS without chromehtml
@mittorn mods should never load chromehtml.so, and in practice never do.
It's much easier to add chromehtml interface to vgui_support and return it in CreateInterface
.