Difference between revisions of "Upcoming Release"
From LugdunonWiki
(Replaced content with "'''0.6.4''' ''Last Updated: 01/05/2014'' mods altered in this update: server mods altered in this update: /etc files altered in this update: Release Notes:") |
|||
Line 2: | Line 2: | ||
− | ''Last Updated: | + | ''Last Updated: 02/05/2014'' |
mods altered in this update: | mods altered in this update: | ||
− | + | *net.lugdunon.world.defaults.compendium | |
Line 22: | Line 22: | ||
Release Notes: | Release Notes: | ||
+ | *Fixed an issue with net.lugdunon.state.quest.condition.completion.reward.ItemReward that was causing issues with saving quest data. | ||
+ | *Fixed an issue that was causing RECIPE:CRAFTING.RECIPE.ID to appear in several quest summaries. Read that as 'I totally forgot to implement the following feature for 0.6.3'. | ||
+ | *Parameter filter support extended for use in text block on the client-side. | ||
+ | *Added game.filterText(text,actor,props) to client-side API. | ||
+ | *Added net.lugdunon.command.core.console.parameters.IParameterFilter to the client-side code base. | ||
+ | *Added net.lugdunon.command.core.console.parameters.IParameterFilter.hasClientSide() to the server-side API. | ||
+ | *Added net.lugdunon.command.Interpreter.listClientSideParameterFilters() to the server-side API. | ||
+ | *Fixed match for net.lugdunon.world.defaults.compendium.CraftingRecipeLinkParameterFilter to disregard a trailing '.'. | ||
+ | *Fixed match for net.lugdunon.world.defaults.compendium.InstancedPlayerItemLinkParameterFilter to disregard a trailing '.'. | ||
+ | *Fixed match for net.lugdunon.world.defaults.compendium.ModifierLinkParameterFilter to disregard a trailing '.'. | ||
+ | *Fixed match for net.lugdunon.world.defaults.compendium.SpellLinkParameterFilter to disregard a trailing '.'. | ||
+ | *Added net.lugdunon.world.defaults.compendium.CraftingRecipeLinkParameterFilter to the client-side code base. | ||
+ | *Added net.lugdunon.world.defaults.compendium.InstancedPlayerItemLinkParameterFilter to the client-side code base. | ||
+ | *Added net.lugdunon.world.defaults.compendium.ModifierLinkParameterFilter to the client-side code base. | ||
+ | *Added net.lugdunon.world.defaults.compendium.SpellLinkParameterFilter to the client-side code base. |
Revision as of 02:21, 3 May 2014
0.6.4
Last Updated: 02/05/2014
mods altered in this update:
- net.lugdunon.world.defaults.compendium
server mods altered in this update:
/etc files altered in this update:
Release Notes:
- Fixed an issue with net.lugdunon.state.quest.condition.completion.reward.ItemReward that was causing issues with saving quest data.
- Fixed an issue that was causing RECIPE:CRAFTING.RECIPE.ID to appear in several quest summaries. Read that as 'I totally forgot to implement the following feature for 0.6.3'.
- Parameter filter support extended for use in text block on the client-side.
- Added game.filterText(text,actor,props) to client-side API.
- Added net.lugdunon.command.core.console.parameters.IParameterFilter to the client-side code base.
- Added net.lugdunon.command.core.console.parameters.IParameterFilter.hasClientSide() to the server-side API.
- Added net.lugdunon.command.Interpreter.listClientSideParameterFilters() to the server-side API.
- Fixed match for net.lugdunon.world.defaults.compendium.CraftingRecipeLinkParameterFilter to disregard a trailing '.'.
- Fixed match for net.lugdunon.world.defaults.compendium.InstancedPlayerItemLinkParameterFilter to disregard a trailing '.'.
- Fixed match for net.lugdunon.world.defaults.compendium.ModifierLinkParameterFilter to disregard a trailing '.'.
- Fixed match for net.lugdunon.world.defaults.compendium.SpellLinkParameterFilter to disregard a trailing '.'.
- Added net.lugdunon.world.defaults.compendium.CraftingRecipeLinkParameterFilter to the client-side code base.
- Added net.lugdunon.world.defaults.compendium.InstancedPlayerItemLinkParameterFilter to the client-side code base.
- Added net.lugdunon.world.defaults.compendium.ModifierLinkParameterFilter to the client-side code base.
- Added net.lugdunon.world.defaults.compendium.SpellLinkParameterFilter to the client-side code base.