Commits on Source (5)
-
alexey.lysiuk authored
Random number generator now returns zero for range [0, 0)
-
alexey.lysiuk authored
Unknown p-code in compiled script may lead to a crash if the current module was changed during script execution, e.g. by function call See http://forum.zdoom.org/viewtopic.php?f=2&t=48524
-
Christoph Oelckers authored
- there seem to be ACS compilers which let 'delay' pass inside a function. Since this is an unsupported feature which brings the ACS VM into an unstable state it has to be handled with a hard abort to avoid crashes.
-
Adam Kaminski authored
Fixed ACS scripts executing a function from another library that cause a division/modulus of zero from aborting the game.
-
Trillster authored