raze-gles/source
pogokeen 3d63d1b720 Add updatesectorneighbour() and updatesectorneighbourz() and make them accessible to CON to allow searching for nearby neighbouring sectors from a known sector.
These updatesector counterparts are more performant for tasks that require determining whether nearby sectors exist at a point as they will not exhaustively search the map.
This also leads to more correct behaviour when sectors are disjoint, as queries will breadth-first search neighbouring sectors rather than risk accidentally stumbling first across accomodating disjoint sectors.

git-svn-id: https://svn.eduke32.com/eduke32@7805 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/build/include/build.h
2019-09-20 15:16:47 +02:00
..
audiolib Fix volume slider bug introduced in r7773 2019-09-20 14:40:17 +02:00
blood - added NBlood source. 2019-09-20 00:42:45 +02:00
build Add updatesectorneighbour() and updatesectorneighbourz() and make them accessible to CON to allow searching for nearby neighbouring sectors from a known sector. 2019-09-20 15:16:47 +02:00
duke3d Add updatesectorneighbour() and updatesectorneighbourz() and make them accessible to CON to allow searching for nearby neighbouring sectors from a known sector. 2019-09-20 15:16:47 +02:00
enet Compile without -fno-strict-aliasing. 2018-11-18 18:13:33 +00:00
etcpak Bring the previous commit into effect. 2017-02-01 10:20:54 +00:00
glad - use full GL 4.6 API. 2019-09-16 17:52:14 +02:00
glbackend - refactored texture setup to use an intermediate layer. 2019-09-18 22:16:15 +02:00
kenbuild Use stencil buffer in Polymost to restrict mirrors to only render within the region of the screen occupied by the mirror wall. 2019-09-20 14:04:29 +02:00
libsmackerdec - added NBlood source. 2019-09-20 00:42:45 +02:00
libxmp-lite Add buildvfs, abstraction layer for file I/O. 2019-03-01 08:51:50 +00:00
lpeg Fix variable capitalization in Dependencies.mak files 2018-07-23 02:55:42 +00:00
mact Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree() 2019-09-20 12:07:10 +02:00
rr - adjustments for frame rate limiting copied from Duke3D project. 2019-09-20 13:54:27 +02:00
sw Use stencil buffer in Polymost to restrict mirrors to only render within the region of the screen occupied by the mirror wall. 2019-09-20 14:04:29 +02:00
tools/src Fix error building the transpal utility 2018-12-15 01:38:48 +00:00