qzdoom-gpl/wadsrc/static/actors
Major Cooke b6b122b1e6 Added ability to change overlay alphas independently and renderstyles.
- A_OverlayRenderStyle(int layer, int style) - Sets the renderstyle of a layer to one of the STYLE_ types.
- A_OverlayAlpha(int layer, float alphaset) - Sets the alpha of a layer.
- OverlayAlpha(int layer) - Non-action function retrieves the alpha of a layer.

New overlay flags:

- PSPF_ALPHA/STYLE - enables individual alpha and render styles on the layers set with them.
- PSPF_FORCE(ALPHA/STYLE) - Forces the overlay's alpha to be rendered with its own amount instead of multiplying. This does not count towards fuzzy, transsouls, or stencil (use stenciladd, etc. for stencil).
- PSPF_FLIP - Flips the X of the layer over, drawing it in reverse.
2016-10-10 10:11:32 -05:00
..
chex - added pickup sprite for Chex Quest's Mini Zorcher (i.e. pistol replacement.) 2015-04-27 10:24:49 +02:00
doom - fixed beta Lost Soul's states. 2016-03-12 10:54:14 +01:00
heretic - fixed: TAG_BLASTERP was on the wrong actor. 2016-04-19 02:06:36 +02:00
hexen Normalize line endings 2016-03-01 09:47:10 -06:00
raven Normalize line endings 2016-03-01 09:47:10 -06:00
shared - gave Boom's point pusher and puller things the NOCLIP flag so that they won't get moved around by scrollers. 2016-10-05 16:27:12 +02:00
strife - replaced AActor::vel and player_t::Vel with a floating point version. 2016-03-20 00:54:18 +01:00
actor.txt Added ability to change overlay alphas independently and renderstyles. 2016-10-10 10:11:32 -05:00
constants.txt Added priority renderstyles, and added PSPF_FORCE(ALPHA / STYLE). 2016-10-02 21:19:56 -05:00