Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15113 Modified Files: NetrekXP to do list.C clientr.suo Log Message: planetlist.c: New function updatePlanetw(), which only updates lines in the planet list if the new formatted planet string differs from the prior string. Prior strings are stored in a static priorplanets string array. Planetlist() rewritten to initialize string array to blank strings then call updatePlanetw(). socket.c, short.c: Call to updatePlanetw() when new planet data is received Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- NetrekXP to do list.C 9 Dec 2006 10:18:27 -0000 1.80 +++ NetrekXP to do list.C 10 Dec 2006 02:49:13 -0000 1.81 @@ -7,7 +7,6 @@ 1) Player list messaging doesn't work if you can't see player (cloaked, too far away, etc). Don't think this is fixable. 2) torp_other and plasma_other not working right due to lack of torp fuse info -4) in orbit.c, pftranswarp strangeness. 5) look into swar/war in repair time, with obs and plr - doesn't seem to be any way for an obs to know what the war decs are of the person he is observing. Best solution is to just have server send repair time and planet orbit info. Index: clientr.suo =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 Binary files /tmp/cvsZvdRQJ and /tmp/cvseOD6uQ differ