gzdoom-gles/wadsrc/static/zscript/raven
Christoph Oelckers 0770c0022c - 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.
2018-12-21 12:40:05 +01: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. 2018-11-24 08:39:35 +01:00
minotaur.txt - cleaned up use of the random function in script files. 2018-12-21 12:40:05 +01: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