74de32e-classic

Details

  • Filename
    EquipMe-74de32e-classic.zip
  • Uploaded by
  • Uploaded
    Sep 14, 2019
  • Size
    184.34 KB
  • Downloads
    27
  • MD5
    2e2f0cb1e5701d78e75e6e8bc390a7cd

Supported WoW Classic Versions

  • 1.13.2

Changelog

EquipMe

74de32e (2019-09-15)

Full Changelog

  • Add basic equipment set functionality
    • Can save sets with /equipme save
    • Can load sets with /equipme load
    • Can delete sets with /equipme delete
      Implements #1
      Implements #2
  • Fix up options screen
  • Add a combat queue
  • Pass self to commands
  • Fix load order
  • Improve localization selection
  • Improve localization
    [svSE]
  • Fix wrongly named string
  • Add settings for vscode-lua
  • Rename compile script to build
  • Exclude compiled output from luacheck
  • Add script for possible future MoonScript
  • Improve localization
  • Add options for language and restructure code
  • Add file for equipment manager
  • Fix options
  • Fix outdated tests
  • Translate strings
  • Move skip_cleanup to correct place
  • Skip cleanup in deploy stage
  • Use travis deploy stage for deploys
  • Fix wrong language code for Korean
  • Fix outdated tests
  • Restructure AddOn
  • Fix typo in logging module
  • Improve library paths
  • Update README
  • Add missing terminating @ to i18n substitutions
  • Updates to logo svg
  • Ignore invalid warnings
    • Luacheck W211 (unused variable) is invalid on the "L" variable in
      locale files as they are populated by the packager.
  • Set up luacheck file config
  • Add language files
  • Use double quotes instead
  • Add broker stub
  • Add logo
  • Add CODEOWNERS file
  • Remove now unused externs.xml
  • Fix missing glob asterisk
  • Don't run luacheck on LDB
  • Add LibDataBroker
  • Colorize logging
  • Configure externals
  • Add commands module
  • Remove LibBodyguard as optional dep
  • Fix paths to luarocks tools in travis
  • Add basic i18n and logging functions
  • Initial commit