Skip to content

Releases: overextended/ox_inventory

v2.1.5

04 Jan 21:21
Compare
Choose a tag to compare

Bug Fixes

  • modules: datafile error messages (Linden)
  • client: properly reset invBusy (Linden)
  • client: remove invBusy toggling during open (Linden)
  • web: set imageSize when dragging item (Linden)

Code Refactoring

  • server/inventory: RegisterStash supports coords (Linden)

Commits

  • 316b9cd: Update README.md (Linden)

v2.1.4

03 Jan 18:18
Compare
Choose a tag to compare

Code Refactoring

  • server: failing to access a custom stash returns false (Linden)
  • client: openInventory return values (Linden)
  • client: remove ServerCallback timer from openInventory (Linden)

Chores

  • nui: Comment out unused imports (Luke)

v2.1.3

02 Jan 21:43
Compare
Choose a tag to compare

Bug Fixes

  • server: check for a valid weapon before using ammo (Linden)
  • server/inventory: ensure durability is a whole number (Linden)
  • weapon ammo update triggering twice (Linden)

Code Refactoring

  • client: useSlot checks for item, then data (Linden)
  • remove components from holstered weapons (Linden)

Chores

v2.1.2

02 Jan 16:59
Compare
Choose a tag to compare

Bug Fixes

  • server/shops: display player label when viewing shops (Linden)
  • shared/items: weird default stacking behaviour for weapons (Linden)

Chores

  • update release workflow (Linden)

Commits

  • web: improve UI scaling (Linden)

v2.1.1

02 Jan 00:36
Compare
Choose a tag to compare

Bug Fixes

  • server: await user_licenses check (Linden)

Code Refactoring

  • inventory/server: return inventory if it's a table (Linden)

Chores

  • web: upload weapon images (Linden)
  • fxmanifest version (Linden)

v2.1.0

01 Jan 12:46
Compare
Choose a tag to compare

Features

  • Reusable references for animations and props #425 (Vicken52)
  • Build item use functions based off notification #424 (Vicken52)
  • client: generic Notify call for items (Linden)

Bug Fixes

  • server: Use "evidence" as name for evidence #421 (ANTOND)
  • Store random numbers are more dynamic #423 (Vicken52)
  • client: incorrect itemUse callback behaviour (Linden)

Code Refactoring

  • client: improve useItem function (Linden)

Chores

  • update ServerCallbacks for pe-lualib 1.3.0 (Linden)

Commits

  • 7a9a944: Merge branch 'feat-items' into main (Linden)

v2.0.0

31 Dec 18:32
Compare
Choose a tag to compare

Ox Inventory


It's been a long time since I've created an actual version tag, and a hell of a lot has changed since the previous bugged out release that made me give up on a lot of the old code. If you haven't been following the project - this is a complete rewrite with many breaking changes; I still need to get documentation in place for a few features or improve existing pages. Guides will be a priority for a while, providing in-depth details on specific implementations and setting up ox_inventory to function nicely with all your resources.

I don't expect there to be no bugs, but the past week has been filled with testing, fixing, and refactoring code.. and there's still a lot to do going forwards (as always). I'm not likely to add any new features for a while, though depending on feedback it's not impossible that some features will get some minor tweaks. For the most part I'll be focused on bug fixes - make sure you're posting as much information as you can using issues rather than filling up the Discord with unhelpful messages.

This release marks ox_inventory as production-ready and I'll begin incrementing the versioning rather than sitting on 2.0.0 for another 5 months. As always, make sure you're using the latest available dependencies to ensure there's no unexpected errors:


image

Experimental Build (dca5e07) | 12/30/21

30 Dec 13:19
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • server: incorrect string.find when removing invalid metadata (Linden)
  • janky disarm function (Linden)
  • server/inventory: usedItem callback function (Linden)

Code Refactoring

  • make errors print in red (Linden)