-
Notifications
You must be signed in to change notification settings - Fork 5
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
Skill Set functionality and CFire Performance #3
base: master
Are you sure you want to change the base?
Conversation
FireSystem_ExtinguishInRadius seems to be unused, I think most of this logic can be removed, among other misc fire.cpp functions, FireSystem_AddHeatInRadius on the other hand is used in entity flame but is not necessary, this could be removed too, ignite logic is not used a lot in BB2, the M1A1 tank will in rare cases ignite some entities, but that's it, I guess some refactoring could be done in entity flame, but I suppose this stuff could be moved to a different pull request, as it has nothing to do with skill tree sets? |
I realize that the skill sets aren't implemented in the game yet (where the player can access them), but leaving the functionality would be ideal since it would be quicker to implement a VGUI if we have the backend work already finished.
The CFire optimizations include the removal of useless hull traces, drastically increasing server performance when entities are ignited.
I also updated the .gitignore with my preferences, so feel free to discard that change.