Go to file
Bill Currie c32a920e94 fix some unused/uninitialized* vars found by qfcc's new scoping.
* parameters were getting shaddowed by locals of the same name. this used to
  be harmless as the local def would just pick up the param rather than
  creating a new def, but now that params and locals are in separate scopes,
  this shaddowing becomes a potential problem.
2001-10-24 06:43:33 +00:00
.gitignore more ignorages 2001-07-31 19:15:22 +00:00
BUGS - add a ALLOW_RCON_ABUSE define, so that stuffing commands to the 2001-10-12 06:10:59 +00:00
TODO - add a ALLOW_RCON_ABUSE define, so that stuffing commands to the 2001-10-12 06:10:59 +00:00
actions.qc - some BUGS items 2001-09-30 22:38:44 +00:00
admin.qc fix some unused/uninitialized* vars found by qfcc's new scoping. 2001-10-24 06:43:33 +00:00
ai.qc fix some unused/uninitialized* vars found by qfcc's new scoping. 2001-10-24 06:43:33 +00:00
ai.qh fix some int / int problems caused by qfcc's integer support. 2001-07-24 04:37:00 +00:00
airfist.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
army.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
boss.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
botgrunty.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
buttons.qc clean up all the unused local vars found by qfcc 2001-09-23 04:25:02 +00:00
client.qc more uninit var cleanup 2001-10-19 07:34:22 +00:00
combat.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
coop.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
crusader.qc - make mass heal do a maximum of 200 hp per person 2001-10-20 20:33:01 +00:00
ctf.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
custom.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
debug.qc - comment out the double-remove check, since the engine should handle 2001-10-17 03:28:37 +00:00
defs.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
defs.qh - make mass heal do a maximum of 200 hp per person 2001-10-20 20:33:01 +00:00
demoman.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
demon.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
dgrunt.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
doors.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
engineer.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
field.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
fight.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
grunty.qc fix some unused/uninitialized* vars found by qfcc's new scoping. 2001-10-24 06:43:33 +00:00
haxxx.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
hknight.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
hook.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
items.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
jobs.qc - fix double-remove of exploding mines 2001-10-15 05:43:35 +00:00
jobs.qh dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
knight.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
makefile make all work 2001-08-24 23:34:42 +00:00
medic.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
menu.qc - BUGS 2001-10-01 11:37:02 +00:00
menu.qh dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
messages.qh - merge duplicate motd printing code, and make it more flexible while I'm at it 2001-07-31 19:11:32 +00:00
misc.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
models.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
monsters.qc clean up all the unused local vars found by qfcc 2001-09-23 04:25:02 +00:00
monsters.qh dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
mtfents.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
obituary.qc - comment out the double-remove check, since the engine should handle 2001-10-17 03:28:37 +00:00
ofndefs.qh - add a ALLOW_RCON_ABUSE define, so that stuffing commands to the 2001-10-12 06:10:59 +00:00
ofnents.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
often.qc - oops, remove the (commented out) debugging code :) 2001-10-20 21:10:34 +00:00
optimize.qc - handle cases in Give_Frags_Out where atk or targ are world 2001-10-08 22:11:20 +00:00
options.qc - move '#undef ALIGNED_FIELDGENS' into the right file (options.qh, not .qc) 2001-07-30 20:21:44 +00:00
options.qh - fix the fieldgen placement warnings 2001-08-12 12:40:29 +00:00
overmind.qc deleted this by accident (not that it's needed) 2001-07-23 21:16:53 +00:00
plats.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
player.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
preopdef.qh dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
progdefs.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
progs.src bleargh, revert all that :/ 2001-08-13 21:51:06 +00:00
prozac.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
pyro.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
qw.qc The death of #ifdef QUAKE_WORLD!! 2001-07-25 21:10:26 +00:00
rotate.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
sbitems.qc more uninit var cleanup 2001-10-19 07:34:22 +00:00
scout.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
security.qc more uninit var cleanup 2001-10-19 07:34:22 +00:00
sentry.qc more uninit var cleanup 2001-10-19 07:34:22 +00:00
shambler.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
skins.qh dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
sniper.qc clean up all the unused local vars found by qfcc 2001-09-23 04:25:02 +00:00
spectate.qc bleargh, revert all that :/ 2001-08-13 21:51:06 +00:00
speed.qc fix some uninitialized variables that qfcc has so far detected 2001-10-18 20:10:39 +00:00
sprites.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
spy.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
status.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
subs.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
teleport.qc - change all usages of MSG_BROADCAST to MSG_MULTICAST, since that's 2001-10-13 23:02:22 +00:00
tesla.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
tfort.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
tforthlp.qc - some BUGS items 2001-09-30 22:38:44 +00:00
tfortmap.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
tforttm.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
tinker.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
triggers.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
tsoldier.qc dist qfpreqcc for cpp. much faster compilation. seems to work, too. 2001-07-23 20:52:47 +00:00
turret.qc - rename ClientObituary to Obituary 2001-10-02 01:24:28 +00:00
warlock.qc fix some unused/uninitialized* vars found by qfcc's new scoping. 2001-10-24 06:43:33 +00:00
waypoint.qc - tweak assault cannon spread so it's only 80% as wide, and biased 2001-08-12 22:31:50 +00:00
waypoint.qh - tweak assault cannon spread so it's only 80% as wide, and biased 2001-08-12 22:31:50 +00:00
weapons.qc fix some more uninitialized vars found by qfcc 2001-10-19 03:31:30 +00:00
wizard.qc Cleanup after qfcc's typechecking changes. This includes the elimination of 2001-10-17 07:48:11 +00:00
world.qc - fix timeleft so that it sets serverinfo, not localinfo. oops :) 2001-10-08 19:13:33 +00:00