Update of /cvsroot/netrek/client/netrekxp In directory sc8-pr-cvs16:/tmp/cvs-serv5270 Modified Files: NetrekXP to do list.C Log Message: This patch gets the in game save feature almost where it needs to be to allow the user to change all options in game and not have to edit the netrekrc. Other benefits are that placement of options in netrekrcs are consistent, duplicate entries are weeded out, and netrekrcs used from 1 client version to the next are standardized by the in game save function and brought up to date with the latest features. The default saveFile is now netrekrc (it was netrekrc.sav before) Fixed typo in printout of the path to the netrekrc during the save process. Added geometryDefault() function that acts like a stringDefault but for geometries. If the string is "auto" it ignores it. In game save function now always saves window geometries, currently it saves any auto or non-entry as "auto". Future enhancement would be to save values that changed from initial values. Removed some outdated beeplite features from the manual. Removed two beeplite cycle_time variables as being netrekrc options, as they were useless and had to be normalized to server update rate anyways to work right. The netrekrc save feature now saves ship specific keymaps/ckeymaps/buttonmaps/netrekrc, and observer/servertype specific options. Saving servernick options is not supported, but I doubt anyone uses those to begin with. The ' key (single quote) is now the default key for toggling on and off the expanded playerlist window Index: NetrekXP to do list.C =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v retrieving revision 1.131 retrieving revision 1.132 diff -u -d -r1.131 -r1.132 --- NetrekXP to do list.C 9 Apr 2007 07:46:09 -0000 1.131 +++ NetrekXP to do list.C 9 Apr 2007 11:07:14 -0000 1.132 @@ -1,4 +1,4 @@ -List for the netrekrc/installer: +List for the installer: 1) there should be some sort of chance to give default resolution in GUI, which then maps windows accordingly. 2) fix netrekrc append so that it doesn't keep adding new lines to the netrekrc @@ -26,7 +26,6 @@ Things to do: 1) resizeable message windows. Perhaps memory of window positions if you choose to save settings. Text in windows should adjust to new window size. -2) Save options for observer/servernick/servertype need to be saved 3) Get square planet bitmaps so I can turn them into mapped rotating globes. 5) Metaping on a Unknown server is causing unseemly delay due to threading. I believe this is fixed.