|
From: Chad M. <cmm...@us...> - 2005-05-10 16:20:49
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18622 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Changed player's skills array to be uint32_t instead of uint8_t. Removed the special 254/255 values from the skill list so skills with those values actually show up properly in the list. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.13 retrieving revision 1.1.2.14 diff -u -d -r1.1.2.13 -r1.1.2.14 --- ChangeLog 10 May 2005 16:11:54 -0000 1.1.2.13 +++ ChangeLog 10 May 2005 16:20:36 -0000 1.1.2.14 @@ -8,6 +8,7 @@ + Made is so OP_ManaChange can be 0 size. Bards have this a lot. + Fix problems with guilds numbered higher than 512 + Added unknown world data to the unknown log ++ Fixed the skills window to properly show skills > 252 dophaZ (04/17/05) ----------------------- |