From b11f870b370a4e2a8868f6bdcfb2ee01bc97a635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alf=20M=C3=BCller?= <4lf-mueller@gmx.de>
Date: Tue, 5 Mar 2019 23:54:35 +0100
Subject: [PATCH] added changelog v0.5.1b
---
.../terrortown/gamemode/client/cl_changes.lua | 18 ++++++++++++++++++
.../terrortown/gamemode/shared/sh_init.lua | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/gamemodes/terrortown/gamemode/client/cl_changes.lua b/gamemodes/terrortown/gamemode/client/cl_changes.lua
index cf204704c6..970132ada5 100644
--- a/gamemodes/terrortown/gamemode/client/cl_changes.lua
+++ b/gamemodes/terrortown/gamemode/client/cl_changes.lua
@@ -281,6 +281,24 @@ function CreateChanges()
]])
+ AddChange("0.5.1b", [[
+ - Improved the binding library and extended the functions
+
+ - Fixes:
+
+ - Fixed target reset bug
+ - Fixed / Adjusted hud element resize handling
+ - Fixed strange weapon switch error
+ - Fixed critical model reset bug
+ - Fixed hudelements borders, childs will now extend the border of their parents
+ - Fixed mstack shadowed text alpha fadeout
+ - Fixed / Adjusted scaling calculations
+ - Fixed render order
+ - Fixed "player has no SteamID64" bug
+
+
+
]])
+
hook.Run("TTT2AddChange")
end
diff --git a/gamemodes/terrortown/gamemode/shared/sh_init.lua b/gamemodes/terrortown/gamemode/shared/sh_init.lua
index a9e5af51a0..de85619fa3 100644
--- a/gamemodes/terrortown/gamemode/shared/sh_init.lua
+++ b/gamemodes/terrortown/gamemode/shared/sh_init.lua
@@ -4,7 +4,7 @@ GM.Name = "TTT2 (Advanced Update)"
GM.Author = "Bad King Urgrain, Alf21, tkindanight, Mineotopia, LeBroomer"
GM.Email = "4lf-mueller@gmx.de"
GM.Website = "ttt.badking.net, ttt2.informaskill.de"
-GM.Version = "0.5.0b"
+GM.Version = "0.5.1b"
GM.Customized = true
TTT2 = true -- identifier for TTT2. Just use "if TTT2 then ... end"