|
From: <cmm...@us...> - 2007-02-16 04:24:22
|
Revision: 678
http://seq.svn.sourceforge.net/seq/?rev=678&view=rev
Author: cmmalone
Date: 2007-02-15 20:24:20 -0800 (Thu, 15 Feb 2007)
Log Message:
-----------
Filled in some bodytypes from the exe, but these are just ones where
there exists items with bane data. So still some missing, most notably, 32.
Updated release and changelog.
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/configure.in
showeq/trunk/src/typenames.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2007-02-16 03:04:57 UTC (rev 677)
+++ showeq/trunk/ChangeLog 2007-02-16 04:24:20 UTC (rev 678)
@@ -1,5 +1,12 @@
Version: $Id$ $Name$
+purple (2/15/07)
++ Updated version to 5.8
++ Compatibility with TBS expansion
++ Opcodes updated (Zaphod, purple, ieatacid)
++ Structs updated (Zaphod, purple)
++ Regenerated zones, bodytypes, races, staticspells
+
dohpaZ (2/2/07)
------------------------
+ Updated version to 5.7.0.1
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2007-02-16 03:04:57 UTC (rev 677)
+++ showeq/trunk/configure.in 2007-02-16 04:24:20 UTC (rev 678)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.7.0.1)
+AC_INIT(showeq, 5.8.0.0)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/typenames.h
===================================================================
--- showeq/trunk/src/typenames.h 2007-02-16 03:04:57 UTC (rev 677)
+++ showeq/trunk/src/typenames.h 2007-02-16 04:24:20 UTC (rev 678)
@@ -8,20 +8,20 @@
#ifndef DOXYGEN_SHOULD_SKIP_THIS
NULL, // 0
"Humanoid", // 1
- NULL, // 2
+ "Lycanthrope", // 2
"Undead", // 3
"Giant", // 4
- "Golem", // 5
- NULL, // 6
- "Shissar", // 7
+ "Construct", // 5
+ "Extraplanar", // 6
+ "Magical", // 7
"UndeadPet", // 8
"BaneGiant", // 9
NULL, // 10
"Untargetable", // 11
"Vampyre", // 12
- NULL, // 13
+ "Atenha Ra", // 13
"Greater Akheva", // 14
- NULL, // 15
+ "Khati Sha", // 15
"Seru", // 16
NULL, // 17
NULL, // 18
@@ -29,10 +29,10 @@
"Luggald", // 20
"Animal", // 21
"Insect", // 22
- "ExtraPlanar", // 23
- "Summoned", // 24
+ "Monster", // 23
+ "Elemental", // 24
"Plant", // 25
- "Dragonkin", // 26
+ "Dragon", // 26
"Elemental", // 27
"Summoned Creature", // 28
"Dragon", // 29
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|