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

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

Detail

2021.04.04.Log1893.txt

📄SVN 📅2021-04-04 💾606 B 0 Parsed entries BUILD FIX
📦 No SVN revisions parsed. Raw content is shown below.
Raw Content
commit 7225643e3646b3781bc8c1030310f6761dda67d7
Author: Jordon Moss <mossj32@gmail.com>
Date:   Sun Apr 4 16:30:27 2021 -0300

    Fix undefined behavior/potential OOB access in ST_21_FLOOR_DOOR. g_AnimateGoal does not take a sector number, it takes an animation index, and caps at 1024, not 4096.

commit 68a1148547ab886f2e96e22dce24a1c26bb01baf
Author: Jordon Moss <mossj32@gmail.com>
Date:   Sun Apr 4 16:25:09 2021 -0300

    Added seed_krand(int32_t* seed), a function for performing RNG that reads from and writes to a custom seed pointer.

See https://voidpoint.io/terminx/eduke32 for more details.