Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
Line 3: Line 3:
 
''Last Updated: 12/11/2013''
 
''Last Updated: 12/11/2013''
  
 +
* Added game.achievements and game.achievementIds to the client-side API.
 +
* net.lugdunon.command.core.ConnectToServerCommand now sends the achievements available on the server to the client upon initial connect.
 +
* Completed the net.lugdunon.state.achievement.BaseAchievement client-side implementation.
 +
* Notification of achievement award is now sent via the chat/console log.
 +
* Added net.lugdunon.state.metric.advancement.AdvancementLostMetric.
 +
* Added new achievement: "Get Crafty" for learning a crafting discipline.
 +
* Added new achievement: "Don't Stop Believin'" for becoming a journeyman in a crafting discipline.
 +
* Added new achievement: "Mastercrafty" for becoming a master in a crafting discipline.
 
* Added Array.first() and Array.last() to client-side API.
 
* Added Array.first() and Array.last() to client-side API.
 
* Added achievements.json to world defaults.
 
* Added achievements.json to world defaults.

Revision as of 04:11, 16 November 2013

0.5.8

Last Updated: 12/11/2013

  • Added game.achievements and game.achievementIds to the client-side API.
  • net.lugdunon.command.core.ConnectToServerCommand now sends the achievements available on the server to the client upon initial connect.
  • Completed the net.lugdunon.state.achievement.BaseAchievement client-side implementation.
  • Notification of achievement award is now sent via the chat/console log.
  • Added net.lugdunon.state.metric.advancement.AdvancementLostMetric.
  • Added new achievement: "Get Crafty" for learning a crafting discipline.
  • Added new achievement: "Don't Stop Believin'" for becoming a journeyman in a crafting discipline.
  • Added new achievement: "Mastercrafty" for becoming a master in a crafting discipline.
  • Added Array.first() and Array.last() to client-side API.
  • Added achievements.json to world defaults.
  • Added net.lugdunon.command.core.player.PlayerAchievementCommand.
  • Added net.lugdunon.state.achievement.AchievementDefinitions to the server-side code base.
  • Added net.lugdunon.state.achievement.BaseAchievement to the code base.
  • Added net.lugdunon.state.achievement.InitialLearnCraftAchievement to the code base.
  • Added net.lugdunon.state.World.getAchievementDefinitions() to server-side API.
  • Added net.lugdunon.state.mod.Mod.listAchievementDefIds() to server-side API.
  • Added net.lugdunon.state.mod.Mod.getAchievementDef(String achievementId) to server-side API.
  • Added net.lugdunon.state.mod.Mod.hasAchievementDef(String achievementId) to server-side API.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.ACHIEVEMENT_UNAWARDED.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.getAchievementAwarded(String achievementId) to the server-side API.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.awardAchievement(String achievementId) to the server-side API.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.listAwardedAchievements() to the server-side API.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.awardAchievement(achievementId,ts) to the client-side API.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.listAchievementsAwarded() to the client-side API.
  • Added net.lugdunon.state.character.advancement.ICharacterStats.getAchievementAwarded(achievementId) to the client-side API.
  • Added net.lugdunon.state.metric.advancement.AdvancementGainedMetric to the server-side code base.
  • Added support for server logging client's http user agent.