|
From: Chad M. <cmm...@us...> - 2006-11-04 17:44:12
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3140 Modified Files: ChangeLog configure.in Log Message: Release 5.6.1. Better handle hover mode death Process ZoneEntry for auras as a newSpawn. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- ChangeLog 11 Oct 2006 01:29:42 -0000 1.26 +++ ChangeLog 4 Nov 2006 17:44:06 -0000 1.27 @@ -1,9 +1,16 @@ Version: $Id$ $Name$ -purple (10/10/06) +purple (11/04/06) ----------------- ++ Updated version to 5.6.1 + Fixed con range. Stupid double ++ error. + Redid gradients for red con colors ++ Cleaned up the hover-mode death handling by making movements valid, changing + icon to a corpse, and made handling the respawn not cause unknowns ++ Added a hack for kernel versions after 2.6.18 that moved UTS_RELEASE ++ Fixed auras so they shouldn't show up unknown as much. New auras for people + who are not in your group will still show as unknown, since the server + doesn't announce them until you join the group. purple (9/30/06) ---------------- Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- configure.in 30 Sep 2006 21:18:23 -0000 1.69 +++ configure.in 4 Nov 2006 17:44:06 -0000 1.70 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.6.0.0) +AC_INIT(showeq, 5.6.1.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |