From 2fbe8358f3596ba4bfa1c01347611a340fc7cf57 Mon Sep 17 00:00:00 2001 From: xtremexp Date: Fri, 27 Jan 2023 13:18:20 +0100 Subject: [PATCH] 1.4.8 version --- history.md | 7 +++++++ pom.xml | 2 +- src/main/java/org/xtx/ut4converter/MainApp.java | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/history.md b/history.md index c332a78..430a394 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,10 @@ +- 1.4.8 - 27/01/2023 + - all: fixed ressources (textures, sounds, staticmeshes) not being visible in converted map if original ressource filename + had unsupported char "~" (replaced by "_" on ut4 editor import) + - all: .t3d file provided by user as map input is no longer being deleted + - u1/ut99: fixed bad texture align when panU or panV < 0 + + - 1.4.7 - 26/01/2023 - u1/ut99->ut4: fixed converted brush movers to staticmeshes having 'flipped' uv if original MainScale < 0 diff --git a/pom.xml b/pom.xml index b2ed7c6..9ee00b0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.xtx UT-Converter - 1.4.7 + 1.4.8 jar UT Converter diff --git a/src/main/java/org/xtx/ut4converter/MainApp.java b/src/main/java/org/xtx/ut4converter/MainApp.java index f53564b..5730336 100644 --- a/src/main/java/org/xtx/ut4converter/MainApp.java +++ b/src/main/java/org/xtx/ut4converter/MainApp.java @@ -36,7 +36,7 @@ public class MainApp extends Application { /** * Version of UT4 Converter */ - public static final String VERSION = "1.4.7"; + public static final String VERSION = "1.4.8"; /** * Author