Skip to content

Commit

Permalink
pre-Alpha preview 33/v0.0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
freem committed Dec 6, 2023
1 parent 6d559c5 commit eff5835
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VPWStudio/VPWStudio/Manual/index.html
Original file line number Diff line number Diff line change
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.32 (November 26th, 2023)<br />Program and Manual by freem<br /><br />
<p>Version 0.0.0.33 (December 6th, 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
Original file line number Diff line number Diff line change
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.32")]
[assembly: AssemblyFileVersion("0.0.0.32")]
[assembly: AssemblyVersion("0.0.0.33")]
[assembly: AssemblyFileVersion("0.0.0.33")]
28 changes: 27 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,36 @@ VPW Studio Changelog
====================
All dates are year/month/day format.

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

Pre-Alpha Preview 33 (2023/12/06)
---------------------------------
Some changes to internals are not listed here, since they're not end-user facing.

- Added WM2K support to Match Ruleset "editor".

- [VPW64 Default Costume Set Dialog] Added "press Escape key to close dialog" functionality.

- Added Revenge Default Costume Set Dialog in the Danger Zone.

- Renamed "vpw64 costume test" to "vpw64/revenge costume test" per the above.

- [No Mercy FileTableDBs] Labeled the 006A-area move name files as "(old)".
They're leftovers, likely from when the menus more resembled VPW2/WM2K.

- Added preliminary support for No Mercy move name files.

- Added read-only support for Virtual Pro-Wrestling 64 game intro data.

- [FileTableDB] No Mercy's FileTableDB has been updated to mark the move name
files properly. (The September 2000 pre-release is still incomplete in this
regard.)

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

Pre-Alpha Preview 32 (2023/10/28)
---------------------------------
- [Font Dialog] Extended width of info textbox. Also made the info textbox's
Expand Down

0 comments on commit eff5835

Please sign in to comment.