Skip to content

Commit

Permalink
v0.0.0.31/pre-Alpha Preview 31
Browse files Browse the repository at this point in the history
  • Loading branch information
freem committed Sep 25, 2023
1 parent 9d1d52e commit 348bbd6
Show file tree
Hide file tree
Showing 3 changed files with 42 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.30 (September 24th, 2023)<br />Program and Manual by freem<br /><br />
<p>Version 0.0.0.31 (September 25th, 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.30")]
[assembly: AssemblyFileVersion("0.0.0.30")]
[assembly: AssemblyVersion("0.0.0.31")]
[assembly: AssemblyFileVersion("0.0.0.31")]
40 changes: 39 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,48 @@ VPW Studio Changelog
====================
All dates are year/month/day format.

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

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

- [RenderableN64, TestScene3D] Add CI8 texture/palette support.

- Added ChampionshipDefs_Early data viewer (for World Tour and VPW64).

- Added Tag Team data viewer for WM2K.

- [TestScene3D] Added custom mesh scaling.
(Scale value from model data is currently ignored.)

- Disabled the incomplete VPW2 Costume dialog, since it was confusing people and
needs a redesign anyways.

- [FileTable_EditEntryInfoDialog] Allow image width, image height, and intended
palette to be un-set, in case you accidentally set them.

- [File Table Dialog] Added "Database -> FTDB Info..." option, mainly for internal use.

- [VPW2 Demo Match Dialog] Added wrestler names.

- [Game-Specific Docs] Add links to document archives for each game.

- [Param Unpack Test] Update/fix No Mercy bit widths.

- [Face Tester] Partial WM2K support (NTSC-J still needs fixing).

- [File Table Dialog] Fixed issue with MenuBackground replacement not changing
modified file entries to have a red background.

- [FileTableDB] Large update for VPW64 (now at 99%), as well as updates for
World Tour, Revenge, WM2000 NTSC-J, and No Mercy Sept. 2000 pre-release.

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

Pre-Alpha Preview 30 (2023/08/31)
---------------------------------
First public release, after many years of work.
Expand Down

0 comments on commit 348bbd6

Please sign in to comment.