Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23891 Modified Files: NetrekXP to do list.C clientr.suo Log Message: New option autoRotate to make it so teams are always on left hand side of galaxy. Upon entering game, a new function, rotateTeams(), is called if autoRotate is set. It aligns the teams so they are on the left side of map, then calls a new function, rotateGalaxy(), to perform the galactic rotation. This function is placed in rotate.c and is the code formerly in option.c to perform galaxy rotations via the options menu (this method still works). Fix so geno bitmap doesn't get overwritten by MOTD if window is minimized/moved. Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- NetrekXP to do list.C 21 Feb 2007 11:43:38 -0000 1.95 +++ NetrekXP to do list.C 21 Feb 2007 15:16:59 -0000 1.96 @@ -47,6 +47,8 @@ 9) Out of bounds message window calcs don't work with taskbar or menu bar, basewin rect doesn't take these into account. 10) Make sure all ping related fields are switched correctly via metasort. +11) if galaxy is rotated, have your ship spawn facing your t mode (or most populated enemy) +homeworld, not just facing the same degree of galaxy rotation Stas's list: - color coded playerlist. Index: clientr.suo =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 Binary files /tmp/cvs91UbiB and /tmp/cvsSgy5gr differ