You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entities dynamic_prop, physics_prop, and static_prop should all be deprecated. These entities only lead to mapper and programmer confusion, with mappers not knowing if there is a difference and programmers not realizing the *_prop entities exist. We’re stuck supporting these on the engine for compatibility, but we can deprecate them in Hammer. We should either outright delete their entries or extend FGD to add some type of deprecated tag. Making a deprecated tag could be useful for some of the other legacy entities as well.
These already are depreciated in the sense that the current system allows, only being compiled in when you want specifically all the engine entities. These aren't in the resulting user FGD
The entities
dynamic_prop
,physics_prop
, andstatic_prop
should all be deprecated. These entities only lead to mapper and programmer confusion, with mappers not knowing if there is a difference and programmers not realizing the*_prop
entities exist. We’re stuck supporting these on the engine for compatibility, but we can deprecate them in Hammer. We should either outright delete their entries or extend FGD to add some type of deprecated tag. Making a deprecated tag could be useful for some of the other legacy entities as well.https://github.com/StrataSource/FGD/blob/master/fgd/engine/dynamic_prop.fgd
https://github.com/StrataSource/FGD/blob/master/fgd/engine/physics_prop.fgd
https://github.com/StrataSource/FGD/blob/master/fgd/engine/static_prop.fgd
The text was updated successfully, but these errors were encountered: