Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Sep 3, 2019
1 parent 0491689 commit b9d3a8c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Expand Up @@ -432,6 +432,33 @@ function CreateChanges()
</li>
</ul>]])

AddChange("0.5.6b", [[<ul>
<li><b>NEW:</b>
<ul>
<li>Marks module</li>
<li>New sprint hooks for addons</li>
</ul>
</li>
<hr />
<li>Improved:
<ul>
<li>Restrict HUD element movement when element is not rendered</li>
<li>Sidebar icons now turn black if the hudcolor is too bright</li>
<li>Binding functions are no longer called when in chat or in console</li>
<li>Improved rendering of overhead roleicons</li>
</ul>
</li>
<hr />
<li>Fixes:
<ul>
<li>Fixed the shopbug that occured since the new GarrysMod update</li>
<li>Fixed search sometimes not working</li>
<li>Fixed GetAvoidDetective compatibility</li>
<li>Fixel cl_radio error</li>
</ul>
</li>
</ul>]])

hook.Run("TTT2AddChange", changes, currentVersion)
end

Expand Down
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/shared/sh_init.lua
Expand Up @@ -5,7 +5,7 @@ GM.Name = "TTT2 (Advanced Update)"
GM.Author = "Bad King Urgrain, Alf21, tkindanight, Mineotopia, LeBroomer"
GM.Email = ""
GM.Website = "ttt.badking.net, ttt2.informaskill.de"
GM.Version = "0.5.5b"
GM.Version = "0.5.6b"
GM.Customized = true

TTT2 = true -- identifier for TTT2. Just use "if TTT2 then ... end"
Expand Down

0 comments on commit b9d3a8c

Please sign in to comment.