Wiki

Clone wiki

MovementHUD / Changelog

Version 2.2.1 (2020-03-05)

  • Fixed breaking preference code change from previous (2.2.0) version.

Version 2.2.0 (2020-03-05)

  • Implemented mouse direction to keys display (All thanks to GameChaos!)

Version 2.1.1 (2019-09-15)

  • Fixed GetSpectatorTarget returning -1 in some occasions (Issue #2)
  • Implemented a command to access preference tools (sm_mhud_tools)

Version 2.1.0 (2019-08-20)

  • BREAKING CHANGE, Some of the Plugin API is renamed
  • Added readme to the repository
  • Optimized client validity checks
  • Fixed memory leak when importing a preferences code
  • Replaced instances of “Setting(s)” with “Preference(s)”
  • Implemented a way to reset a single preference to default by typing “reset”
  • Moved “Reset preferences to defaults” from main menu to a new “tools” menu
  • Added a forward MHud_OnPreferencesInit to indicate when all preferences are init
  • New “tools” menu with options to:
    • Generate preferences code
    • Load preferences from code
    • Load preferences from ingame player
    • Reset all preferences to defaults

Version 2.0.0 (2019-06-10)

  • BREAKING CHANGE, Plugin API has changed drastically!
  • Reworked entire preferences system again
  • Removed "mhud_speed_takeoff_clamp" as a convar
  • Speed tracking is now split into tracking "modules"
  • Takeoff speed should now display when leaving ladders
  • The original menu is now broken into 2 other menus:
    • Main menu - The main menu, breaking down into below menus
    • Simple menu - Menu with presets and ability to cycle between them
    • Advanced menu - Menu with advanced settings and the ability to change them
  • Implemented a setting to have keys blanks invisible
  • Implemented a method to reset settings back to defaults
  • Implemented a way to allow for custom input (colors, positions...)
  • Implemented a way to share and import settings (See wiki for more info)
  • Too many code improvements, optimizations and code style changes to note

Version 1.1.0 (2018‑12‑23)

  • Reworked entire cookies/preferences system
  • Implemented mhud_speed_takeoff_clamp convar
  • Implemented “top left” hud position for keys and speed
  • Implemented a preference to change speed display format
  • Implemented global forward MHud_OnPreferenceChanged
  • Implemented values to be passed into preference commands
  • Several bug fixes and improvements, alongside with code style changes

Version 1.0.1 (2018‑11‑13)

  • Fixed preference defaults not working
  • Removed useless debug statement from cookies

Version 1.0.0 (2018-11-13)

  • Initial release

Updated