Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Releases: overextended/ox_inventory

v2.8.6

24 May 05:17

Choose a tag to compare

Bug Fixes

  • server/shops: check for groups and jobs before showing a warning (Linden)
  • server/inventory: prevent taking items from evidence when swapping (Linden)
  • client: vehicle storage checks (Linden)

Code Refactoring

  • client: update lib.points (Linden)

Chores

Commits

v2.8.5

20 May 10:20

Choose a tag to compare

Bug Fixes

  • shop/server: player afford free item (#711) #711 (PyschoShock)
  • shop/server: player afford free item (#712) #712 (xrtw)
  • server/inventory: metadata.weight results in incorrect inv.weight (Linden)

Commits

  • server/shops: warn when item is grade-restricted, but has no job (Linden)

v2.8.4

10 May 02:54

Choose a tag to compare

Features

Bug Fixes

  • client: weaponSlot assignment during swapItems #680 (Aaron)
  • client: compare distance to inventory max distance (Linden)
  • server: send right inventory max distance to client (Linden)
  • server/inventory: clone item metadata when moving to a new slot (Linden)
  • client: melee weapon usage when using aimedfiring convar (Linden)
  • server: use generic item.name instead of v.name (Linden)
  • client/shops: properly remove points (Linden)
  • server/inventory: RemoveItem should not overwrite metadata (Linden)
  • server/shops: Check if price is lower than 0 (#709) #709 (PlouffeLuL)

Code Refactoring

  • server/inventory: only clone toData.metadata when splitting (Linden)
  • client/shops: assign shopid to shops when using qtarget (Linden)
  • server/inventory: inventory sync when "stealing" (Linden)

Chores

Commits

v2.8.3

24 Apr 14:12

Choose a tag to compare

Bug Fixes

  • server/inventory: custom drop creation #678 (bot-rom)
  • client: sync currentWeapon.slot with the server (Linden)
  • server/inventory: weapon slot syncing (Linden)
  • server/inventory: Search returns incorrect value for invalid items (Linden)
  • server/inventory: incorrect index when turning single item (Linden)
  • client: drops creation on load (Linden)

Chores

v2.8.2

20 Apr 00:40

Choose a tag to compare

Bug Fixes

  • Use correct name for notification type (Luke)
  • server/inventory: weapon holstering (Linden)

Chores

v2.8.1

19 Apr 11:23

Choose a tag to compare

Bug Fixes

  • init: proper dependency warning for old versions (Linden)
  • client: glovebox access (Linden)

Code Refactoring

  • client/utils: adjust raycast offsets (Linden)

v2.8.0

19 Apr 01:01

Choose a tag to compare

Features

Bug Fixes

  • client/utils: GetClosestPlayer return values (Linden)
  • client: points distance check and drop invtype (Linden)
  • client: don't open glovebox for invalid vehicles (Linden)
  • locales: Add missing Hungarian locales (#665) #665 (Csoki)
  • client/shops: check for point when removing shops (Linden)
  • disarm weapon when swapping (Linden)
  • web: stack items when using fast movement (Linden)
  • server/items: allow stunguns to have a serial (Linden)

Code Refactoring

  • client/utils: don't return targetDistance (Linden)
  • client: replace internal marker system with lib.points (Linden)
  • client/interface: replace progressbar with lib.progressBar (Linden)
  • replace notification system with lib.notify (Linden)
  • client/interface: replace keyboard with ox_lib input (Linden)
  • init: update lib.checkDependency (Linden)
  • web: remove unused components (Linden)

Continuous Integration

  • releases: Automatic fxmanifest version bump (#660) #660 (Luke)
  • release: disable version bumper (Linden)

Chores

  • resource dependencies (Linden)

Commits

v2.7.4

10 Apr 23:01

Choose a tag to compare

Bug Fixes

  • mysql: update ox_core vehicle column refs (Linden)

Code Refactoring

  • mysql: do not await bulk queries (Linden)
  • server/inventory: use bulk queries when triggering saveInventories (Linden)

Chores

Commits

  • server: prevent inventory access with Inventory.Lock (Linden)

v2.7.3

04 Apr 17:45

Choose a tag to compare

Bug Fixes

  • server/inventory: fix AddItem success cb #643 (Snow)
  • locales: Portuguese and Polish (#641) #641 (Qpr)
  • server: Don't allow ammo usage without weapon (Luke)
  • server: send data.component to ox_inventory:useItem callback (Linden)
  • client: prevent ammo and component use when no weapon is equipped (Linden)

Commits

  • 667317e: Create FUNDING.yml (Linden)
  • dc017f4: Fix inventory weight check (Ryan Wake) #646

v2.7.2

30 Mar 14:38

Choose a tag to compare

Bug Fixes

  • server/items: don't show warnings when no items exist in db (Linden)
  • client: v.usable should set to bool (Linden)