xash3d-fwgs icon indicating copy to clipboard operation
xash3d-fwgs copied to clipboard

New vgui support api

Open a1batross opened this issue 1 year ago • 4 comments

  • Drafts new vgui_support API and implements it.
  • Adds preliminary VGUI2 support by @kungfulon

a1batross avatar May 02 '23 05:05 a1batross

At least on Windows, you also need icudt.dll, or CEF errors out

Velaron avatar May 16 '23 07:05 Velaron

I need to stub chromehtml API, so we don't have this heavy dependency.

a1batross avatar May 16 '23 11:05 a1batross

just generate .so with same symbols as cef have. This fixes GS without chromehtml

mittorn avatar May 16 '23 15:05 mittorn

@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.

a1batross avatar May 16 '23 15:05 a1batross