From modemhero at users.sourceforge.net Mon Mar 15 23:35:19 2010 From: modemhero at users.sourceforge.net (Bill Balcerski) Date: Tue, 16 Mar 2010 04:35:19 +0000 Subject: [netrek-cvs] client/netrekxp/src local.c, 1.123, 1.124 newwin.c, 1.86, 1.87 Message-ID: Update of /cvsroot/netrek/client/netrekxp/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8922/src Modified Files: local.c newwin.c Log Message: Add bug. Fix bug with tips text displaying on tactical window. Fix bug with beeplite circle not disappearing around ships that cloak. Index: newwin.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/newwin.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- newwin.c 10 Jun 2009 23:25:44 -0000 1.86 +++ newwin.c 16 Mar 2010 04:35:17 -0000 1.87 @@ -2357,6 +2357,7 @@ W_ClearWindow (w); ClearMotd (); statmode = 0; + W_FastClear = 1; return; } Index: local.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/local.c,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- local.c 24 Jun 2009 00:52:22 -0000 1.123 +++ local.c 16 Mar 2010 04:35:17 -0000 1.124 @@ -988,11 +988,27 @@ BMP_CLOAK_WIDTH, BMP_CLOAK_HEIGHT, 0, cloakicon, myColor, w); +#if defined (BEEPLITE) + clearzone[0][clearcount] = dx - (shield_width / 2 + 6) * SCALE / scaleFactor; + clearzone[1][clearcount] = dy - (shield_height / 2 + 6) * SCALE / scaleFactor; + clearzone[2][clearcount] = (shield_width + 12) * SCALE / scaleFactor; + clearzone[3][clearcount] = (shield_height + 12) * SCALE / scaleFactor; + clearcount++; +#else + clearzone[0][clearcount] = dx - (shield_width / 2) * SCALE / scaleFactor; + clearzone[1][clearcount] = dy - (shield_height / 2) * SCALE / scaleFactor); + clearzone[2][clearcount] = shield_width * SCALE / scaleFactor; + clearzone[3][clearcount] = shield_height * SCALE / scaleFactor; + clearcount++; +#endif + /* Old clear code, before had to worry about seeing shields and beeplite for cloaked ships */ + /* clearzone[0][clearcount] = dx - (BMP_CLOAK_WIDTH / 2) * SCALE / scaleFactor; clearzone[1][clearcount] = dy - (BMP_CLOAK_HEIGHT / 2) * SCALE / scaleFactor; clearzone[2][clearcount] = BMP_CLOAK_WIDTH * SCALE / scaleFactor; clearzone[3][clearcount] = BMP_CLOAK_HEIGHT * SCALE / scaleFactor; clearcount++; + */ goto shieldlabel; /* draw the shield even when * cloaked */ From modemhero at users.sourceforge.net Mon Mar 15 23:35:19 2010 From: modemhero at users.sourceforge.net (Bill Balcerski) Date: Tue, 16 Mar 2010 04:35:19 +0000 Subject: [netrek-cvs] client/netrekxp NetrekXP to do list.C,1.170,1.171 Message-ID: Update of /cvsroot/netrek/client/netrekxp In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8922 Modified Files: NetrekXP to do list.C Log Message: Add bug. Fix bug with tips text displaying on tactical window. Fix bug with beeplite circle not disappearing around ships that cloak. Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.170 retrieving revision 1.171 diff -u -d -r1.170 -r1.171 --- NetrekXP to do list.C 23 Jun 2009 22:18:02 -0000 1.170 +++ NetrekXP to do list.C 16 Mar 2010 04:35:16 -0000 1.171 @@ -29,6 +29,10 @@ if you fly into the NW corner of the galaxy. this was never anticipated! 5) Tractor on/off and pressor on/off option, rather than just tractor on, pressor on. Maybe with enforced state? +6) Remapping RCD keys via dist.* lines in netrekrc.txt does not work. Distress key is +changed, macro window in game confirms that key has been changed, but keymap is +apparently never updated. Remapping dist keys via ckeymap does work. Changing output +of distress message via dist.* line does work. Paradise issues: 1) Motd paging system gutted for sake of simplicity From modemhero at users.sourceforge.net Mon Mar 15 23:35:19 2010 From: modemhero at users.sourceforge.net (Bill Balcerski) Date: Tue, 16 Mar 2010 04:35:19 +0000 Subject: [netrek-cvs] client/netrekxp/resources/docs changes.txt, 1.223, 1.224 Message-ID: Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8922/resources/docs Modified Files: changes.txt Log Message: Add bug. Fix bug with tips text displaying on tactical window. Fix bug with beeplite circle not disappearing around ships that cloak. Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- changes.txt 24 Jul 2009 21:53:02 -0000 1.223 +++ changes.txt 16 Mar 2010 04:35:17 -0000 1.224 @@ -1,3 +1,11 @@ +Netrek XP 2010, Version 1.1: (Released xxxx) + +General bug fixes: +1) Fixed bug where tips text sometimes remained on tactical window after +reentry into game. +2) Fixed bug where beeplite circle on tactical around ships that enter +cloak phase did not disappear if display of cloakers on tactical was enabled. + Netrek XP 2010, Version 1.0: (Released July-2009) General bug fixes: