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

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

Detail

2019.07.23.Log1607.txt

📄SVN 📅2019-07-23 💾3,1 KB 13 Parsed entries BUILD FIX

Revision r7830

Allow reading vec3_whatever_t as vec2 directly

It's a union in a struct in a union in a struct. Oh god, what have I done.

Revision r7829

Additional clipmove() reworks

This fixes a LOT of clipping errors but needs thorough testing.

Revision r7828

Switch a few iterators in clipmove() from int to native_t

Revision r7827

clipmove() patch from Nuke.YKT:

"In some edge cases posx/y might be 'inside' of neighbor sector. I've added double check for this case"

Revision r7826

Add divscale64()

Revision r7825

Minor pushmove() cleanup

Revision r7824

Replace check_floor_curb() with cliptestsector()

Revision r7823

Use corrected slope heights in getzrange() and pushmove()

Revision r7822

Add getcorrectzsofslope()

Revision r7821

Fix an issue where looping sound effects would play at full volume for a tic after playback began, regardless of distance to the sound

Revision r7820

Promote divisor argument to tabledivide64 to int64_t and replace a couple of 64-bit divides in rintersect() and inflineintersect()

Revision r7819

Minor _clang-format tweaks

Revision r7818

Reorder #includes in build.cpp
Raw Content
------------------------------------------------------------------------
r7831 | terminx | 2019-07-23 18:38:08 -0700 (Tue, 23 Jul 2019) | 1 line

Clean up raytrace() and rename it to cliptrace()
------------------------------------------------------------------------
r7830 | terminx | 2019-07-23 18:38:05 -0700 (Tue, 23 Jul 2019) | 3 lines

Allow reading vec3_whatever_t as vec2 directly

It's a union in a struct in a union in a struct. Oh god, what have I done.
------------------------------------------------------------------------
r7829 | terminx | 2019-07-23 18:38:01 -0700 (Tue, 23 Jul 2019) | 3 lines

Additional clipmove() reworks

This fixes a LOT of clipping errors but needs thorough testing.
------------------------------------------------------------------------
r7828 | terminx | 2019-07-23 18:37:57 -0700 (Tue, 23 Jul 2019) | 1 line

Switch a few iterators in clipmove() from int to native_t
------------------------------------------------------------------------
r7827 | terminx | 2019-07-23 18:37:54 -0700 (Tue, 23 Jul 2019) | 3 lines

clipmove() patch from Nuke.YKT:

"In some edge cases posx/y might be 'inside' of neighbor sector. I've added double check for this case"
------------------------------------------------------------------------
r7826 | terminx | 2019-07-23 18:37:50 -0700 (Tue, 23 Jul 2019) | 1 line

Add divscale64()
------------------------------------------------------------------------
r7825 | terminx | 2019-07-23 18:37:47 -0700 (Tue, 23 Jul 2019) | 1 line

Minor pushmove() cleanup
------------------------------------------------------------------------
r7824 | terminx | 2019-07-23 18:37:43 -0700 (Tue, 23 Jul 2019) | 1 line

Replace check_floor_curb() with cliptestsector()
------------------------------------------------------------------------
r7823 | terminx | 2019-07-23 18:37:39 -0700 (Tue, 23 Jul 2019) | 1 line

Use corrected slope heights in getzrange() and pushmove()
------------------------------------------------------------------------
r7822 | terminx | 2019-07-23 18:37:35 -0700 (Tue, 23 Jul 2019) | 1 line

Add getcorrectzsofslope()
------------------------------------------------------------------------
r7821 | terminx | 2019-07-23 18:37:32 -0700 (Tue, 23 Jul 2019) | 1 line

Fix an issue where looping sound effects would play at full volume for a tic after playback began, regardless of distance to the sound
------------------------------------------------------------------------
r7820 | terminx | 2019-07-23 18:37:28 -0700 (Tue, 23 Jul 2019) | 1 line

Promote divisor argument to tabledivide64 to int64_t and replace a couple of 64-bit divides in rintersect() and inflineintersect()
------------------------------------------------------------------------
r7819 | terminx | 2019-07-23 18:37:23 -0700 (Tue, 23 Jul 2019) | 1 line

Minor _clang-format tweaks
------------------------------------------------------------------------
r7818 | terminx | 2019-07-23 18:37:20 -0700 (Tue, 23 Jul 2019) | 1 line

Reorder #includes in build.cpp
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.