Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11850 Modified Files: NetrekXP to do list.C clientr.suo Log Message: Team select screen no longer uses 99% cpu power (credit to Gregory Hermann for the solution) Planet kill messages now show armies dooshed (if any), thanks to server short packet change. Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- NetrekXP to do list.C 25 May 2006 09:24:46 -0000 1.36 +++ NetrekXP to do list.C 26 May 2006 05:58:08 -0000 1.37 @@ -18,9 +18,12 @@ Things that go wrong when short packets are on: 1) cloaking/shields at warp 0 doesn't update someone else's tactical on what you did if there is no movement anywhere on map, and observer sound also messes up -2) Observers don't get any geno message at all (head to default which is error message) +2) Observers don't get any geno message at all (head to default which is error message) - +actually, they do get the whydead, but it's somehow after they are sent to quit screen. +When obs quits, their state is K_WINNER ..and they see the new geno bitmap. 3) The new smooth turning only working on self, not obs or others - short packets only send headings of 16 positions. +4) Observers get wrong x,y pos upon observee death. Things to do: 1) Add warning hull. @@ -48,9 +51,7 @@ 12) Is there a cpu leak with double buffering? 13) Use masking for things like player team/letter display on galactic. Ship draw on tactical (have it overwrite the planet/wrench/gas/army for example, not just combine colors). - -Bug fixes needed from Paradise: -1) Make it so The login screen doesn't use 100% CPU anymore. +14) Ask stas about addfontresource change in 4.4.0.4 Stas's list: - color coded playerlist. Index: clientr.suo =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 Binary files /tmp/cvsAbKWgP and /tmp/cvs26h4Lu differ