gzdoom/wadsrc/static/zscript/shared
Christoph Oelckers 4c5794b6d5 - made GetObituary non-constant.
This gets only called from within the play code and making it const would block potential use cases that involve changing some internal variables like counters.
2017-03-04 12:11:56 +01:00
..
blood.txt
botstuff.txt
bridge.txt
camera.txt
debris.txt
decal.txt
dog.txt
dynlights.txt
fastprojectile.txt - fixed: Since the FastProjectile does not perform a velocity underflow check it must use an approximate comparison when deciding whether to call the Effect method. 2017-02-07 00:39:46 +01:00
fountain.txt
hatetarget.txt
ice.txt
itemeffects.txt
mapmarker.txt
morph.txt
movingcamera.txt - fixed: The special called by the InterpolationSpecial actor must have no activator. 2017-02-15 22:49:13 +01:00
player.txt - made GetObituary non-constant. 2017-03-04 12:11:56 +01:00
player_cheat.txt - added parameter to PLayerPawn::GetMaxHealth to return the real maximum health, including stamina upgrades. 2017-03-01 00:04:17 +01:00
randomspawner.txt
secrettrigger.txt
sectoraction.txt
setcolor.txt
sharedmisc.txt Apparently 'name = something' gets parsed as a Type. Fixed CustomSprite actor again. 2017-01-21 10:32:26 +01:00
skies.txt
soundenvironment.txt
soundsequence.txt
spark.txt
specialspot.txt
splashes.txt
teleport.txt
waterzone.txt