Serious-Engine/Sources/EntitiesMP/Common
Emil Laine 24d61d1ccc Use ASSERTALWAYS(msg) instead of ASSERT(false && msg)
Thanks @SLAwww

(The first parameter to _assert is actually the message, not the
expression to evaluate, so "false &&" doesn't belong in there.)

Conflicts:
	Sources/EntitiesMP/Summoner.es
2016-05-30 00:46:35 +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 Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04: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