Skip to content

Commit

Permalink
added changelog v0.5.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf21 committed Mar 5, 2019
1 parent 96baf4d commit b11f870
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,24 @@ function CreateChanges()
</ul>
<br />]])

AddChange("0.5.1b", [[<ul>
<li>Improved the binding library and extended the functions</li>
<hr />
<li>Fixes:
<ul>
<li>Fixed target reset bug</li>
<li>Fixed / Adjusted hud element resize handling</li>
<li>Fixed strange weapon switch error</li>
<li>Fixed critical model reset bug</li>
<li>Fixed hudelements borders, childs will now extend the border of their parents</li>
<li>Fixed mstack shadowed text alpha fadeout</li>
<li>Fixed / Adjusted scaling calculations</li>
<li>Fixed render order</li>
<li>Fixed "player has no SteamID64" bug</li>
</ul>
</li>
</ul>]])

hook.Run("TTT2AddChange")
end

Expand Down
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/shared/sh_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GM.Name = "TTT2 (Advanced Update)"
GM.Author = "Bad King Urgrain, Alf21, tkindanight, Mineotopia, LeBroomer"
GM.Email = "[email protected]"
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"
Expand Down

0 comments on commit b11f870

Please sign in to comment.