qzdoom/wadsrc/static/zscript
2016-12-10 15:46:35 -05:00
..
chex
doom Merge https://github.com/rheit/zdoom 2016-12-10 15:46:35 -05:00
heretic - renamed internal MELEERANGE constant to deconflict with Actor's MeleeRange member. 2016-12-10 16:36:19 +01:00
hexen - renamed internal MELEERANGE constant to deconflict with Actor's MeleeRange member. 2016-12-10 16:36:19 +01:00
raven - make dynamic object casts a dedicated VM instruction instead of a builtin function. 2016-12-05 14:52:34 +01:00
shared - made dynamic light attenuation completely opt-in. This can be done either by setting a MAPINFO option for lights that do not automatically specify it and with a light property. The light property will always take precedence, if set. 2016-12-07 23:17:18 +01:00
strife - removed redundant DoDropItem function. A_DropItem already exists and can be used instead. 2016-12-02 11:42:33 +01:00
actor.txt - added a virtual CanCollideWith script method that can be overridden to do class specific collision checks. 2016-12-04 10:13:36 +01:00
actor_checks.txt - renamed all instances of 'float' parameters to 'double', so that the Float32 type can be made usable for structs. 2016-11-21 13:04:27 +01:00
base.txt - added a larger batch of function exports. 2016-11-30 01:25:51 +01:00
constants.txt - renamed internal MELEERANGE constant to deconflict with Actor's MeleeRange member. 2016-12-10 16:36:19 +01:00