Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sc8-pr-cvs16:/tmp/cvs-serv11481/resources/docs Modified Files: changes.txt Log Message: Fix assumption in STATSIZE and MESSAGESIZE defines that text is only 10 pixels high. Fixed text dashboard to work with increased font size. New function DashMaxWidth() to take into account that dash may need to be wider than tactical, if font size is sufficiently large. Tested against text dashboard only so far. Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.176 retrieving revision 1.177 diff -u -d -r1.176 -r1.177 --- changes.txt 13 Apr 2007 08:08:19 -0000 1.176 +++ changes.txt 13 Apr 2007 09:10:16 -0000 1.177 @@ -1,4 +1,5 @@ Netrek XP 2006, Version 1.3: +- text dashboard now adjusts for font size - added the huge list of color names and color RGB codes to netrekxp manual, this was always confusing to me as to what color names were actually allowed. They were buried in the code, now they are visible in the manual.