Commit graph

8 commits

Author SHA1 Message Date
Walter Julius Hennecke
063a0734a5 Removed some unused things 2012-07-28 00:38:41 +02:00
Walter Julius Hennecke
a7cdbc0d95 Changed target_safezones to be freed after spawn again ....
... still can be toggled though :)
2012-07-28 00:16:21 +02:00
Walter Julius Hennecke
872f3326e0 target_safezone can now be toggled on and off
- target_safezone can now be toggled on and off
- added STARTON spawnflag
2012-07-27 00:50:55 +02:00
unknown
0d022b90e3 Updated DEVELOPER macro
Updated DEVELOPER macro:
- now uses cvar g_developer instead of developer
- now allows single statement, multistatement, block, and multiple blocks
  as argument
2012-07-07 00:35:20 +02:00
unknown
b2461f9868 New developer macro and changed output for entity errors and Warnings
Added a new macro DEVELOPER(X) that only executes the statement X if the
cvar developer != 0.
Changed output of Entity errors and warnings:
- only printed if developer is set
- color changed to yello for all
- Errors are now printed as: [Entity-Error] ErrorMessage
- Warnings are now printed as: [Entity-Warning] WarningMessage
2012-07-06 17:01:47 +02:00
Walter Julius Hennecke
0827ec473c Changes to g_main.c and xml support
- changed some buffers to dynamically allocate the size the files to be
  read have
- xml support ... nothing done yet just empty files for now
2012-06-02 11:59:23 +02:00
Walter Julius Hennecke
a0a0ac525e Removed all #ifdefs that are no longer needed 2012-05-05 23:35:00 +02:00
Walter Julius Hennecke
27269ee319 initial commit 2012-05-05 13:49:28 +02:00