Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17048 Modified Files: NetrekXP to do list.C clientr.suo Log Message: New netrekrc macro. Found a bug that has been around for a long time, with phasers and short packets. On a phaser hit, target's x/y is not sent (it IS with long packets though). In the case where the target is no longer visibile while the phaser cycle is still active (i.e. you die while phasering and the person who killed you is no longer galactically visible to your team), the target's x/y is set to -10000,-10000 and the phaser is seen to draw across the local screen. And with the addition of drawing weapons on the galaxy map, the bug was evident there as well. Solution is to set phaser target location to self location (i.e. make phaser length 0), if target location is out of bounds. Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- NetrekXP to do list.C 26 Mar 2007 02:47:15 -0000 1.120 +++ NetrekXP to do list.C 28 Mar 2007 11:17:55 -0000 1.121 @@ -47,7 +47,6 @@ to hostname not resolving. Currently fixed by using mulitple attempts to resolve bad host names. 11) _ bug with backspace and messages in HUD -12) implement packet lights Stas's list: - color coded (?) and scrollable playerlist. Index: clientr.suo =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 Binary files /tmp/cvsaOHlZ9 and /tmp/cvsEV3qeZ differ