mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
1201ad0366
6 changed files with 18 additions and 16 deletions
|
@ -35,6 +35,8 @@
|
||||||
#ifndef AUTOSEGS_H
|
#ifndef AUTOSEGS_H
|
||||||
#define AUTOSEGS_H
|
#define AUTOSEGS_H
|
||||||
|
|
||||||
|
#include "doomtype.h"
|
||||||
|
|
||||||
#define REGMARKER(x) (x)
|
#define REGMARKER(x) (x)
|
||||||
typedef void * const REGINFO;
|
typedef void * const REGINFO;
|
||||||
typedef void * NCREGINFO;
|
typedef void * NCREGINFO;
|
||||||
|
@ -73,11 +75,11 @@ class FAutoSegIterator
|
||||||
}
|
}
|
||||||
Probe = Head;
|
Probe = Head;
|
||||||
}
|
}
|
||||||
NCREGINFO operator*() const
|
NCREGINFO operator*() const NO_SANITIZE
|
||||||
{
|
{
|
||||||
return *Probe;
|
return *Probe;
|
||||||
}
|
}
|
||||||
FAutoSegIterator &operator++()
|
FAutoSegIterator &operator++() NO_SANITIZE
|
||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
|
@ -1986,7 +1986,7 @@ END_POINTERS
|
||||||
//
|
//
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
||||||
static int STACK_ARGS cregcmp (const void *a, const void *b)
|
static int STACK_ARGS cregcmp (const void *a, const void *b) NO_SANITIZE
|
||||||
{
|
{
|
||||||
const PClass *class1 = *(const PClass **)a;
|
const PClass *class1 = *(const PClass **)a;
|
||||||
const PClass *class2 = *(const PClass **)b;
|
const PClass *class2 = *(const PClass **)b;
|
||||||
|
|
|
@ -113,6 +113,16 @@ typedef TMap<int, PClassActor *> FClassMap;
|
||||||
#define NOVTABLE
|
#define NOVTABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__clang__)
|
||||||
|
#if defined(__has_feature) && __has_feature(address_sanitizer))
|
||||||
|
#define NO_SANITIZE __attribute__((no_sanitize("address")))
|
||||||
|
#else
|
||||||
|
#define NO_SANITIZE
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
#define NO_SANITIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "basictypes.h"
|
#include "basictypes.h"
|
||||||
|
|
||||||
// Bounding box coordinate storage.
|
// Bounding box coordinate storage.
|
||||||
|
|
|
@ -182,7 +182,7 @@ void FName::NameManager::InitBuckets ()
|
||||||
// Register built-in names. 'None' must be name 0.
|
// Register built-in names. 'None' must be name 0.
|
||||||
for (size_t i = 0; i < countof(PredefinedNames); ++i)
|
for (size_t i = 0; i < countof(PredefinedNames); ++i)
|
||||||
{
|
{
|
||||||
assert((NULL == FindName(PredefinedNames[i], true)) && "Predefined name already inserted");
|
assert((0 == FindName(PredefinedNames[i], true)) && "Predefined name already inserted");
|
||||||
FindName (PredefinedNames[i], false);
|
FindName (PredefinedNames[i], false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3777,7 +3777,7 @@ int P_ExecuteSpecial(int num,
|
||||||
int arg4,
|
int arg4,
|
||||||
int arg5)
|
int arg5)
|
||||||
{
|
{
|
||||||
if (num >= 0 && num < countof(LineSpecials))
|
if (num >= 0 && num < (int)countof(LineSpecials))
|
||||||
{
|
{
|
||||||
return LineSpecials[num](line, activator, backSide, arg1, arg2, arg3, arg4, arg5);
|
return LineSpecials[num](line, activator, backSide, arg1, arg2, arg3, arg4, arg5);
|
||||||
}
|
}
|
||||||
|
|
|
@ -520,7 +520,7 @@ void R_RenderMaskedSegRange (drawseg_t *ds, int x1, int x2)
|
||||||
wallupper[i] = mceilingclip[i];
|
wallupper[i] = mceilingclip[i];
|
||||||
}
|
}
|
||||||
mceilingclip = wallupper;
|
mceilingclip = wallupper;
|
||||||
}
|
}
|
||||||
if (fake3D & FAKE3D_CLIPBOTTOM)
|
if (fake3D & FAKE3D_CLIPBOTTOM)
|
||||||
{
|
{
|
||||||
OWallMost(walllower, sclipBottom - viewz, &WallC);
|
OWallMost(walllower, sclipBottom - viewz, &WallC);
|
||||||
|
@ -2763,11 +2763,6 @@ int OWallMost (short *mostbuf, fixed_t z, const FWallCoords *wallc)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
if (mostbuf[ix1] < 0) mostbuf[ix1] = 0;
|
|
||||||
else if (mostbuf[ix1] > viewheight) mostbuf[ix1] = (short)viewheight;
|
|
||||||
if (mostbuf[ix2-1] < 0) mostbuf[ix2-1] = 0;
|
|
||||||
else if (mostbuf[ix2-1] > viewheight) mostbuf[ix2-1] = (short)viewheight;
|
|
||||||
|
|
||||||
return bad;
|
return bad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2921,11 +2916,6 @@ int WallMost (short *mostbuf, const secplane_t &plane, const FWallCoords *wallc)
|
||||||
qinterpolatedown16short (&mostbuf[ix1], ix2-ix1, y + centeryfrac,yinc);
|
qinterpolatedown16short (&mostbuf[ix1], ix2-ix1, y + centeryfrac,yinc);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mostbuf[ix1] < 0) mostbuf[ix1] = 0;
|
|
||||||
else if (mostbuf[ix1] > viewheight) mostbuf[ix1] = (short)viewheight;
|
|
||||||
if (mostbuf[ix2-1] < 0) mostbuf[ix2-1] = 0;
|
|
||||||
else if (mostbuf[ix2-1] > viewheight) mostbuf[ix2-1] = (short)viewheight;
|
|
||||||
|
|
||||||
return bad;
|
return bad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue