-
Notifications
You must be signed in to change notification settings - Fork 117
RT Merge #1058
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
Open
xADDBx
wants to merge
545
commits into
cabarius:RT
Choose a base branch
from
xADDBx:main
base: RT
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
RT Merge #1058
Conversation
This file contains hidden or 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
11e387c to
a5838ec
Compare
bb7d1a6 to
e63a1ff
Compare
* (***ADDB***) Fix issue with threaded loader * (***ADDB***) PatchTool: Allow dumping sprites * (***ADDB***) Catch more exceptions for BP GetTitle
* (***ADDB***) Fix ToyBox breaking Owlmods in weird/random ways when it loads blueprints. (This is considered a major issue so previous versions will be marked as incompatible) * (***ADDB***) Fix issue with threaded loader * (***ADDB***) PatchTool: Allow dumping sprites * (***ADDB***) Catch more exceptions for BP GetTitle
* (***ADDB***) Fix ToyBox breaking Owlmods in weird/random ways when it loads blueprints. (This is considered a major issue so previous versions will be marked as incompatible) * (***ADDB***) Fix issue with threaded loader * (***ADDB***) PatchTool: Allow dumping sprites * (***ADDB***) Catch more exceptions for BP GetTitle
… now take affect *after* existing modifiers are applied, meaning a x2 for hp should double hp. Thanks @Meagermantis1 for helping with testing.
* (***ADDB***) Change how Enemy Sliders were implemented: They should now take affect *after* existing modifiers are applied, meaning a x2 for hp should double hp. Thanks @Meagermantis1 for helping with testing. * (***ADDB***) Remove some unnecessary stats from enemy difficulty sliders * (***ADDB***) Fix Experience multiplier for some mobs and skill checks. * (***ADDB***) Proper Buff Rank handling * (***ADDB***) Remove "Refill consumables in belt slots if in inventory" as it is buggy. If anyone is actually using this reach out and we'll attempt to fix it.
* (***ADDB***) Prevent early cctor calls because of static Player fields by turning those into property getters
* (***ADDB***) Re-implement size change features under Party => Stats: * View multiplier and size override can now both be applied at the same time (previously any size override would render view multiplier useless). * Polymorphs (pretty much exclusively tied to cutscenes in this game) should no longer break/reset the size.
* (***ADDB***) 1.5 Compat: * The color fixup in 1.7.23 caused various issues in threads; those should be fixed (notably by Search 'n Pick working again) * Fixed DisclosureToggle vertical text offset * (***ADDB***) Prevent BPLoader from running too early if GUI is opened directly
* (***ADDB***) 1.5 Compat: * The color fixup in 1.7.23 caused various issues in threads; those should be fixed (notably by Search 'n Pick working again) * Fixed DisclosureToggle vertical text offset * Fixed Party UI spacing issue on different ui scale * (***ADDB***) Prevent BPLoader from running too early if GUI is opened directly ### Toybox Rogue - Ver 1.7.25 (built for 1.5.0.261) * (***ADDB***) Re-implement size change features under Party => Stats: * View multiplier and size override can now both be applied at the same time (previously any size override would render view multiplier useless). * Polymorphs (pretty much exclusively tied to cutscenes in this game) should no longer break/reset the size. ### Toybox Rogue - Ver 1.7.24 (built for 1.5.0.261) * (***Ethyleye***) Updated Chinese localization * (***ADDB***) Fix oversized guid tooltip on items ### Toybox Rogue - Ver 1.7.23 (built for 1.5.0.261) * (***ADDB***) 1.5 Compat: * A new way to calculate Skillcheck Experience was added; that's now covered under the existing multipliers again * Remove "Make DLC1 theme play again in main menu" as there is a base game setting by now * Fix TB AssetLoader (UnityEngine.ImageConversionModule targetting netstandard2.1 and using System.ReadOnlySpan`1 thereby causing a compile error) * Fix sudden line wrapping issues caused by engine update * Kinda fix color issues caused by engine update * (***ADDB***) Readd old Refill consumable feature since people complained about it being removed. I had new implementation; but the person who helped test it said there's an issue with it and then disappeared.
* (***ADDB***) Fix preview units not counting cheated base values for some special stats (e.g. Psy Rating)
* (***ADDB***) Fix per-save settings loading too late, thereby breaking some features (e.g. Visual Size Multiplier)
* (***ADDB***) Minor adjustments to love is free: Improved PcMale and PcFemale overrides; overriding only when necessary to get the romancy response.
… PcFemale overrides; overriding only when necessary to get the romancy response.
… PcFemale overrides; overriding only when necessary to get the romancy response.
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.