Bill Currie
|
99190cb79a
|
world -> NIL for null entities. Seems to work (only issue would be borked
tests for foo == world -> !foo and for != world -> foo).
|
2001-11-02 17:00:52 +00:00 |
|
Bill Currie
|
c01e44c7a4
|
fix some more uninitialized vars found by qfcc
|
2001-10-19 03:31:30 +00:00 |
|
Bill Currie
|
0c44060141
|
clean up all the unused local vars found by qfcc
|
2001-09-23 04:25:02 +00:00 |
|
Adam Olsen
|
a9cf39a1cc
|
Change a bunch of self.items = self.items - (self.items & IT_FOO)
lines to self.items = self.items & ~IT_FOO. also changed some
self.items = self.items - IT_FOO lines, which were just Really Evil
(tm)
|
2001-08-10 10:03:36 +00:00 |
|
Bill Currie
|
94baf9dbcb
|
dist qfpreqcc for cpp. much faster compilation. seems to work, too.
|
2001-07-23 20:52:47 +00:00 |
|
Bill Currie
|
64ecb99bfc
|
Initial revision
|
2001-07-17 05:58:10 +00:00 |
|