v3.0.0: updated version and changelog for ALPHA-1.1
This commit is contained in:
@@ -64,6 +64,16 @@ public class v3_X_Changes {
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes = new ChangeInfo("ALPHA-1.1", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||
"Fixed the following bugs:\n" +
|
||||
"**Caused by ALPHA:**\n" +
|
||||
"**-** Crashes when attempting to end an ascension run with the Cleric.\n" +
|
||||
"**-** Flash spell not allowing the player to target many locations they should be."));
|
||||
|
||||
changes = new ChangeInfo("ALPHA-1.0", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
@@ -87,19 +97,7 @@ public class v3_X_Changes {
|
||||
"**-** Minor visual errors in spell window\n" +
|
||||
"**-** Minor textual errors"));
|
||||
|
||||
changes = new ChangeInfo("ALPHA-0.7", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||
"Quick extra release to fix some bugs =S\n\n" +
|
||||
"Fixed the following bugs:\n" +
|
||||
"**Caused by ALPHA:**\n" +
|
||||
"**-** Crashes caused by hallowed ground\n" +
|
||||
"**-** Holy Intuition being referred to as divine intuition in some cases\n" +
|
||||
"**-** Text display errors with recall inscription buff"));
|
||||
|
||||
changes = new ChangeInfo("ALPHA-0.6", false, null);
|
||||
changes = new ChangeInfo("ALPHA-0.6 & 0.7", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user