Skip to content

Commit

Permalink
v0.2.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrp200 committed Sep 21, 2021
1 parent 80cd255 commit 8dc514b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ allprojects {
appName = 'RKPD2'
appPackageName = 'com.zrp200.rkpd2'

appVersionCode = 598
appVersionName = '0.2.1'
appVersionCode = 599
appVersionName = '0.2.1a'

appJavaCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ private static String list(int lineSpace, String... items) {
final ChangeInfo[][] changes = {
{
new ChangeInfo("v0.2", true, TITLE_COLOR, ""),
new ChangeInfo("v0.2.1a",false,"", bugFixes("fixed a critical bug preventing items from being identified by exp.")),
new ChangeInfo("v0.2.1", false, "",
new ChangeButton(get(INFO), "Developer Commentary", "I'm shifting to Shattered's new major.minor.patch versioning system, so even though this is listed as v0.2.1, it's really the equivalent of v0.2.0a.\n\nThis patch has many internal changes to the talent system, so beware of any bugs that may result from this."),
new ChangeButton(MULTISHOT, "Adjusted the way multiple sniper's marks are handled internally, to increase consistency of the mechanic:" + list(2,"Using specials with multiple free targets stored will now use them in order of highest level to lowest level.", "When too many snipers marks are stored, the one storing the lowest shared upgrades level is now removed. If all are the same level, 'standard' sniper's marks will be removed before free-targeted marks. Previously level was not considered at all.") + "\nAlso fixed a bunch of issues with multi-shot:" + list(2,"Crash when cancelling targeting a single free-targeted sniper's mark.", "Rare cases where cancelling a special would incorrectly leave the targeting system active.", "Killing a marked enemy with a thrown weapon generating two free-targeted sniper's marks.", "Not being able to use sniper specials if there are less possible targets than available marks.", "Sniper's marks sometimes not detaching when their targets are killed.")),
Expand Down

0 comments on commit 8dc514b

Please sign in to comment.