4.7.8.3
This commit is contained in:
parent
bf04deb498
commit
b81dcfecf0
@ -1,4 +1,8 @@
|
||||
# This is an archive of changelog messages from `tfa_loader.lua`.
|
||||
## 4.7.8.3
|
||||
* Fixed melee attack direction selection not working
|
||||
* Added stat name translator to development menu (along with a command)
|
||||
|
||||
## 4.7.8.2
|
||||
* Stencil reticle types can now be combined
|
||||
* Added a slight delay for subcategories population hook to make sure it runs after default weapons population
|
||||
|
@ -166,8 +166,14 @@ tfa.devsettings.debug.crosshair=Draw Debug Crosshair (Dot)
|
||||
tfa.devsettings.debug.animations=Draw Status and Animation Name
|
||||
tfa.devsettings.debug.rtshadow=Debug RT Overlay
|
||||
tfa.devsettings.debug.cache=Disable Stat Caching
|
||||
tfa.devsettings.statmigrator.label=Stat Name Translator
|
||||
tfa.devsettings.statmigrator.help=This tool allows to convert legacy stat names to ones used with latest data version
|
||||
tfa.devsettings.statmigrator.dataversion=Current Data Version (%s): %s
|
||||
tfa.devsettings.statmigrator.old_name=Old Stat Name
|
||||
tfa.devsettings.statmigrator.new_name=New Stat Name
|
||||
tfa.devsettings.statmigrator.copy_btn.label=Copy new name to clipboard
|
||||
tfa.devsettings.documentation.label=This is the reference documentation for the addon developers (weapon templates and hooks)
|
||||
tfa.devsettings.documentation.btn.gist=Documentation @ GitHub Gist
|
||||
tfa.devsettings.documentation.btn.github=Documentation @ GitHub
|
||||
|
||||
tfa.colorsettings.laser=Laser Color
|
||||
tfa.colorsettings.reticule=Reticule Color
|
||||
|
Loading…
Reference in New Issue
Block a user