4.7.8.0
This commit is contained in:
parent
1a0270b58d
commit
f082e54d2f
@ -1,4 +1,9 @@
|
|||||||
# This is an archive of changelog messages from `tfa_loader.lua`.
|
# This is an archive of changelog messages from `tfa_loader.lua`.
|
||||||
|
## 4.7.8.0
|
||||||
|
* Added simple fallback HUD that displays when main 3D2D HUD is disabled (for stuff like firemode)
|
||||||
|
* Changed default font used across the base
|
||||||
|
* Added a hook that runs after base (re)registers all its fonts
|
||||||
|
|
||||||
## 4.7.7.0
|
## 4.7.7.0
|
||||||
* Added missing viewmodel checks
|
* Added missing viewmodel checks
|
||||||
* Added toggle for TTT weapons list auto-population
|
* Added toggle for TTT weapons list auto-population
|
||||||
|
@ -753,6 +753,11 @@ boolean GM:TFA_ShouldDrawStencilSight(Weapon weapon)
|
|||||||
-- Returns:
|
-- Returns:
|
||||||
-- 1. boolean - Return false to prevent reticle from drawing
|
-- 1. boolean - Return false to prevent reticle from drawing
|
||||||
|
|
||||||
|
GM:TFA_FontsLoaded()
|
||||||
|
-- Hook name: TFA_FontsLoaded
|
||||||
|
-- Description: Called after base (re)registers all it's fonts
|
||||||
|
-- State: Client
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
@ -128,6 +128,8 @@ tfa.hudsettings.label=HUD
|
|||||||
tfa.hudsettings.enabled=Use Custom HUD
|
tfa.hudsettings.enabled=Use Custom HUD
|
||||||
tfa.hudsettings.fadein=Ammo HUD Fadein Time
|
tfa.hudsettings.fadein=Ammo HUD Fadein Time
|
||||||
tfa.hudsettings.hangtime=HUD Hang Time (after a reload, etc.)
|
tfa.hudsettings.hangtime=HUD Hang Time (after a reload, etc.)
|
||||||
|
tfa.hudsettings.fallback=Enable Simple Fallback HUD
|
||||||
|
tfa.hudsettings.fallback.desc=Displayed when 3D2D HUD is disabled, for providing essential information with custom HUDs
|
||||||
tfa.hudsettings.crosshair.label=Crosshair
|
tfa.hudsettings.crosshair.label=Crosshair
|
||||||
tfa.hudsettings.crosshair.enabled=Use Custom Crosshair
|
tfa.hudsettings.crosshair.enabled=Use Custom Crosshair
|
||||||
tfa.hudsettings.crosshair.dot=Use Crosshair Dot
|
tfa.hudsettings.crosshair.dot=Use Crosshair Dot
|
||||||
@ -192,6 +194,7 @@ tfa.about.version=Version %s
|
|||||||
tfa.about.author=Made by %s
|
tfa.about.author=Made by %s
|
||||||
tfa.about.maintain=Maintained by %s and %s
|
tfa.about.maintain=Maintained by %s and %s
|
||||||
tfa.about.contributors=Additional contributions: %s
|
tfa.about.contributors=Additional contributions: %s
|
||||||
|
tfa.about.font=Font bundled and used:
|
||||||
tfa.about.changelog.label=Changelog/version history:
|
tfa.about.changelog.label=Changelog/version history:
|
||||||
tfa.about.changelog.btn.github=CHANGELOG.md @ GitHub
|
tfa.about.changelog.btn.github=CHANGELOG.md @ GitHub
|
||||||
tfa.about.changelog.btn.steam=Steam Change Notes
|
tfa.about.changelog.btn.steam=Steam Change Notes
|
||||||
|
Loading…
Reference in New Issue
Block a user