Skip to content

Commit 2a2a2ee

Browse files
committed
+ development snapshot <0.3.26>
1 parent 35f439a commit 2a2a2ee

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

MekHQ/MegaMek.jar

-143 KB
Binary file not shown.

MekHQ/MegaMekLab.jar

31.4 KB
Binary file not shown.

MekHQ/docs/history.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION HISTORY
22
----------------------------------
3-
v0.3.26-git
3+
v0.3.26 (2016-04-10 21:53 UTC)
44
+ Bug #31: NPE when advancing a day due to people without tech skills having assigned a repair job
55
+ PR #37: Redesigning the "Parts in use" dialogue to 1. work and 2. have some more useful data to display
66
+ Raising XP limits for gained XP and abilities, as per SF feature request 354
@@ -25,6 +25,8 @@ v0.3.26-git
2525
+ Cleaned replaced a lot of old manual boolean checks with parseBoolean, more needs done
2626
+ Issue #22: Classpath fix for MM/MML jar files broken by commit ec84325
2727
+ Bug: Added entity.setDeployed(false) to Campaign.clearGameData(Entity)
28+
+ Updated MegaMek.jar to 0.41.16
29+
+ Updated MegaMekLab.jar to 0.1.52
2830

2931
v0.3.25 (2016-02-21 14:15 UTC)
3032
+ Updating MHQ Data files to be in line with MM 41.14 (Multi-commits)

MekHQ/src/mekhq/resources/MekHQ.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Application.name = MekHQ
44
Application.title = MekHQ
5-
Application.version = 0.3.26-git
5+
Application.version = 0.3.26
66
Application.vendor= MekHQ Project
77
Application.homepage=http://mekhq.sourceforge.net
88
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop

0 commit comments

Comments
 (0)