Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
1541Filtered Results

Detail

2020.06.04.Log1818.txt

📄SVN 📅2020-06-04 💾413 B 0 Parsed entries FIX
📦 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.