]> git.pond.sub.org Git - empserver/commitdiff
Update for 4.3.5. v4.3.5
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 28 May 2006 07:54:10 +0000 (07:54 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 28 May 2006 07:54:10 +0000 (07:54 +0000)
doc/CHANGES4.X
info/Empire4.t

index 2cdc6805cddb0be80b68c921e77b4a74b8e88761..dd7a4fd320ddaff01b1d25f07c193e36d0ab735d 100644 (file)
@@ -1,3 +1,17 @@
+Changes to Empire 4.3.5 - Sun May 28 07:49:54 UTC 2006
+ * In conditionals, ~ compared to a string selector now stands for an
+   empty string.
+ * Change encoding of `not in any group' from " " to "".  This makes
+   fleet=~ work.  It also affects xdump.
+ * Fix plane capture code to clear wing.
+ * People now eat and starve exactly the same in sectors, ships and
+   land units.  There used to be small differences, and civilians and
+   uw loaded on land units didn't eat at all.  The starvation command
+   has been updated accordingly.
+ * Fix bug that makes it impossible to assault or board with land
+   units (broken in 4.3.4).
+ * Code cleanup.
+
 Changes to Empire 4.3.4 - Thu May 25 05:46:10 UTC 2006
  * Don't use non-portable groff features (broken in 4.3.0).
  * Work around potential crash bugs in command argument access.
index 584e51f6bf995df11ecff484c221eed2a3efa553..3172d92e2a32fde173d2f923623402ad447bb78a 100644 (file)
@@ -7,6 +7,20 @@ new Empire4 Server.  This outlines the various changes and how they
 will affect you, the player.  These were coded as the Wolfpack project,
 and bug-reports should be sent to <wolfpack@wolfpackempire.com>.
 .NF
+Changes to Empire 4.3.5 - Sun May 28 07:49:54 UTC 2006
+ * In conditionals, ~ compared to a string selector now stands for an
+   empty string.
+ * Change encoding of `not in any group' from " " to "".  This makes
+   fleet=~ work.  It also affects xdump.
+ * Fix plane capture code to clear wing.
+ * People now eat and starve exactly the same in sectors, ships and
+   land units.  There used to be small differences, and civilians and
+   uw loaded on land units didn't eat at all.  The starvation command
+   has been updated accordingly.
+ * Fix bug that makes it impossible to assault or board with land
+   units (broken in 4.3.4).
+ * Code cleanup.
+
 Changes to Empire 4.3.4 - Thu May 25 05:46:10 UTC 2006
  * Don't use non-portable groff features (broken in 4.3.0).
  * Work around potential crash bugs in command argument access.