Update of /cvsroot/netrek/client/netrekxp/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20622/include Modified Files: proto.h Log Message: Clean up MOTD code as per changes to COW. Update some macros to 2010 version. Readd ignore on dmessage with flags MCONFIG|MINDIV| MVALID. Was causing version messages being sent to self on personal board. Fix scaling issue with "seconds to go" during initial login with resized tactical window. Bug fix for paradise refitstring, now drawn only when drawing sysdef and not whenever any motd is drawn. Showvalues() - split display between paradise and non-paradise servers. Since paradise values can be numerous, and could overflow the previous 34 line limit, we now use the empty space on top of map window, giving 50 lines to work with. Added missing free pics to ClearMotd. Fixed some indentation. Known issue: bold doesn't work on MOTD for player name Index: proto.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- proto.h 9 Jun 2009 02:23:00 -0000 1.72 +++ proto.h 10 Jun 2009 01:24:02 -0000 1.73 @@ -824,7 +824,7 @@ void ClearMotd (void); void showMotdWin (W_Window motdwin, int atline); struct list; -void showValues (struct list *data); +void showValues (struct motd_line *data); void newMotdLine (char *line); void newMotdPic (int x, int y, int width, int height, char *bits, int page); void getResources (char *prog);