Releases: overextended/ox_inventory
Releases · overextended/ox_inventory
v2.6.1
Features
Bug Fixes
- server/inventory: prevent indexing player when nil (Linden)
- server/inventory: do not remap number to table when calling Inventory export (Linden)
- server/inventory: fix customstash access (Linden)
- client: use proper value for 'dead' #610 (mmleczek)
- server: fix lazy stash registration (Linden)
- server/inventory: respect stash.owner false/nil (Linden)
Styles
- client: camelCasing for locals (Linden)
Code Refactoring
- server/inventory: allow stashes to be loaded from server (Linden)
- client: add 'dead' to statebag handler (Linden)
- server: stash group access permissions (Linden)
- server/inventory: redundant var assignments (Linden)
Chores
- fxmanifest: version (Linden)
Commits
v2.6.0
Features
- nui: Ability to copy weapon serial number (Luke)
- client: Custom context buttons #596 (ANTOND)
- server/logs: implement the discord logging morons wished for (Linden)
- client/nui: Ability to display custom metadata (Luke)
Bug Fixes
- locales: Update Si.lua (#590) #590 (PandaSLO)
- locales: Update ui_copy and ui_ctrl_c for cs locale (#591) #591 (CatalystDevs)
- init: if not lib (Linden)
- client: don't set dumpsters as mission entities (Linden)
- nui: Show serial copy in context only if it exists (#600) #600 (Dolu)
- server/inventory: container weight calculations (Linden)
- client: check if player is dead during each state of item use (Linden)
Code Refactoring
- nui/context: Remove separate file #596 (ANTOND)
- nui/context: Use proper typing #596 (ANTOND)
- spam errors and prevent modules from loading (Linden)
- locales/nl: dutch translation of copy serial number (#598) #598 (Demian Vonk)
- server: move ox_inventory:swapItems to inventory module (Linden)
- server/inventory: adjust scope of locals during swapItems (Linden)
- server/logs: report status codes (Linden)
v2.5.5
v2.5.4
Features
- support equipping weapons with depleted durability (Linden)
Bug Fixes
- client: don't open inventory while already in one (Luke)
- client: lib.callback arguments (Linden)
- client: disable cinematic camera when weapon is equipped (Linden)
- locale: no_durability should accept item label as a parameter (Linden)
Code Refactoring
Performance Improvements
- client: nano-optimisations (Linden)
Commits
- c08da3b: Revert "fix(client): don't open inventory while already in one" (Luke)
v2.5.3
v2.5.2
v2.5.1
v2.5.0
Features
Bug Fixes
- server/inventory: incorrect id sent to Inventory.Remove #582 (Linden)
- server/inventory: incorrect id referenced during prepareSave #582 (Linden)
Code Refactoring
- update ox_lib syntax for v2.0.0 #582 (Linden)
- server: change identifiers for owned stashes #582 (Linden)
- server/inventory: store dbId #582 (Linden)
- init: check for lib #582 (Linden)
- client: use ox_lib's cache #582 (Linden)
- client: change PlayerData.ped to cache.ped #582 (Linden)
- remove limit system #582 (Linden)