-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Features 171 and 100 (#172) * add enable/disable all buttons * add enable/disable overlapping skills buttons #171 * remove unnecessary args in MapWindow * improve nil handling of location coordinate map * update mapwindow after changing enable state * optimize mass enable/disable update performance * refactor TravelDictionary Move all logic out of language files. Replace global location variables with a single global: TravelInfo. Update TravelDictionary counts on every AddSkill(). Minor simplification to TravelShortcut ctor. Refactored several places where code was duplicated. Removed broken and unnecessary handling of skills being removed from game. * replace LC ints with turbine named constants * add feature to ignore escape to close the main window #100 --------- Co-authored-by: whiterabbit963 <[email protected]> * Mini UI option (#174) * swap out silver window for a minimalist window Includes icon snapping to ensure the window is always minimally sized. Updated list, carousel, and pulldown tabs to be take up less room. * move travel and settings data out of TravelWindow The necessary logic is executed in Main.lua. Many of the functions while no longer a part of TravelWindow still remain in TravelWindow.lua and should be moved to more appropriate files. * move functions out of TravelWindow * add option to toggle between minwindow and the normal one * remove mini-window padding * minor spacement adjustment on pulldown tab * remove SetWantsUpdates() on controls that do not use it * add variable fade out speed to min opacity * remove Turbine.UI.Extensions.Window dependency * fixup pulldowntab opacity --------- Co-authored-by: whiterabbit963 <[email protected]> * Feature 101 (#175) * handle empty case in the pulldown tab * add feature #101 * put TravelWindow on top on TravelButton and cli * Pulldown tab bug fixes (#176) * fixup handling of deprecated buttonPositionX/Y * fix pulldown tab issue for travel-on-click Also fixes some scrolling issues for the drop down window. * triple the fade-out duration * Bug fix #177 (#178) * make NextY() a local method to prevent misuse outside of intended scope * fix string matching of skill descriptions * allow options text to fill available space * force mainwindow update when loading global settings * change the default sort to put racial & class skills after general skills This should improve level progression sorting. * fixed syntax error in French dictionary * minor translation cleanup * removed unused code for unobtainable glan vraig maps * fixes #179 * updated default readme * adding new screenshots for lotrointerface.com * add metadata for v2.0.0 release --------- Co-authored-by: whiterabbit963 <[email protected]> Co-authored-by: whiterabbit963 <[email protected]>
- Loading branch information
1 parent
83e129e
commit c5c404c
Showing
32 changed files
with
2,321 additions
and
2,311 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
A new version is available! | ||
|
||
v1.4.0 | ||
- reintroduces a rewritten Map Window feature - thanks to @whiterabbit963 | ||
- toggle button will no longer be out of bounds after reducing client resolution - thanks to @whiterabbit963 | ||
- fixes error message on check untrained skills in options - thanks to @whiterabbit963 | ||
- fixes Muster in Dale skill in DE client properly this time - thanks to @whiterabbit963 | ||
v2.0.0 | ||
- adds a mini window option offering an alternative interface with minimal window size | ||
- adds skills snapping for cleaner resizing of main and mini windows | ||
- adds slider to control speed of fadeout to min opacity | ||
- adds the ability to save a global preset so main options can be transferred to alts | ||
- adds option to control whether Esc closes main Travel window | ||
- adds enable/disable all buttons in enable options tab | ||
- adds enable/disable button for overlapping class/reputation skills in enable options tab | ||
- sets default sort so racial & class skills come after general skills to get closer to level progression sorting | ||
- fixes Travel Window opening behind chat and Travel Button | ||
- fixes missing Return to Dol Amroth (Western Gondor) in DE client | ||
- significant code cleanup under the hood for more reliable and maintainable code | ||
|
||
This introduces an important milestone - Travel Window II is now free of known bugs for the first time since it was forked from Travel Window. Huge kudos to @whiterabbit963 for making this possible. | ||
Huge kudos to @whiterabbit963 for making this release possible! | ||
|
||
Download it at [url=https://www.lotrointerface.com/downloads/fileinfo.php?id=1113]Lotrointerface[/url], [url=https://github.com/wduda/TravelWindowII/releases]GitHub[/url], via [url=https://github.com/JeremyStepp/OneLauncher]OneLauncher[/url] or via [url=https://www.lotrointerface.com/downloads/info663-LOTROPluginCompendium.html]Plugin Compendium[/url]. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.