Skip to content

Commit

Permalink
+ development snapshot <0.41.27>
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Dec 7, 2016
1 parent 83b6129 commit f993d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified MegaMek.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
VERSION HISTORY:
----------------
v0.41.27-git
v0.41.27
+ Fixes #14: Mixtech does not allow you to select mixtech armor
+ Fixes #31: ProtoType Jump Jets Missing from Dropdown
+ Fixes #34: Mixed tech units display ALL armor types
+ Fixes #30: Cannot change gyro type with mixed clan tech
+ Added naval movement modes for combat vehicles.
+ Fixes #33: Large shield messing with jump jets
+ Fixes #29: Jump Jet issue with modular armor
+ Updated MegaMek.jar to 0.41.27

v0.41.26 (2016-11-02 02:00 UTC)
+ Fix #35 by normalizing references to files to use the names of the data files
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import megameklab.com.ui.Mek.MainUI;

public class MegaMekLab {
public static final String VERSION = "0.41.27-git";
public static final String VERSION = "0.41.27";

public static void main(String[] args) {
System.setProperty("apple.laf.useScreenMenuBar", "true");
Expand Down

0 comments on commit f993d80

Please sign in to comment.