gzdoom-gles/wadsrc/static/zscript/raven
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
..
artiegg.txt - renamed A_FireCustomMissile and added a deprecated compatibility wrapper to deal with the inverted pitch this function used. 2016-12-24 16:34:45 +01:00
artitele.txt - testing and cleanup of scripted morph code. 2019-04-15 21:56:20 +02:00
minotaur.txt - cleaned up use of the random function in script files. 2019-04-18 17:01:14 +02:00
ravenambient.txt - fixed: The Raven ambient sounds lost their looping flag when they were rewritten to use A_PlaySound instead of A_PlaySoundEx. 2016-11-30 19:08:58 +01:00
ravenartifacts.txt - converted the raven actors. 2016-10-17 00:21:52 +02:00
ravenhealth.txt - converted the raven actors. 2016-10-17 00:21:52 +02:00