The Haus

Friday, March 31, 2000

John Cash .plan Update

id's John Cash updated his .plan with warning of a minor bug in Quake III Arena that could give mod makers a problem. It shouldn't effect end-users at all, though.
There is a bug that may be giving Q3A mod developers some headaches if they are trying to add new holdable items.

File cg_event.c, function CG_UseItem; the line:
itemNum = es->event - EV_USE_ITEM0;
should be:
itemNum = (es->event & ~EV_EVENT_BITS) - EV_USE_ITEM0;

This causes itemNum to be invalid about half the time, preventing any client side effect tied to the item from occurring.
There. Now I can sleep tonight :)

News for 03/31/2000

Recent Headlines

January 5, 2015: It Returns!
August 10, 2007: SCO SUCKS IT DOWN!
July 5, 2007: Slackware 12.0 Released
May 20, 2007: PhpBB 3.0 RC 1 Released
February 2, 2007: DOOM3 1.31 Patch

January 27, 2007: Join the World Community Grid
January 17, 2007: Flash Player 9 for Linux
December 30, 2006: Darkness over Daggerford 1.2
December 19, 2006: Pocket Tunes 4.0 Released
December 9, 2006: WRT54G 1.01.1 Firmware OK with Linux/Mac

All original information on this website is copyright © TheHaus.Net, 1999-2005. The use of original images, text, and/or code from this website without expressed written consent is prohibited. The authors of this site cannot be held responsible for any damage, real or imagined, which comes from the use of information presented on this site. All trademarks used are the properties of their respective owners. This site is not to be used as a floatation device (but if you try, I want a video tape of it).