Skip to content

Commit

Permalink
pre-Alpha preview 32/v0.0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
freem committed Oct 28, 2023
1 parent 9023265 commit 623e47d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VPWStudio/VPWStudio/Manual/index.html
Expand Up @@ -10,7 +10,7 @@
<div id="header">
<h1><img class="logoimg" src="./img/logo.png" alt="The VPW Studio program logo consists of a yellow rectangular tower, rotated at an angle. The left side has a red swirl, and the right side has a blue swirl." /> VPW Studio</h1>
<h2>Program Manual</h2>
<p>Version 0.0.0.31 (October 25th, 2023)<br />Program and Manual by freem<br /><br />
<p>Version 0.0.0.32 (October 28th, 2023)<br />Program and Manual by freem<br /><br />
<a href="https://vpw.ajworld.net/">https://vpw.ajworld.net/</a><br /><a href="https://github.com/AKI-Club/VPWStudio">https://github.com/AKI-Club/VPWStudio</a></p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions VPWStudio/VPWStudio/Properties/AssemblyInfo.cs
Expand Up @@ -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.31")]
[assembly: AssemblyFileVersion("0.0.0.31")]
[assembly: AssemblyVersion("0.0.0.32")]
[assembly: AssemblyFileVersion("0.0.0.32")]
33 changes: 32 additions & 1 deletion changelog.txt
Expand Up @@ -2,10 +2,41 @@ VPW Studio Changelog
====================
All dates are year/month/day format.

Pre-Alpha Preview 32 (202x/yy/zz)
Pre-Alpha Preview 33 (202x/yy/zz)
---------------------------------
Currently being worked on...

Pre-Alpha Preview 32 (2023/10/28)
---------------------------------
- [Font Dialog] Extended width of info textbox. Also made the info textbox's
background color change to light blue if the generic fallback character set
is being used.

- [Font Dialog] Allow viewing replacement font data.

- [Move Damage Test] Now works with World Tour, VPW64, and Revenge.
Values are still unmarked, however.

- You can now click on the game's name on the right side of the statusbar to
bring up the Project Properties dialog.

- [AkiTextEditor Go To Dialog] Fix issue with entering a larger value than
the maximum.

- [AkiTextEditor Go To Dialog] Select the text on dialog open.

- [Danger Zone Text Index Tool] Now loads replacement AkiText if a path has been set.

- [Stable Definitions (Early) Dialog] Added "View Championships" button.

- [Championship Definitions (Early) Dialog] Added "Escape key closes dialog" functionality.

- [FileTableDB] World Tour and VPW64 are now 100% marked.
No Mercy September 2000 pre-release has also been updated.

To update your project, open the File Table dialog, then choose
Database → Reload File Table Database.

Pre-Alpha Preview 31 (2023/09/25)
---------------------------------
- [Costume Color Control] Now supports VPW64 and Revenge colors.
Expand Down

0 comments on commit 623e47d

Please sign in to comment.