Integrating up through commit 90f050496

This commit is contained in:
alexpete
2021-04-07 14:03:29 -07:00
parent 8f2ed080a9
commit c2cbd430fe
2694 changed files with 285622 additions and 176874 deletions
@@ -43,8 +43,6 @@ enum ObjectEvent
EVENT_PHYSICS_RESETSTATE,//!< Signals that physics state must be reseted on objects.
EVENT_PHYSICS_APPLYSTATE,//!< Signals that the stored physics state must be applied to objects.
EVENT_PRE_EXPORT, //!< Signals that the game is about to be exported, prepare any data if the object needs to
EVENT_FREE_GAME_DATA,//!< Object should free game data that its holding.
EVENT_CONFIG_SPEC_CHANGE, //!< Called when config spec changed.
EVENT_HIDE_HELPER, //!< Signals that happens when Helper mode switches to be hidden.