Skip to content

Releases: overextended/ox_inventory

v2.35.0

14 Oct 13:01
Compare
Choose a tag to compare

Features

  • web: custom tooltip component #1504 (Luke)
  • web: wip custom context menu component #1504 (Luke)
  • web: custom dialog component #1504 (Luke)
  • web: fully functional custom context menu component #1504 (Luke)
  • web: infinite scroll #1504 (Luke)

Bug Fixes

  • web: close tooltip on inventory close #1504 (Luke)
  • web: close tooltip when fast moving items (Luke)
  • web/App: block dragstart event (Linden)

Code Refactoring

  • web/slot: easier to read drop function #1504 (Luke)
  • web/tooltip: close tooltip on drop #1504 (Luke)
  • web/tooltip: open debounce delay #1504 (Luke)
  • web/tooltip: improve debounce responsiveness #1504 (Luke)
  • web: close context menu when closing inventory #1504 (Luke)
  • web: remove contextMenu from inventory slice state #1504 (Luke)
  • web: replace mui components #1504 (Luke)
  • web: remove MUI slide component #1504 (Luke)
  • web: remove font awesome dependency #1504 (Luke)
  • web: don't clone elements for fade transitions #1504 (Luke)
  • web/InventoryControl: floor input value and set minimum (Linden)

Performance Improvements

Chores

v2.34.4

06 Oct 05:40
Compare
Choose a tag to compare

Bug Fixes

  • server/inventory: remove pointless check for existing inventory (Linden)
  • server/mysql: don't prepare stash saving query (Linden)
  • server/mysql: revert countRows change (Linden)
  • client/shops: custom shop icons (#1484) #1484 (Trivial)
  • client: giveItemToTarget count type check (#1491) #1491 (Mathu-lmn)
  • server/inventory: don't wipe entity inventories overtime (Linden)

Code Refactoring

  • server/mysql: revert to upserting stashes (Linden)
  • server/mysql: bulk upsert stash data (Linden)

v2.34.3

18 Sep 20:50
Compare
Choose a tag to compare

Bug Fixes

  • server/inventory: prevent race condition (Linden)

Code Refactoring

  • server/inventory: export Inventory.Remove (Linden)

v2.34.2

13 Sep 04:58
Compare
Choose a tag to compare

Bug Fixes

  • client/utils: type fix (Linden)
  • server/shops: coords check for peds (Linden)

v2.34.1

12 Sep 14:10
Compare
Choose a tag to compare

Bug Fixes

  • server/inventory: owned vehicle plate dbid for esx/qb (Linden)

v2.34.0

12 Sep 09:09
Compare
Choose a tag to compare

Features

Bug Fixes

  • server/shops: support ox zone coords (Linden)
  • web: don't stack repeated displayMetadata keys (Luke)
  • client/inventory: check if boneIndex table is defined (#1476) #1476 (Ethan)
  • client: disarm weapon on inventory wipe (Linden)

Code Refactoring

  • server/ox: tweak vehicle dbid logic (Linden)
  • client/inventory: ignore door validation for bone overrides (Linden)

Chores

v2.33.2

30 Aug 22:34
Compare
Choose a tag to compare

Bug Fixes

  • server/inventory: set default items for CustomDrop (Linden)
  • server/inventory: disable db.loadStash for datastores (Linden)
  • client: wait for anim after equipping weapon (Linden)
  • client: disable shooting while using item (Linden)
  • server: properly close drops and containers (Linden)

Code Refactoring

  • crafting: support crafting amount as a range (#1453) #1453 (Matin)
  • server/inventory: throw an error when loading active inventory (Linden)
  • server/inventory: check for __index during GetInventory (Linden)
  • server/mysql: report inventory save time (Linden)

v2.33.1

20 Aug 00:37
Compare
Choose a tag to compare

Bug Fixes

  • server: properly ignoreSecurityChecks for forceOpenInventory (#1448) #1448 (Snipe)

Code Refactoring

  • client/utils: use bad boxzone z calculation (Linden)

Chores

v2.33.0

15 Aug 19:58
Compare
Choose a tag to compare

Features

  • client/utils: Utils.CreateBoxZone (Linden)
  • client/inventory: add ox_target option to access trunk (Linden)

Bug Fixes

  • client: ignore openInventory with the client's serverId (Linden)
  • server: prevent opening an inventory as primary and secondary (Linden)
  • client: removed explicit ox_target checks (Linden)
  • client: ox_target corrections (Linden)

Code Refactoring

  • client: remove support for qtarget (Linden)
  • client: tweak trunk access (Linden)
  • client/inventory: improve doors-check when accessing trunk (Linden)
  • server/inventory: save inventory before calling remove (Linden)
  • client/weapon: set ammo after disabling autoswap (Linden)
  • client/inventory: improve vehicle trunk checks (Linden)

v2.32.3

10 Aug 20:47
Compare
Choose a tag to compare

Bug Fixes

  • server/inventory: don't lock inventories on last playerDropped (Linden)

Code Refactoring

  • init: bring back spam for dependency errors (Linden)
  • client: adjust policeevidence input (Linden)