Serious-Engine/Sources/Engine
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
..
Base Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +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 Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +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 Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +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 Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +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 Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +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