-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating master branch to development state #631
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update faq.json
Added option for big Portal Names
Fixed some typos and added the modifier stat to the values
Added projectile modification section, applies to bow and javelin
…u. Many droplet tools give you R,G,B as an INT
Changed the reference point when calling PrivateArea.CheckAccess
Alpha feedback fixes
Added new MonsterAI class to GameClasses. Added new Tameable class to GameClasses. Added Tameable section to vplusconfig.json. Updated valheim_plus.cfg to include new Tameable section. Added prefix patches for the both Character.CheckDeath and Character.Damage methods. Added TrameableConfiguration class to Configurations.Sections. Added TameableConfiguration property to Configuration class. Updated README.md to include info on Protected Pets.
Added In-game clock
FAQ Update - Incompatible Version
Allow all ores in blast furnace
Update faq.json
description fix to match the sections its in
Update valheim_plus.cfg
tool durability fix
shareablePins in Minimap_AddPin_Patch is causing null exceptions because it isn't initialized to start.
shareablePins not initialized.
bannerHoverStream not Disposed.
Invalid or negative index error.
- Fixed Refactored and slightly changed GetDifficulty functions (Game Class) - Fixed issues with Stamina Bar (needs testing)
Removed Stamina Bar Text, vanilla game has this option now.
Fixed new parameters for function
Fixed AttachStart missing parameters
- Fixed RepairOneItem transpiler missing stub parameter.
- Updated plugin version to 0.9.9 - Added a catch to the unarmed damage to ensure at least between 0-2 damage on unarmed skill levels.
Fixed the issue of using a multiplicative calculation for difficulty instead of a change of base value
Change difficulty value from multiplier to percent
The Transpiler previously responsible for slowing down time calculation for food has been replaced by a hook that instead modifies the total runtime value of the food when eaten and changes it back postfix. This should be a superior solution and be less conflicting with other mods .
Removed out-commented code
- Added a [Chat] Section to the settings - Added a option called forcedCase to disable forced Uppercase and Lowercase when shouting or whispering - Added pingDistance and shoutDistance, if you are outside of this range in meters in comparison to the creator of the shouts or ping- you will not see the ping on the map or the shout on the map. If these values are set to 0, the functions are disabled. - Added outOfRangeShoutsDisplayInChatWindow, if you have this enabled you will still be able to see all shouts in your chat window even if you are out of shoutDistance range. - Added defaultWhisperDistance to modify the default chat distance for whispering ingame. - Added defaultNormalDistance to modify the default chat distance for normal talking ingame. - Added defaultShoutDistance to modify the default chat distance for shouting ingame.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.