-
Notifications
You must be signed in to change notification settings - Fork 334
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
Holo net improvements #3210
base: master
Are you sure you want to change the base?
Holo net improvements #3210
Conversation
Do we really need our own copy of |
Would work too sure |
Maybe you could also make #3164 part of this PR? The issue with that PR was that the entity limit could increase, but now it’s no longer a concern. |
Yeah i was considering doing that, i was thinking of doing it in a follow up pr with possibly more of them but it'll fit in this pr fine |
Improves networking of various holo* functions, also adds
MAX_EDICT_BITS
to standardize ent index networking which uses the new MAX_EDICT_BITS global enum in gmod which isn't in basegame yet but will be with the next update, thus the fallback.