Serious-Engine/Sources/Engine/Entities
Ryan C. Gordon 284f6c63ca Fixed a sizeof bug.
If you have...

void myfunc(char buf[16]) {
    printf("%d\n", (int) sizeof (buf));
}

...this will print sizeof (char *) instead of 16, so this fixes a piece of
code that assumed the latter instead of the former.
2016-04-09 01:03:44 -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 Fixed a sizeof bug. 2016-04-09 01:03:44 -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