Serious-Engine/Sources/Engine
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
..
Base Use ASSERTALWAYS(msg) instead of ASSERT(false && msg) 2016-05-30 00:46:35 +02:00
Brushes Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
Classes Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
Entities Fix more warnings, mostly about logical op parenthesis (TSE only) 2016-05-09 18:51:03 +02:00
GameAgent GameAgent - list servers bugfix (update) 2016-04-12 04:10:43 +03:00
Graphics Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
Light Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Math Fix more warnings, mostly about logical op parenthesis (TSE only) 2016-05-09 18:51:03 +02:00
Models Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
Network Fix "unused but set variable" warnings from GCC 2016-05-09 18:51:03 +02:00
Rendering Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
Ska Fix "unused but set variable" warnings from GCC 2016-05-09 18:51:03 +02:00
Sound Fix more warnings, mostly about logical op parenthesis (TSE only) 2016-05-09 18:51:03 +02:00
Templates Fix "unused but set variable" warnings from GCC 2016-05-09 18:51:03 +02:00
Terrain Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
World Fix TFE warnings and lots of unused variable warnings 2016-05-09 18:51:04 +02:00
zlib First attempt to hand-merge Ryan's Linux and Mac OS X port. 2016-03-28 23:46:13 -04:00
Build.h Add GPL header to files 2016-03-11 18:20:51 -06:00
CurrentVersion.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Engine.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Engine.h Delete an unused include 2016-04-17 23:50:00 -07:00
Engine.vcxproj Engine: Return dynamic vorbisfile library loading. 2016-04-03 23:45:57 +03:00
Engine.vcxproj.filters Engine: Return dynamic vorbisfile library loading. 2016-04-03 23:45:57 +03:00
Engine.vcxproj.user Uploading full engine sources 2016-03-11 15:57:17 +02:00
GameShell.h Add GPL header to files 2016-03-11 18:20:51 -06:00
StdH.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
StdH.h Don't #include <malloc.h> on Linux, only on Windows 2016-04-17 01:06:39 +02:00
temp.h Add GPL header to files 2016-03-11 18:20:51 -06:00