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
Emil Laine
fe23b05aa2
Fix ASSERT(<string_literal>)
...
That would never trigger the ASSERT. Now they always do.
Conflicts:
Sources/EntitiesMP/Summoner.es
2016-05-30 00:44:05 +02:00
Daniel Gibson
a28a7bb00f
now TFE builds on OSX, too
2016-04-21 17:46:44 +02:00
Ryan C. Gordon
6ce0b9b27e
First attempt at a port to SDL2. Untested!
2016-04-09 02:18:57 -04:00
Matt Lee
a4af93fa31
Add GPL header to files
2016-03-11 18:20:51 -06:00
SLAwww
9d8b787be2
Uploading full engine sources
2016-03-11 15:57:17 +02:00