Skip to content

Commit

Permalink
Development snapshot <0.3.29>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Jun 5, 2016
1 parent 8256d1c commit 4640e14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file modified MekHQ/MegaMek.jar
Binary file not shown.
Binary file modified MekHQ/MegaMekLab.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion MekHQ/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY
----------------------------------
v0.3.29-git
v0.3.29 (2016-06-05 22:40 UTC)
+ Adding a simple view option to the interstellar map (show/hide "empty" planets)
+ Code cleanup/refactor of the interstellar map panel
+ Issue #96: Null Pointer Exception from Special Mission (Prison Break)
Expand All @@ -13,6 +13,8 @@ v0.3.29-git
+ Issue #64: Coolant failures not reset between missions.
+ Issue #63: Unable to edit mission - error about duplicate mission name.
+ Issue #89: AtB - NPE Setting Planetary Conditions
+ Interstellar map panel QoL improvements: Zooming at the middle of the screen
+ PR #95 - AtB Uses Int Ops Reputation Factor when IO rating is used

v0.3.28 (2016-04-16 19:30 UTC)
+ Bug #43 / PR #62: Making admins gain their XP less often than once per week if requested,
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.29-git"/>
<property name="version" value="0.3.29"/>
<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.29-git"/>
<property name="version" value="0.3.29"/>
<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.29-git
Application.version = 0.3.29
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 4640e14

Please sign in to comment.