All Games|libdoomsday: Notify about player weapon changes
Added Values that specify a text identifier for each player weapon.
Expanded `G_Ticker` to perform "post-tick" for each player. This allows doing things like status cvar updates after the tick.
Using the `Plug_Notify` mechanism, games will now inform the engine during post-tick when a player's current weapon changes. The notification includes the text identifier from Values.
This identifier can then be used to look for relevant assets (for psprite 3D models).
All Games|libdoomsday: Notify about player weapon changes
Added Values that specify a text identifier for each player weapon.
Expanded `G_Ticker` to perform "post-tick" for each player. This
allows doing things like status cvar updates after the tick.
Using the `Plug_Notify` mechanism, games will now inform the engine
during post-tick when a player's current weapon changes. The
notification includes the text identifier from Values.
This identifier can then be used to look for relevant assets (for
psprite 3D models).