Detail
2020.06.04.Log1818.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
commit 067206e0a236075b162f0302aa094304481fc330
Author: Dino Bollinger <dino.bollinger@gmail.com>
Date: Thu Jun 4 09:32:34 2020 +0200
Prevent tripbombs from being placed at extreme distances.
Technically, an overflow is still possible, but with unsigned integers
it is highly unlikely to satisfy (sum_squares < 290*290) in practice.
See https://voidpoint.io/terminx/eduke32 for more details.