Skip to content

Releases: overextended/ox_target

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)

v1.5.1

07 Nov 13:11
Compare
Choose a tag to compare

Continuous Integration

  • create-release: include locales in release workflow (Luke)

v1.5.0

07 Nov 04:03
Compare
Choose a tag to compare

Features

Bug Fixes

  • client/qb: networked entity check (#24) #24 (Tristan)
  • framework/ox: set groups on playerLoaded (Linden)
  • framework/qb: check if playerData has keys (#30) #30 (Malcolm)
  • client: get closest raycast target (Linden)
  • client: entity detection (Linden)
  • compat/qb-target: AddBoxZone for useZ or lack of maxZ option (#33) #33 (Manason)
  • compat/qtarget: parity with qb-target (Linden)

v1.4.0

28 Oct 23:08
Compare
Choose a tag to compare

Bug Fixes

  • client/qb: get item count on start (Linden)
  • client/api: removeTarget removes incorrect index (Linden)

Code Refactoring

  • client/debug: remove canInteract from options (Linden)
  • client/debug: show extra information on print (Linden)