Skip to content

Commit

Permalink
bump version number and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Jul 7, 2019
1 parent eb69bf6 commit 2924c1a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,33 @@ function CreateChanges()
</li>
</ul>]])

AddChange("0.5.5b", [[<ul>
<li><b>NEW:</b>
<ul>
<li>Added convars to hide scoreboard badges</li>
<li>A small text that explains the spectator mode</li>
<li>Weapon pickup notifications are now moved to the new HUD system</li>
<li>Weapon pickup notifications support now pure_skin</li>
<li>New shadowed text rendering with font mipmapping</li>
</ul>
</li>
<hr />
<li>Improved:
<ul>
<li>Refactored the code to move all language strings into the language files</li>
</ul>
</li>
<hr />
<li>Fixes:
<ul>
<li>Fixed the reroll per buy bug</li>
<li>Fixed HUD switcher bug, now infinite amounts of HUDs are supported</li>
<li>Fixed the outline border of the sidebar beeing wrong</li>
<li>Fixed problem with the element restriction</li>
</ul>
</li>
</ul>]])

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

Expand Down
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/shared/lang/english.lua
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ L.punch_bonus = "Your bad score lowered your punch-o-meter limit by {num}"
L.punch_malus = "Your good score increased your punch-o-meter limit by {num}!"

L.spec_help = "Click to spectate players, or press {usekey} on a physics object to possess it."
L.spec_help2 = "To leave the spectator mode you have to open menu by pressing {helpkey}, goto 'gameplay' and toggle the specator mode."
L.spec_help2 = "To leave the spectator mode you have to open the menu by pressing {helpkey}, goto 'gameplay' and toggle the specator mode."

--- Info popups shown when the round starts

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.4b"
GM.Version = "0.5.5b"
GM.Customized = true

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

0 comments on commit 2924c1a

Please sign in to comment.