------------------------------------------------------------------------ r7810 | terminx | 2019-07-18 18:49:37 -0700 (Thu, 18 Jul 2019) | 1 line Throw a warning when attempting to use CON_DEFINESOUND with a sound index that has already been defined ------------------------------------------------------------------------ r7809 | terminx | 2019-07-18 18:49:34 -0700 (Thu, 18 Jul 2019) | 1 line Fix mirrors in Polymer ------------------------------------------------------------------------ r7808 | terminx | 2019-07-18 18:49:29 -0700 (Thu, 18 Jul 2019) | 1 line Rename IONMAIDEN -> FURY ------------------------------------------------------------------------ r7807 | terminx | 2019-07-18 18:49:24 -0700 (Thu, 18 Jul 2019) | 1 line Try walldist + 8 instead of walldist << 1 in clipupdatesector() ------------------------------------------------------------------------ r7806 | terminx | 2019-07-18 18:49:19 -0700 (Thu, 18 Jul 2019) | 1 line Fix another bunch of improperly sized bitmap arrays ------------------------------------------------------------------------ r7805 | pogokeen | 2019-07-18 18:46:32 -0700 (Thu, 18 Jul 2019) | 3 lines 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. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.