Update of /cvsroot/seq/showeq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv468
Modified Files:
ChangeLog configure.in
Log Message:
About 70% of what is needed for live compatibility for DoD expansion.
charProfileStruct is about 75% done. Some code commented out in player.cpp
and messageshell.cpp to reflect this, as some things seem gone from
charProfileStruct now.
Regenerated staticspells.h for new expansion.
Updated zones for new expansion.
Version = 5.1.0.0-pre1
Index: ChangeLog
===================================================================
RCS file: /cvsroot/seq/showeq/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog 13 Sep 2005 15:23:08 -0000 1.2
+++ ChangeLog 14 Sep 2005 04:15:03 -0000 1.3
@@ -2,11 +2,14 @@
purple (09/13/05)
-------------------
-+ Updated version to 5.1.0.0
++ Updated version to 5.1.0.0-pre1
+ Branched 4.x off the trunk to v4 branch
+ Merged pre_5_0_beta branch down to the trunk. The trunk will be used for
development now
+ Updated zones to reflect new .exe
++ Reworked spawnStruct
++ Reworked some of charProfileStruct
++ Regenerated staticspells.h
purple (07/22/05)
-------------------
Index: configure.in
===================================================================
RCS file: /cvsroot/seq/showeq/configure.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- configure.in 13 Sep 2005 15:23:08 -0000 1.55
+++ configure.in 14 Sep 2005 04:15:03 -0000 1.56
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.1.0.0)
+AC_INIT(showeq, 5.1.0.0-pre1)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
|