Patch Information
We are pushing an update out to the beta branch to address issues regarding that branch before it moves to live. We apologize for the short notice, but as some of these changes are fixes for the much anticipated Cave Dwellings feature, we felt they needed to be included.
Due to the pack issues mentioned before, this will be another large download.
There are no breaking changes between client and server, so there is no version bump for this beta update. The version number will remain 1.0.0.7 as to not prevent clients from connecting to servers already running at 1.0.0.7. See the "Going forward" section below for an important note on future versioning.
While there are no breaking changes, it is strongly recommended that all servers update to 1.0.0.7 due to the bugs fixed by this update.
Edit
Beta has been updated to address the issue with the settings window not opening. It will also now be an always on top window to assist users when it would open behind the main game window.
Cave Dwelling fixes
- Layer check for tile border actions.
- Fix so merchants will appear in caves when used there.
- Restricted traders to surface only.
General Changes
- Removed the check preventing gift items from being created (these now require a GM account)
- Fixed an issue that could sometimes allow for corpses to be looted on PvE
- Added generic templates for rift items and creatures. Note: These were added so that Wurm Unlimited users can have fun with the rift feature assets without needing to mod them in.
- Fixed issues with graphics.jar containing older .dae models and missing the rift assets.
Going forward
We realize that adding code changes without much lead time may make things difficult for server administrators. We will be moving to a new versioning system that will only force same version when there are breaking changes or if the administrator has strict versioning enabled. More information on this system will be made available after the next update to live.
File Change Log
Common
com/wurmonline/shared/constants/IconConstants.java
com/wurmonline/shared/constants/ModelConstants.java
Server
com/wurmonline/server/behaviours/Action.java
com/wurmonline/server/behaviours/MethodsItems.java
com/wurmonline/server/behaviours/TraderBookBehaviour.java
com/wurmonline/server/creatures/CreatureTemplateCreator.java
com/wurmonline/server/creatures/CreatureTemplateIds.java
com/wurmonline/server/items/ItemList.java
com/wurmonline/server/items/ItemTemplateCreatorContinued.java
com/wurmonline/server/items/ItemTemplateCreatorThird.java
com/wurmonline/server/items/ItemTypes.java
com/wurmonline/server/questions/ItemCreationQuestion.java
com/wurmonline/server/questions/QuestionParser.java
Client
WurmClient/src/com/wurmonline/client/renderer/gui/HeadsUpDisplay.java
WurmClient/src/com/wurmonline/client/renderer/gui/OptionsWindow.java