Skip to content

Releases: overextended/ox_target

v1.8.0

23 Apr 15:13
Compare
Choose a tag to compare

Features

  • client/compat: handle string-indexed options (Linden)

Code Refactoring

  • client/api: show warning when removing invalid zone (Linden)

Chores

v1.7.2

26 Feb 18:44
Compare
Choose a tag to compare

Bug Fixes

  • client/utils: incorrect operator to check item hashmaps (Linden)
  • framework/esx: wipe groups and items on load (Linden)

v1.7.1

22 Feb 08:59
Compare
Choose a tag to compare

Bug Fixes

  • client/utils: properly check item count (Linden)

Code Refactoring

  • client: move itemCount event handler (Linden)
  • client/esx: tweaks when using ox_inventory (Linden)
  • client: use GetEntityBonePosition_2 (Linden)
  • client: increase distance for bone checks (Linden)

v1.7.0

15 Feb 02:35
Compare
Choose a tag to compare

Features

  • client/utils: support for "anyItem" on options (Linden)

Bug Fixes

  • client/qb: remove playerData.items lookup from metatable (Linden)
  • client/qb: actually add up item totals (Linden)

Code Refactoring

  • client: move PlayerHasItems to utils (Linden)

v1.6.5

10 Feb 01:09
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

  • client/api: tonumber model (Linden)
  • client/api: check table type when adding options (Linden)

v1.6.4

25 Jan 04:11
Compare
Choose a tag to compare

Code Refactoring

  • client: trigger canInteract with a protected call (Linden)

Chores

v1.6.3

12 Dec 22:19
Compare
Choose a tag to compare

Code Refactoring

  • client/api: removal of all target options; garbage collection (Linden)

v1.6.2

23 Nov 03:17
Compare
Choose a tag to compare

Features

Bug Fixes

  • client: ensure valid networked entity for server events (Linden)
  • client/compat: convert BoxZone Z coords (Linden)

Code Refactoring

  • client: increase collision detection (Linden)

Chores

v1.6.1

10 Nov 20:17
Compare
Choose a tag to compare

Bug Fixes

  • client: improve flag-switching and check endCoords distance (Linden)
  • compat/qb: error on logout (#38) #38 (Malcolm)

Chores

v1.6.0

08 Nov 21:38
Compare
Choose a tag to compare

Features

  • locales: add zh-tw (#34) #34 (JinFa)
  • client: add convar ox_target:leftClick (Linden)

Bug Fixes

  • client/api: check netId/entityId before creating table (Linden)
  • client/compat: (Add/Remove)TargetEntity (Linden)

Code Refactoring

  • client: call lib.locale once (Linden)
  • client/debug: always define debug event (Linden)