diff --git a/VPWStudio/VPWStudio/Dialogs/Program/AboutBox.cs b/VPWStudio/VPWStudio/Dialogs/Program/AboutBox.cs
index 14ab12fa..289fadf1 100644
--- a/VPWStudio/VPWStudio/Dialogs/Program/AboutBox.cs
+++ b/VPWStudio/VPWStudio/Dialogs/Program/AboutBox.cs
@@ -48,7 +48,7 @@ public partial class AboutBox : Form
///
Version 0.0.0.25 (September 11th, 2022)
Program and Manual by freem
+
Version 0.0.0.26 (September 24th, 2022)
Program and Manual by freem
https://vpw.ajworld.net/
https://github.com/AKI-Club/VPWStudio
(todo: this is different per game and isn't fully designed)
+(todo: only seems to exist in VPW2 and No Mercy? doesn't actually edit values yet)
+(todo: primarily Titantron-related; not yet designed)
@@ -1684,6 +1690,11 @@todo: only works with VPW2, data needs to be found/re-found for other games; +doesn't actually edit values
+The Menus option (Project → Menus) allows you to change how the items diff --git a/VPWStudio/VPWStudio/Properties/AssemblyInfo.cs b/VPWStudio/VPWStudio/Properties/AssemblyInfo.cs index 1db26d6a..84de17cd 100644 --- a/VPWStudio/VPWStudio/Properties/AssemblyInfo.cs +++ b/VPWStudio/VPWStudio/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.0.0.25")] -[assembly: AssemblyFileVersion("0.0.0.25")] +[assembly: AssemblyVersion("0.0.0.26")] +[assembly: AssemblyFileVersion("0.0.0.26")] diff --git a/changelog.txt b/changelog.txt index 3dc49073..4c0015ca 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,10 +2,48 @@ VPW Studio Changelog ==================== All dates are year/month/day format. -Pre-Alpha Preview 26 (202x/yy/zz) +Pre-Alpha Preview 27 (202x/yy/zz) --------------------------------- Currently being worked on... +Pre-Alpha Preview 26 (2022/09/24) +--------------------------------- +- [GameDefinition] Store the revision as a byte instead of a float. + This fixes an issue with trying to create projects for WCW vs. nWo World Tour + NTSC-U v1.1/Revision A (and possibly any No Mercy project on v1.1/Rev A). + +- [Default Costume Editors] Hovering over the color swatch for a few seconds will + show a tooltip with the color name. + +- [CostumeColorControl] Now supports hair colors (WM2K and later). + +- [Default Costume Editors] Use CostumeColorControl for hair color. + +- [LocationFile, DefaultGameData] Added entry for Attract Mode Demo Matches. + Currently VPW2 only; still looking for No Mercy, as well as confirming + if WM2K and earlier have them or not. + +- Added very early Demo Match "Editor" for VPW2. + Data is not editable. Values do not get written back yet. + + WWF No Mercy's demo match data needs re-confirmation; thanks to WldFb for + finding it many years ago. + + Demo matches in general need to be confirmed for WM2K and earlier. + +- [LocationFile, DefaultGameData] Added entry for Default Rulesets. + Currently VPW2 only; data should be in all games, but formats will be different + due to the presence/absence/changing of various rules. + +- Added very early Match Ruleset "Editor" for VPW2. + Data is not editable. Values do not get written back yet. + For other games, data needs to be found (or in some cases, re-found). + +* [FileTableDB] Small updates for Revenge and No Mercy FileTableDBs. + + To update your project, open the File Table dialog, then choose Database -> + Reload File Table Database. + Pre-Alpha Preview 25 (2022/08/12) --------------------------------- * Various Danger Zone dialogs are now non-modal (i.e. you can interact with