Serious-Engine/Sources/Engine/World
Emil Laine 5badefaf90 Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)"
Also changed all "if (this==NULL) return;"s.

Fixes some -Wtautological-undefined-compare warnings.

Quoting Clang:
"'this' pointer cannot be null in well-defined C++ code; comparison may
be assumed to always evaluate to false"
2016-05-30 00:48:47 +02:00
..
PhysicsProfile.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
PhysicsProfile.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
World.cpp Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +02:00
World.h Add GPL header to files 2016-03-11 18:20:51 -06:00
WorldCollision.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
WorldCollision.h Add GPL header to files 2016-03-11 18:20:51 -06:00
WorldCollisionGrid.cpp ARM processor don't convert +inf to 0xFFFFFFFF like a x86 processor do 2016-04-06 13:37:07 +02:00
WorldCSG.cpp Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
WorldEditingProfile.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
WorldEditingProfile.h Add GPL header to files 2016-03-11 18:20:51 -06:00
WorldIO.cpp Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
WorldRayCasting.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
WorldRayCasting.h Add GPL header to files 2016-03-11 18:20:51 -06:00
WorldSettings.h Add GPL header to files 2016-03-11 18:20:51 -06:00