Skip to content

(v3.1.0) Search functionality, preference saving, bug fixes

Compare
Choose a tag to compare
@punteroo punteroo released this 02 Nov 23:40
· 18 commits to production since this release
e46c3f5

v3.1.0 Change-Log

General

  • Implemented search functionality for Unusual effects and War Paints.
    • Players can now select an option and type their query on chat to search for specific entries.
      • Players have 15 seconds before this query expires.
    • Implemented preference saving.
      • Added a new ConVar: tf2items_save_preferences
        • Controls if both plugins will utilize the Cookies system to keep user preferences. Requires plugin reload on change.
      • Player selections and overrides will be saved after making any change to their modifications.
  • Fixed #11
    • Plugins late loading would throw an Invalid ConVar error due to it not being declared before hand on late loading.
  • Bug fixes and more memory management to prevent leaks.

tf2item_weapons

  • Fixed setting War Paints on real Australium weapons not being displayed due to bad logic handling.