From 3c6b927c2cd6c60001f85c587271d2aead764fe8 Mon Sep 17 00:00:00 2001 From: FynnTW Date: Wed, 3 Apr 2024 02:06:33 +0300 Subject: [PATCH] Release: M2TWEOP-3.1.4 --- M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h | 2 +- .../releaseInfo/releaseDescription.md | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h b/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h index 157ef2d9..627fa67e 100644 --- a/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h +++ b/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h @@ -1,5 +1,5 @@ #pragma once namespace eopConstData { - const char eopVersionName[] = "M2TWEOP-3.1.3"; + const char eopVersionName[] = "M2TWEOP-3.1.4"; } \ No newline at end of file diff --git a/documentationGenerator/releaseInfo/releaseDescription.md b/documentationGenerator/releaseInfo/releaseDescription.md index 928a999c..827bb1c9 100644 --- a/documentationGenerator/releaseInfo/releaseDescription.md +++ b/documentationGenerator/releaseInfo/releaseDescription.md @@ -11,16 +11,12 @@ - +### **Lua Plugin** +- New event onCalculateUnitValue allowing more freedom over game balance as you can modify how the game evaluates a unit's strength, which affects autoresolve, AI recruitment, AI attack decisions on strategy and battle map and more. -### **ImGUI** -- Fixed beginChild() parameters -- Fixed the number keys binding -- Fixed fontAtlas not returning the font + ### **Links** - [Known Bugs](https://github.com/youneuoy/M2TWEOP-library/issues/71)