Skip to content

Releases: DDCompany/AchievementsAPI_PE

v4.3-release

12 Oct 19:29

Choose a tag to compare

🧪Fixed

  • Fixed NetworkThreadMarker not found exception
  • Fixed old pause screen ui

v4.2.1-release

06 Jan 07:58

Choose a tag to compare

Fixed

  • achievements screen opening

v4.2-release

03 Dec 07:35

Choose a tag to compare

Changed

  • background textures

v4.1-release

02 Dec 10:04

Choose a tag to compare

Added

  • commands translation
  • AchievementAPI.revokeAll method

Fixed

  • removed debug message
  • description of kill_dragon achievement
  • popups appears on the in game screen only
  • when all external commands are ignored

v4.0-release

01 Dec 13:16

Choose a tag to compare

Added

  • multiplayer support
  • AchievementAPI.registerAll method
  • title of groups translation support
  • connection & announce property in IAchievement
  • more information in exceptions
  • other new methods

Changed

  • header & copyright
  • name of properties in IAchievement:
    • unique -> uid
    • strongDependence -> hidden
    • notCompletePopup -> showPopup
  • name of properties in IAchievementGroup:
    • unique -> uid
    • bgTexture -> background
  • AchievementGroup.addChildren renamed to addChild
  • new format for name, description & parent
  • item property renamed to icon and it can be set to the item id
  • get and set properties instead of regular methods
  • Translation keys
  • UI moved to another class - AchievementsUI
  • Some of Achievement methods moved to AchievementData
  • ui textures dir refactor
  • moved window show button to pause menu
  • commands can accept the player's name as the last parameter
  • popup window cannot be clicked

Fixed

  • popup stays on the screen after left the world
  • JSDoc in IAchievementGroup.background
  • window title

Removed

  • onAchieve callback
  • methods from AchievementAPI: getLocalized, giveAllForGroup, removeDataFor, getProgress

v3.0-release

20 Jul 11:42

Choose a tag to compare

  • Removed fast_travel achievement
  • Using constants instead of magic numbers
  • vanilla.json separated into two files
  • obtain_armor and shiny_gear achievements require any element of armor
  • Updated lib

v2.1-release

13 Jul 13:34

Choose a tag to compare

  • Code rewritten on TS
  • Fixed craft achievements

v1.3.3-release

16 May 18:02

Choose a tag to compare

Изменён номер версии

v1.3.2-release

02 May 09:14

Choose a tag to compare

Изменён номер версии

v1.3-release

01 May 09:42

Choose a tag to compare

Initial commit