Skip to content

Commit

Permalink
Version 1.4 (#170)
Browse files Browse the repository at this point in the history
* Fix #163 (#164)

* fix warden skill id typo

* fix invalid member access in CheckSkills()

* fix #163, on OptionsPanel checkskills() access

---------

Co-authored-by: whiterabbit963 <[email protected]>

* Map updates (#169)

* fix warden skill id typo

* fix invalid member access in CheckSkills()

* fix #163, on OptionsPanel checkskills() access

* fix various map window issues (#16)

Add missing map locations for reputation skills.
Combined Eriador, Rhovanion, Gondor, and Creeps into a single class.
Use a single list of locations since each location will generally
exist on a single map. Any exceptions can be handled in a one-off
manner.

* add coordinate display for debugging

* improve map window interactions

* move map windows into a single menu list

* improve handling of some map data errors

* add coordinates for Bloody Eagle Tavern

Shifted Umbar to improve alignment with the BE Tavern

* add skill id to mapwindow locations

This removes the requirement that the location indexes match the
dictionary ordering of skills. Further, it will allow for verification
of any mismatches between location and skill tables.
Those maps with skills on multiple maps have been integrated into
the table initialization statements.

* add startup checks to verify dictionary and map ids match

---------

Co-authored-by: whiterabbit963 <[email protected]>

* Fix #106 (#166)

* fix warden skill id typo

* fix invalid member access in CheckSkills()

* fix #163, on OptionsPanel checkskills() access

* fix various map window issues (#16)

Add missing map locations for reputation skills.
Combined Eriador, Rhovanion, Gondor, and Creeps into a single class.
Use a single list of locations since each location will generally
exist on a single map. Any exceptions can be handled in a one-off
manner.

* add coordinate display for debugging

* improve map window interactions

* move map windows into a single menu list

* improve handling of some map data errors

* add coordinates for Bloody Eagle Tavern

Shifted Umbar to improve alignment with the BE Tavern

* add skill id to mapwindow locations

This removes the requirement that the location indexes match the
dictionary ordering of skills. Further, it will allow for verification
of any mismatches between location and skill tables.
Those maps with skills on multiple maps have been integrated into
the table initialization statements.

* add startup checks to verify dictionary and map ids match

* fix travel button off screen on lower resolution change (#106)

---------

Co-authored-by: whiterabbit963 <[email protected]>

* fixing typo in creep map shortcut population

* some small static code analysis improvements

* v1.4.0 metadata

---------

Co-authored-by: whiterabbit963 <[email protected]>
Co-authored-by: whiterabbit963 <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2024
1 parent 431d9fb commit 28ed9cb
Show file tree
Hide file tree
Showing 19 changed files with 758 additions and 1,311 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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
## v1.3.0
- fixed Warden Muster to Dale in DE client
- fixed Bloody Eagle Tavern skill in DE client
Expand Down
2 changes: 1 addition & 1 deletion TravelWindowII.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Information>
<Name>Travel Window II</Name>
<Author>Hyoss</Author>
<Version>v1.3.0</Version>
<Version>v1.4.0</Version>
<Description>
This plugin creates a single window that contains all the available travel skills, including the race, class and reputation skills.
It is a further development of Travel Window, that has been worked on by multiple authors before.
Expand Down
2 changes: 1 addition & 1 deletion TravelWindowII.plugincompendium
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PluginConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Id>1113</Id>
<Name>Travel Window II</Name>
<Version>v1.3.0</Version>
<Version>v1.4.0</Version>
<Author>Hyoss</Author>
<InfoUrl>http://www.lotrointerface.com/downloads/info1113</InfoUrl>
<DownloadUrl>http://www.lotrointerface.com/downloads/download1113</DownloadUrl>
Expand Down
16 changes: 7 additions & 9 deletions doc/lotroforums.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
A new version is available!

v1.3.0
- fixed Warden Muster to Dale in DE client
- fixed Bloody Eagle Tavern skill in DE client
- fixed more sorting issues for Hunter, Warden and DE/FR clients caused by duplicate skillnames - thanks to @whiterabbit963
- options window now hides on pressing Esc or UI toggle button - thanks to @whiterabbit963
- spacing around borders of window reduced to look nicer when resizing into a small window - thanks to @whiterabbit963
- improved layout and resizing for pulldown tab - thanks to @whiterabbit963
- more consistent and performant setting of window opacity and options window opacity - thanks to @whiterabbit963
- vast amounts of code quality improvements that should result in stability, faster loading and no stutters when resizing TW II - thanks to @whiterabbit963
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

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.

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].
Loading

0 comments on commit 28ed9cb

Please sign in to comment.