Skip to content

Commit

Permalink
release: v0.13.2b
Browse files Browse the repository at this point in the history
This was 'manually' create with the [ttt2-release_prep](https://github.com/TTT-2/ttt2-release_prep) tool.
  • Loading branch information
Histalek committed Mar 11, 2024
1 parent 9022b55 commit e73922e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel

## Unreleased

## [v0.13.2b](https://github.com/TTT-2/TTT2/tree/0.13.2b) (2024-03-10)

### Added

- Added upstream content files to base TTT2
Expand Down
30 changes: 30 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,36 @@ function CreateChanges()
os.time({ year = 2024, month = 02, day = 27 })
)

AddChange(
"TTT2 Base - v0.13.2b",
[[
<h3>Added</h3>
<ul>
<li>Added upstream content files to base TTT2</li>
<li>Added <code>plymeta:IsFullySignedOn()</code> to allow excluding players that have not gotten control yet (by @EntranceJew)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Crosshair rendering now is a bit more flexible and customizable</li>
<li>A crosshair is now also drawn when holding a nade, making it less confusing when looking at entities</li>
<li>Hides item settings in the equipment editor that are only relevant for weapons</li>
<li>The binoculars now use the default crosshair as well</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed the AFK timer accumulating while player not fully joined (by @EntranceJew)</li>
<li>Fixed weapons which set a custom view model texture having an error texture</li>
<li>Fixed the equipment menu throwing errors when clicking on some items</li>
<li>TTT2 now ignores Gmods SWEP.DrawCrosshair and always draws just its own crosshair to prevent two crosshairs at once</li>
<li>Fixed hud help text not being shown for some old weapons</li>
<li>Fixed detective search being overwritten by player search results</li>
</ul>
]],
os.time({ year = 2024, month = 03, day = 10 })
)

--#endofchanges

---
-- run hook for other addons to add their changelog as well
-- @realm client
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 @@ -5,7 +5,7 @@ GM.Name = "TTT2"
GM.Author = "Bad King Urgrain, Alf21, saibotk, Mineotopia, LeBroomer, Histalek, ZenBre4ker"
GM.Email = "ttt2@neoxult.de"
GM.Website = "ttt.badking.net, docs.ttt2.neoxult.de"
GM.Version = "0.13.1b"
GM.Version = "0.13.2b"
GM.Customized = true

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

0 comments on commit e73922e

Please sign in to comment.