From b0e69fd93b3a0510f3512ad131b099da529b366e Mon Sep 17 00:00:00 2001 From: Kenneth M Date: Wed, 20 Nov 2024 16:25:28 -0600 Subject: [PATCH] Pre-update work --- Brio/Config/Configuration.cs | 2 +- Brio/Resources/Embedded/Data/Changelog.txt | 11 ++++++++++- Brio/Resources/Sheets/BrioActionTimeline.cs | 8 +++++++- Brio/Resources/Sheets/BrioCharaMakeType.cs | 8 +++++++- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Brio/Config/Configuration.cs b/Brio/Config/Configuration.cs index 2534cfea..41bd0191 100644 --- a/Brio/Config/Configuration.cs +++ b/Brio/Config/Configuration.cs @@ -5,7 +5,7 @@ namespace Brio.Config; internal class Configuration : IPluginConfiguration { public const int CurrentVersion = 3; - public const int CurrentPopupKey = 10; + public const int CurrentPopupKey = 11; public int Version { get; set; } = CurrentVersion; diff --git a/Brio/Resources/Embedded/Data/Changelog.txt b/Brio/Resources/Embedded/Data/Changelog.txt index 936ff49b..503e6b47 100644 --- a/Brio/Resources/Embedded/Data/Changelog.txt +++ b/Brio/Resources/Embedded/Data/Changelog.txt @@ -1,7 +1,16 @@ To open this window again click `Information` on the Scene Manager then -> `View the Changelog` + +-------------------------------------------------------------------------------- + ---> Brio, Version 0.4.2 <--- +-------------------------------------------------------------------------------- + +- Support for FFXIV 7.1! + +- Brio can now spawn up to 239 Actors + -------------------------------------------------------------------------------- - ---> Brio, Version 0.4.1. <--- + --- Brio, Version 0.4.1 --- -------------------------------------------------------------------------------- - Added a `Universal Gizmo` mode to the `Brio Overlay` Gizmo! diff --git a/Brio/Resources/Sheets/BrioActionTimeline.cs b/Brio/Resources/Sheets/BrioActionTimeline.cs index 6f37a4b7..16dc4e6d 100644 --- a/Brio/Resources/Sheets/BrioActionTimeline.cs +++ b/Brio/Resources/Sheets/BrioActionTimeline.cs @@ -1,4 +1,10 @@ -using Lumina.Excel.Sheets; + +// +// Some code in this file was generated and is from the Lumina.Excel project (https://github.com/NotAdam/Lumina.Excel) +// (Lumina.Excel.Sheets.ActionTimeline) +// + +using Lumina.Excel.Sheets; using Lumina.Excel; using Lumina.Text.ReadOnly; diff --git a/Brio/Resources/Sheets/BrioCharaMakeType.cs b/Brio/Resources/Sheets/BrioCharaMakeType.cs index 442e460d..1a1175e0 100644 --- a/Brio/Resources/Sheets/BrioCharaMakeType.cs +++ b/Brio/Resources/Sheets/BrioCharaMakeType.cs @@ -1,4 +1,10 @@ -using Brio.Game.Actor.Appearance; + +// +// Some code in this file was generated and is from the Lumina.Excel project (https://github.com/NotAdam/Lumina.Excel) +// (Lumina.Excel.Sheets.CharaMakeType) +// + +using Brio.Game.Actor.Appearance; using Dalamud.Game.ClientState.Objects.Enums; using Lumina.Excel; using Lumina.Excel.Sheets;