Skip to content

Commit

Permalink
PFRPG2 and PFRPG2-Legacy fixes. Simple change... just incrementing bu…
Browse files Browse the repository at this point in the history
…ild number and keeping most everything else as it was for 2.9.22 to minimize effort.
  • Loading branch information
JustinFreitas committed Dec 4, 2023
1 parent 1a4dc73 commit a203503
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[COLOR=#FF8C00][SIZE=4][B]Update to v2.9.22 - Torchbearer[/B][/SIZE][/COLOR]
[COLOR=#FF8C00][SIZE=4][B]Update to v2.9.22.1 - Torchbearer[/B][/SIZE][/COLOR]

[COLOR="#FF0000"][B]Announcement:[/B][/COLOR]

Expand Down Expand Up @@ -34,7 +34,7 @@ Sir Motte
[*] OSE Fixes for spells.
[*] OSE spell main tweaks
[*] Use the lighter cream color instead of the yellow on the chat wait indictor. Now it matches the Dice Tray and other UI elements.
[*] Fix for PF2E Activities tab... colors are right now but the font should be changed to the standard Hearth font.
[*] Fix for PFRPG2 Activities tab... colors are right now but the font should be changed to the standard Hearth font.
[*] Update to CT for OSE to prevent the width going to small. Also, moved the DayTracker option button near the Round Counter to avoid confusion with the normal CT menu.
[*] Account for CT Defense Item width in the CT minimum width.
[*] Make hover icons use the primary light cream color instead of yellow to ,atch the rest of the UI.
Expand All @@ -45,6 +45,7 @@ Sir Motte
[*] Chat frame optimizations and also token name label fix like height.
[*] For GM text, use the creamy primary font color instead of bright yellow. Has a much better match and isn't used for any other chat messages (player chat, whisper, etc).
[*] Added lots of fixes and additional buttons to 5e, 4e, Core and OSE2
[*] Added PFRPG2-Legacy support which was causing some of the theme elements to not be recognized.
[/LIST]


Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sir Motte's Magnificent Darkness - Hearth Edition

Current Version: 2.9.22 - Torchbearer
November 22, 2023 - [Latest Changelog](https://www.fantasygrounds.com/forums/showthread.php?58034-Theme-SirMottes-Magnificent-Darkness&p=702366&viewfull=1#post702366)
Current Version: 2.9.22.1 - Torchbearer
December 3, 2023 - [Latest Changelog](https://www.fantasygrounds.com/forums/showthread.php?58034-Theme-SirMottes-Magnificent-Darkness&p=702366&viewfull=1#post702366)

Original creator: Sir Motte
Maintained by: Justin Freitas
Expand All @@ -22,7 +22,7 @@ You can still contact Sir_Motte, preferably on Discord, but he is, for now, no l
- Dungeons & Dragons 3.5E
- Dungeons & Dragons 4E
- Pathfinder 1E
- Pathfinder 2E
- Pathfinder 2E (and Legacy)
- XCore
- Cypher System
- Cyberpunk Red
Expand Down Expand Up @@ -124,4 +124,3 @@ I understood, nodded, bowed deeply and then returned his smile. Certainly not as

### Credits
A few icons used are based on the Byte Dance Open Source Icon Library (iconpark.bytedance.com/official), though in most cases heavily altered they provide an invaluable starting base. Check them out if you need them.

10 changes: 5 additions & 5 deletions extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--Special Thanks to MeAndUnique, Saagael and Zarestia for the enormous amount of help with xml and lua stuff <3!-->

<root version="3.2">
<announcement text="Theme Loaded: \rSir Motte's Magnificent Darkness\rVersion: 2.9.22 - Torchbearer" font="oocfont" icon="footface" />
<announcement text="Theme Loaded: \rSir Motte's Magnificent Darkness\rVersion: 2.9.22.1 - Torchbearer" font="oocfont" icon="footface" />

<properties>
<name>Theme: Hearth</name>
<author>Created by Sir Motte, maintained by Justin Freitas - Co. Authors: MeAndUnique and Saagael / Contributions by the awesome Unofficial Developers Guild</author>
<version>2.9.22</version>
<version>2.9.22.1</version>
<description>Dark, warm and reduced user interface for FGU</description>
<loadorder>1500</loadorder>
</properties>
Expand Down Expand Up @@ -38,9 +38,9 @@
<includefile source="rulesets/ose2_compilation.xml" ruleset="OSE2" />
<includefile source="rulesets/savageworlds_compilation.xml" ruleset="SavageWorlds" />
<includefile source="rulesets/icrpg_compilation.xml" ruleset="ICRPG" />
<includefile source="rulesets/pfrpg2_compilation.xml" ruleset="PFRPG2" />
<includefile source="rulesets/pfrpg2_compilation.xml" ruleset="PFRPG2|PFRPG2-Legacy" />
<includefile source="rulesets/pfrpg_compilation.xml" ruleset="PFRPG" />
<includefile source="rulesets/multi_compilation.xml" ruleset="3.5E|PFRPG2|PFRPG" />
<includefile source="rulesets/multi_compilation.xml" ruleset="3.5E|PFRPG2|PFRPG2-Legacy|PFRPG" />
<includefile source="rulesets/sfrpg_compilation.xml" ruleset="SFRPG" />
<includefile source="rulesets/cyberpunkred_compilation.xml" ruleset="CyberpunkRED" />
<includefile source="rulesets/cypher_system.xml" ruleset="Cypher System" />
Expand All @@ -49,4 +49,4 @@
<includefile source="graphics/graphics_extensions.xml" />

</base>
</root>
</root>

0 comments on commit a203503

Please sign in to comment.