Serious-Engine/Sources/EntitiesMP/Common
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
..
Common.cpp fix compilation errors with gcc 6.1.1 on Arch Linux 2016-05-22 01:17:19 +02:00
Common.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EmanatingParticles.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
EmanatingParticles.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Flags.h Add GPL header to files 2016-03-11 18:20:51 -06:00
GameInterface.h Add GPL header to files 2016-03-11 18:20:51 -06:00
HUD.cpp Fix more warnings, mostly about logical op parenthesis (TSE only) 2016-05-09 18:51:03 +02:00
Particles.cpp Use ASSERTALWAYS(msg) instead of ASSERT(false && msg) 2016-05-30 00:46:35 +02:00
Particles.h Add GPL header to files 2016-03-11 18:20:51 -06:00
PathFinding.cpp Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +02:00
PathFinding.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stats.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
WeaponPositions.h Add GPL header to files 2016-03-11 18:20:51 -06:00