dhewm3-sdk/d3xp
Daniel Gibson 5c08cb0140 Fix PVS calculations on 64bit systems
Monsters got stuck in same places of d3xp because PVS calculations
returned that they were not in the players PVS.
This only happened on LP64 systems like Unix/Linux amd64 where
sizeof(long) == 8 - it did not happen on Win64 because it's LLP64, i.e.
sizeof(long) == 4 (like on x86 32bit).

Bit fiddling code in Pvs.cpp seemed to assume that sizeof(long) == 4
like on win32.

Fixes #7.
2018-08-20 01:46:33 +02:00
..
ai Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
anim Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
gamesys This is dhewm 3 2018-08-20 01:46:32 +02:00
physics Use idSys::GetMilliseconds() for idTimer 2018-08-20 01:46:29 +02:00
script Use idSys::GetMilliseconds() for idTimer 2018-08-20 01:46:29 +02:00
Actor.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Actor.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
AF.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
AF.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
AFEntity.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
AFEntity.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
BrittleFracture.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
BrittleFracture.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Camera.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Camera.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
EndLevel.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
EndLevel.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Entity.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Entity.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Fx.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Fx.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Game_local.cpp Add ID_GAME_API for dllexport/attribute(visibility) 2018-08-20 01:46:30 +02:00
Game_local.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Game_network.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
GameBase.h Split Game_local.h 2018-08-20 01:46:27 +02:00
GameEdit.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
GameEdit.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Grabber.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Grabber.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
IK.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
IK.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Item.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Item.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Light.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Light.h Fix -Woverloaded-virtual warnings 2018-08-20 01:46:29 +02:00
Misc.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Misc.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Moveable.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Moveable.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Mover.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Mover.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
MultiplayerGame.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
MultiplayerGame.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Player.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Player.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
PlayerIcon.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
PlayerIcon.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
PlayerView.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
PlayerView.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Projectile.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Projectile.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Pvs.cpp Fix PVS calculations on 64bit systems 2018-08-20 01:46:33 +02:00
Pvs.h Fix PVS calculations on 64bit systems 2018-08-20 01:46:33 +02:00
SecurityCamera.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SecurityCamera.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SmokeParticles.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SmokeParticles.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Sound.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Sound.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Target.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Target.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Trigger.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Trigger.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Weapon.cpp Fix "unreachable code" warnings 2018-08-20 01:46:32 +02:00
Weapon.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
WorldSpawn.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
WorldSpawn.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00