Commit Graph

12 Commits

Author SHA1 Message Date
Finny Merrill db4e96e70a Engineer tweaks:
1) added checkmove forward so it's easier to build against walls
2) Can't build sentries on top of forcefields anymore (they get bounced off)
3) fieldgens are now one unit taller than their fields, so you CAN build on the gen
4) forcefields bounce everything (including buildings) away now.
5) added #ifdef DISALLOW_BLOCKED_TELE around tele block checks. didn't get the point

Debug tweaks:
1) added #ifdef DEBUG, which enables RPrint(), dremove(), and printtrace(), as well
   as the warlock cheat and origin reporting.
2) replaced EVERY dprint with RPrint.
3) changed makefile so that all = no DEBUG and no .sym
2003-11-27 07:07:26 +00:00
Bill Currie f865e4e952 need --advanced now 2003-09-23 16:39:05 +00:00
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 7dd231a414 adapt to qfcc's new args 2001-10-26 15:23:45 +00:00
Bill Currie 6debcdb4ed make all work 2001-08-24 23:34:42 +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 a1ee1acd9e heh, --no-cpp is no longer needed. a stray \ was causing the problem 2001-07-20 20:40:46 +00:00
Bill Currie b7c0929c3f correct the return type of UserInfoCallback and the values. 0 is for reject,
1 is for accept.
2001-07-20 16:00:49 +00:00
Bill Currie f009263dc2 forgot about progs.src 2001-07-19 15:41:14 +00:00
Bill Currie 5da92f9b0a forgot about the .pqc files 2001-07-18 17:19:21 +00:00
Bill Currie 10cf928d15 makefile:
qwprogs.dat moved
	generate debug info
	clean it up, too
options:
	move qwprogs.dat from .. to .
nuke generated files
2001-07-18 16:55:57 +00:00
Bill Currie 64ecb99bfc Initial revision 2001-07-17 05:58:10 +00:00