vkdoom_m/src/scripting
Rachael Alexanderson 3caa6247be - add flag +BILLBOARDFACECAMERA - renders actor billboard to always face the camera
tested with this code snippet:
```
class ZombieManFaceCamera : Zombieman replaces Zombieman
{
	default
	{
		+BILLBOARDFACECAMERA;
	}
}
```
2023-12-08 10:12:58 -05:00
..
backend - rename ZSprites to VisualThinkers 2023-11-22 12:11:57 -05:00
decorate add foreach k,v loop for maps 2023-11-20 22:11:05 -05:00
zscript Add function pointer Properties 2023-10-11 19:12:48 +02:00
thingdef.cpp - return a std::string from GetFileFullPath 2023-08-22 22:18:54 +02:00
thingdef.h backend update from Raze. 2023-10-09 18:45:30 +02:00
thingdef_data.cpp - add flag +BILLBOARDFACECAMERA - renders actor billboard to always face the camera 2023-12-08 10:12:58 -05:00
thingdef_properties.cpp use FTranslationID in all places where strict type checking is needed. 2023-11-09 23:04:10 +01:00
vmiterators.cpp - added PARAM_NULLCHECK to the block iterator creation functions. 2022-11-05 09:16:55 +01:00
vmthunks.cpp added per-sector sky UDMF properties. 2023-10-29 17:49:59 +01:00
vmthunks_actors.cpp Localized fix to its own field 2023-08-02 00:41:39 -04:00