Serious-Engine/Sources/Engine/Entities
Ryan C. Gordon 9820436fbe First pass at cleaning out 64-bit issues.
Touches a lot of code to remove long constants like "1L", so this patch is
large and ugly, but I think it makes all those Clamp() calls look nicer in
the long run.

Most of the game is 64-bit clean, since we can build without assembly code
now. I've marked the things that are obviously still wrong with STUBBED lines.

That being said: a 64-bit build can already run the demos mostly correctly,
so we're actually almost there!

There are a few obvious things that are obviously wrong, to be fixed.
2016-04-06 23:20:29 -04:00
..
Entity.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Entity.h We actually get NULL here, so these stay for now, Clang warnings be damned. 2016-03-31 21:54:25 -04:00
EntityClass.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EntityClass.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EntityCollision.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EntityCollision.h Add GPL header to files 2016-03-11 18:20:51 -06:00
EntityCopying.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EntityEvent.h Add GPL header to files 2016-03-11 18:20:51 -06:00
EntityPointer.h Add GPL header to files 2016-03-11 18:20:51 -06:00
EntityProperties.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EntityProperties.h First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
FieldBSPTesting.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
FieldSettings.h Add GPL header to files 2016-03-11 18:20:51 -06:00
InternalClasses.h Add GPL header to files 2016-03-11 18:20:51 -06:00
LastPositions.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
LastPositions.h Add GPL header to files 2016-03-11 18:20:51 -06:00
NearestPolygon.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
PlayerCharacter.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
PlayerCharacter.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Precaching.h Add GPL header to files 2016-03-11 18:20:51 -06:00
ShadingInfo.h Add GPL header to files 2016-03-11 18:20:51 -06:00