-
Notifications
You must be signed in to change notification settings - Fork 31
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
FGD Features #112
Comments
also keep classes in alphabetical order within the groups, and don't crash on invalid FGD methods.
@wootguy i didn't want to open a new issue for this but instead add suggestion label or so. Would be cool as addition as well to show a BOX traced on these limits from within the 0,0,0 to the limits this variable is defined to. i'd recommend it to be a simple box drawn by lines on all the corners, Not covering the whole faces of it, and if posible, warn the user if part of the map is outside this zone |
BSPGuy does show repeated BaseClasses when they're defined on only one Class type. For example a entity that is both Point and Solid class will share their values and BaseClass. it will show both Solid and Point entity with the info of the last entity readed on the FGD Example:
In this case both point and solid entity will have the keyvalues from the class |
BSPGuy crash upong using the @include method
The text was updated successfully, but these errors were encountered: