initial commit

This commit is contained in:
Torsten Brendgen
2026-04-10 21:30:31 +02:00
commit fc5a8aa361
108 changed files with 40568 additions and 0 deletions

36
Changelog.lua Normal file
View File

@@ -0,0 +1,36 @@
HMGT_Changelog = {
releases = {
enUS = {
{
version = "2.0",
entries = {
"The tracker system was rebuilt around individual tracker configs instead of the previous fixed tracker modules.",
"You can now create custom trackers and assign your own spell category combinations to each tracker.",
"Party-attached demo/test previews now only create tracker frames when matching party frames are actually available.",
"Party-frame attachment now aligns tracker content against the visible bar/icon area instead of the outer frame bounds, so the default Y offset lines up cleanly again.",
"Upward bar growth was reworked so bars anchor above the tracker title and grow upward consistently in normal layouts and party-attached layouts.",
"Tracker category selections now persist correctly across /reload and are no longer repopulated from default tracker entries.",
"Removing a tracker now asks for confirmation in the options UI before deleting it.",
"Use Class Colours now correctly keeps progress bars in class color, while the fallback cooldown coloring now follows red, then yellow, then green thresholds.",
"Bar rows now use isolated status bar textures so color changes no longer bleed from one active bar into another.",
},
},
},
deDE = {
{
version = "2.0",
entries = {
"Das Tracker-System wurde auf einzelne Tracker-Konfigurationen umgebaut statt auf die bisherigen fest verdrahteten Tracker-Module.",
"Es koennen jetzt eigene Custom-Tracker angelegt und mit frei waehlbaren Zauber-Kategorie-Kombinationen konfiguriert werden.",
"Demo-/Test-Vorschauen mit Party-Attach erzeugen Tracker-Frames jetzt nur noch dann, wenn passende Party-Frames auch wirklich verfuegbar sind.",
"Das Party-Attach richtet den sichtbaren Tracker-Inhalt jetzt am echten Bar-/Icon-Bereich statt an den aeusseren Frame-Grenzen aus, sodass der Standard-Y-Offset wieder sauber passt.",
"Aufwaerts wachsende Bars wurden ueberarbeitet: sie werden jetzt oberhalb des Tracker-Titels verankert und wachsen in normalen Layouts wie auch bei Party-Attach konsistent nach oben.",
"Tracker-Kategorien bleiben nach /reload jetzt korrekt gespeichert und werden nicht mehr aus Default-Tracker-Eintraegen wieder aufgefuellt.",
"Das Entfernen eines Trackers fragt in den Optionen jetzt erst nach einer Bestaetigung.",
"Use Class Colours faerbt Progress-Bars jetzt korrekt in Klassenfarben; ohne diese Option nutzt die Restzeit-Faerbung jetzt rot, dann gelb, dann gruen.",
"Bar-Zeilen verwenden jetzt eigene StatusBar-Texturen, damit Farbwechsel nicht mehr von einer aktiven Bar auf eine andere ueberlaufen.",
},
},
},
},
}