vkdoom_m/src/scripting
Marisa the Magician b85add01c7 Additional lock-related ZScript functions.
* Key.ValidLock: returns whether a lock number is valid (can be unlocked) or belongs to a "does not work" door.
* Key.GetMapColorForLock: returns the automap color for a lock number (or -1 if the lock isn't valid).
* Key.GetMapColorForKey: likewise, but for a specific key.
2022-12-23 17:47:31 +01:00
..
backend - removed most templates.h includes. 2021-10-30 10:49:12 +02:00
decorate - removed the string constructors from FSoundID. 2022-11-24 23:52:52 +01:00
zscript - Backend update from Raze. 2022-12-18 16:19:18 +01:00
thingdef.cpp If the system uses very high memory addresses this error will be hit 2022-07-10 22:26:57 +02:00
thingdef.h - removed the unused palette parameter from the V_GetColor family of functions. 2021-08-14 09:57:23 +02:00
thingdef_data.cpp Structified A_SpawnParticle/Ex 2022-12-03 23:54:52 +01:00
thingdef_properties.cpp - did some cleanup on p_mobj.cpp 2022-11-05 12:00:43 +01:00
vmiterators.cpp - added PARAM_NULLCHECK to the block iterator creation functions. 2022-11-05 09:16:55 +01:00
vmthunks.cpp - Backend update from Raze. 2022-12-18 16:19:18 +01:00
vmthunks_actors.cpp Additional lock-related ZScript functions. 2022-12-23 17:47:31 +01:00