diff --git a/README.md b/README.md index 473e091..fc628f0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Information on project setup, building and more can be found in [docs/technical. - Vanilla (1.12.1) - TBC (2.4.3) - WOLTK (3.3.5) +- Cata (4.3.4) - BFA (8.3.7) - SL (9.x) - DF (10.x) @@ -60,7 +61,7 @@ Information on project setup, building and more can be found in [docs/technical. - remove c-style code - Interpolation types not implemented / tested. -### Expansion - Vanilla +### Expansion - Vanilla/TBC - not all animations appear in list, appear to be missing variations - particles / ribbons not implemented yet - texture animations not implemented yet @@ -69,12 +70,9 @@ Information on project setup, building and more can be found in [docs/technical. - texture animations dont appear to work / show - texture transparencies dont appear to be correct - e.g boar -### Expansion - BFA +### Expansion - BFA/SL/DF/TWW - character tabards - additional tiers not implemented yet. -### Expansion - DF/TWW -- Feature partity with BFA - ## Future Ideas - chaining animations / timed sequences - animate camera @@ -83,5 +81,4 @@ Information on project setup, building and more can be found in [docs/technical. - Spell effects - npcs, items, models, filterable by expansion - ability to load individual items -- video exporters - replace opengl with higher level engine, e.g ogre3d. diff --git a/WMVx/Build.h b/WMVx/Build.h index 816fd65..c863969 100644 --- a/WMVx/Build.h +++ b/WMVx/Build.h @@ -1,3 +1,3 @@ #pragma once -#define WMVX_BUILD "0.4.2" \ No newline at end of file +#define WMVX_BUILD "0.4.3" \ No newline at end of file diff --git a/WMVx/WMVx.rc b/WMVx/WMVx.rc index 0e980ad..2031484 100644 --- a/WMVx/WMVx.rc +++ b/WMVx/WMVx.rc @@ -3,16 +3,16 @@ IDI_ICON1 ICON DISCARDABLE "WMVx.ico" #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 0,4,2,0 -PRODUCTVERSION 0,4,2,0 +FILEVERSION 0,4,3,0 +PRODUCTVERSION 0,4,3,0 BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN -VALUE "FileVersion", "0.4.2" +VALUE "FileVersion", "0.4.3" VALUE "ProductName", "WMVx" -VALUE "ProductVersion", "0.4.2" +VALUE "ProductVersion", "0.4.3" END END END \ No newline at end of file