Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New vgui support api #1346

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

New vgui support api #1346

wants to merge 6 commits into from

Conversation

a1batross
Copy link
Member

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

@Velaron
Copy link
Member

Velaron commented May 16, 2023

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

@a1batross
Copy link
Member Author

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

@mittorn
Copy link
Member

mittorn commented May 16, 2023

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

@a1batross
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants