Commit graph

12 commits

Author SHA1 Message Date
Walter Julius Hennecke
d58101a275 Missed some things yesterday ... now fixed. 2012-07-28 12:27:28 +02:00
Walter Julius Hennecke
063a0734a5 Removed some unused things 2012-07-28 00:38:41 +02:00
Walter Julius Hennecke
0f24d33722 final commit for this night 2012-07-27 01:19:07 +02:00
Walter Julius Hennecke
af3633db4d Added missing files ... 2012-07-26 22:48:42 +02:00
Walter Julius Hennecke
85910eb34d forgot to commit changes to game project file 2012-07-26 19:30:34 +02:00
Walter Julius Hennecke
f027e4ef19 Added a double linked list implementation 2012-07-26 19:19:22 +02:00
Walter Julius Hennecke
38fbd74209 Self destruct is now leathal 2012-07-26 17:43:42 +02:00
Walter Julius Hennecke
0b6c73beff Fixes to selfdestruct
Some fixes to selfdestruct .... not done yet still needs lots of debugging
...
2012-07-25 23:57:38 +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