Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12206/resources/docs Modified Files: changes.txt netrekrc Log Message: Default buttonmap now uses mouse wheel for accel/decel, scroll up to accelerate to max, scroll down to decelerate to warp 0. Expanded size of rank window, recentered it on local window. Added new functionality to rank window - showing DI needed for next rank. Follows server logic. Index: netrekrc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- netrekrc 1 Apr 2007 01:25:50 -0000 1.48 +++ netrekrc 2 Apr 2007 10:12:38 -0000 1.49 @@ -24,7 +24,7 @@ # wheel is button 6 and the down wheel is button 7. There is also support # for shifted, controled, and control-shifted mouse actions, see the netrek # help file for more details. -buttonmap: 1P2f3k +buttonmap: 1P2f3k6%70 # Key to switch to macro mode # TAB, ESC could be used too @@ -584,7 +584,7 @@ planet.mapped: off rank.parent: netrek -rank.geometry: 65x18+50+300 +rank.geometry: 80x18+10+300 rank.mapped: off player.parent: netrek Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.153 retrieving revision 1.154 diff -u -d -r1.153 -r1.154 --- changes.txt 1 Apr 2007 10:11:36 -0000 1.153 +++ changes.txt 2 Apr 2007 10:12:38 -0000 1.154 @@ -1,4 +1,6 @@ Netrek XP 2006, Version 1.3: +- default buttonmap now uses mouse wheel for accel/decel, scroll up to accelerate to max, + scroll down to decelerate to warp 0. - fixed annoying bug where tactical would sometimes seem to disappear on reentry into game after death, was due to losing your position packet and not requesting a new one (you now WILL request a position update if alive but seemingly off the map)