gzdoom-gles/wadsrc/static/zscript/shared
2019-04-27 13:45:12 +02:00
..
blood.txt
botstuff.txt
bridge.txt fixed spelling (mostly comments) 2018-11-28 15:37:45 +01:00
camera.txt - fixed pitch calculation for camera actors. For compatibility with Hexen format they need to treat the pitch arg as a signed byte. 2017-04-15 00:48:22 +02:00
debris.txt
decal.txt - exported ADecal to ZScript as a non-native class. 2019-04-15 16:09:05 +02:00
dog.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
dynlights.txt - rewrote dynamic lights to not use actors for the internal representation and made DynamicLight a purely scripted class. 2019-04-26 00:19:03 +02:00
fastprojectile.txt - fixed everlasting fast projectile after hitting ceiling 2019-04-25 13:04:25 +02:00
fountain.txt
hatetarget.txt
ice.txt - cleaned up use of the random function in script files. 2019-04-18 17:01:14 +02:00
itemeffects.txt
mapmarker.txt
morph.txt - declared Actor's Morph() and UnMorph() functions virtual 2019-04-18 19:55:26 +02:00
movingcamera.txt - use map time, not hub time for map actions. 2019-04-27 13:18:08 +02:00
player.txt - fixed: The CheckEnvironmant call in PlayerThink can already invalidate the PlayerPawn so even the calls to CheckUndoMorph and CheckUse need to get the pawn through the PlayerInfo. 2019-04-27 13:45:12 +02:00
player_cheat.txt - Since GetParentAmmo is now virtual, BackpackItem and the "give ammo" cheat should call GetParentAmmo to determine base ammo classes. 2019-04-25 13:10:41 +02:00
player_inventory.txt - removed all remaining native parts of APlayerPawn. 2019-04-26 01:20:02 +02:00
randomspawner.txt Move RandomSpawner's random selection logic into a virtual method. 2018-07-09 20:51:06 +02:00
secrettrigger.txt Fixed VM abort with null activator for SecretTrigger object 2017-08-19 11:19:29 +03:00
sectoraction.txt Destructible geometry - minor fixes and 3D floor support 2018-11-07 11:00:05 +01:00
setcolor.txt
sharedmisc.txt
skies.txt
soundenvironment.txt
soundsequence.txt - scriptified the declaration of AmbientSound 2019-04-25 17:34:37 +02:00
spark.txt
specialspot.txt - scriptified ASpecialSpot. 2019-04-17 14:32:10 +02:00
splashes.txt
teleport.txt - fixed: missed the teleport fog 2017-06-04 12:30:35 +02:00
waterzone.txt