Skip to content

Commit

Permalink
development snapshot <0.3.30>
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Jun 28, 2016
1 parent a1f4ebc commit 9a30c4e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Binary file modified MekHQ/MegaMek.jar
Binary file not shown.
Binary file modified MekHQ/MegaMekLab.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions MekHQ/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
VERSION HISTORY
----------------------------------
v0.3.30-git
v0.3.30
+ Issue #110: Unassigned patients no longer get selected automatically
+ Adding planetary icon display to the planet detail view (+ "icon" data entry)
+ Adding HPG network display overlay to the interstellar map panel
+ Issue #29: MekHQ will not load.
+ Issue #69: 3.27 : ATB, allies generated use incorrect skill rating
+ Bug: missing or incorrect values in ratinfo.xml can cause ArrayOutOfBoundsException.
+ Bug: missing or incorrect values in ratinfo.xml can cause ArrayOutOfBoundsException
+ Updated MegaMek.jar to 0.41.20
+ Updated MegaMekLab.jar to 0.1.56

v0.3.29 (2016-06-05 22:40 UTC)
+ Adding a simple view option to the interstellar map (show/hide "empty" planets)
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Global properties for this build -->
<!-- Version and packaging properties -->
<property name="project.name" value="mekhq" />
<property name="version" value="0.3.30-git"/>
<property name="version" value="0.3.30"/>
<property name="osxdist" value="${project.name}-${version}-mac" />
<property name="windist" value="${project.name}-${version}-windows" />
<property name="nixdist" value="${project.name}-${version}" />
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/packaging_local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Global properties for this build -->
<!-- Version and packaging properties -->
<property name="project.name" value="mekhq" />
<property name="version" value="0.3.30-git"/>
<property name="version" value="0.3.30"/>
<property name="osxdist" value="${project.name}-${version}-mac" />
<property name="windist" value="${project.name}-${version}-windows" />
<property name="nixdist" value="${project.name}-${version}" />
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/resources/MekHQ.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Application.name = MekHQ
Application.title = MekHQ
Application.version = 0.3.30-git
Application.version = 0.3.30
Application.vendor= MekHQ Project
Application.homepage=https://github.com/MegaMek
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
Expand Down

0 comments on commit 9a30c4e

Please sign in to comment.