gzdoom-gles/wadsrc/static/zscript/doom
Christoph Oelckers 999894af25 - cleaned up use of the random function in script files.
Many uses of random() & value have been turned into random(0, value).
This is not only more efficient, it also ensures better random distribution because the parameter-less variant only returns values between 0 and 255.
2019-04-18 17:01:14 +02:00
..
arachnotron.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
archvile.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
bossbrain.txt - fixed: The BossCube must account for its target being gone. 2018-07-27 10:03:13 +02:00
bruiser.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
cacodemon.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
cyberdemon.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
deadthings.txt
demon.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
doomammo.txt
doomarmor.txt
doomartifacts.txt - Added 'canonical transparency' cvar r_canontrans - this simply turns off transparency for Doom objects that were marked as transparent sometime in ZDoom's development cycle 2017-06-04 12:30:35 +02:00
doomdecorations.txt
doomhealth.txt
doomimp.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
doomkeys.txt
doommisc.txt - Added 'canonical transparency' cvar r_canontrans - this simply turns off transparency for Doom objects that were marked as transparent sometime in ZDoom's development cycle 2017-06-04 12:30:35 +02:00
doomplayer.txt
doomweapons.txt - cleaned up use of the random function in script files. 2019-04-18 17:01:14 +02:00
fatso.txt fixed spelling (mostly comments) 2018-11-28 15:37:45 +01:00
keen.txt - added an inventory check to A_KeenDie so that it still works if a patch repurposes a pickup item that may end up in the player's inventory. 2018-02-27 10:40:43 +01:00
lostsoul.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
painelemental.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
possessed.txt - fixed typo with RNG name. 2018-11-08 00:18:08 +01:00
revenant.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
scriptedmarine.txt - cleaned up use of the random function in script files. 2019-04-18 17:01:14 +02:00
spidermaster.txt add tags for Doom and Heretic monsters 2018-06-28 10:45:09 +02:00
stealthmonsters.txt
weaponbfg.txt - cleaned up use of the random function in script files. 2019-04-18 17:01:14 +02:00
weaponchaingun.txt
weaponchainsaw.txt
weaponfist.txt - fixed: For melee attacks with a short attack range P_AimLineAttack must check for hits from above and below. 2018-06-03 20:00:20 +02:00
weaponpistol.txt
weaponplasma.txt - cleaned up use of the random function in script files. 2019-04-18 17:01:14 +02:00
weaponrlaunch.txt - fixed: forgot to assign +ZDOOMTRANS to rockets 2017-06-04 12:30:35 +02:00
weaponshotgun.txt
weaponssg.txt