Commit graph

6 commits

Author SHA1 Message Date
Walter Julius Hennecke
b8d249950a Revert "Made function static in g_breakable.c where possible"
This reverts commit 3dceb25e0b.
2012-08-01 20:55:34 +02:00
Walter Julius Hennecke
3dceb25e0b Made function static in g_breakable.c where possible 2012-08-01 20:28:02 +02:00
Walter Julius Hennecke
ff9d79a85a Modified repairing of func_breakables
func_breakables now don't need a trigger anymore to be repaired which
saves one entity for each reapairable func_breakable. Still needs a bit of
finetuning and code cleanup.
2012-07-18 15:03:52 +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
27269ee319 initial commit 2012-05-05 13:49:28 +02:00