iamthesenate1
3609bf4df8
Some optimisations
2021-12-27 11:22:24 +02:00
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
Daniel Gibson
b64df456b6
Fix TFE warnings and lots of unused variable warnings
...
.. still, didn't look at unused variable warnings from *.es because
so many are generated.
2016-05-09 18:51:04 +02:00
Daniel Gibson
64e6b915b7
Fix out of bounds access of afStarsPositions in TFE Particles.cpp
...
same as before for EntitiesMP/Common/Particles.cpp, this time for
the first encounter.
2016-04-21 16:21:47 +02:00
ptitSeb
bd0b38ba00
It compile now
2016-04-08 07:51:13 +02:00
ptitSeb
422db3c58c
Preliminary First Encounter support
2016-04-08 00:11:36 +02:00