Skip to content

Releases: Sleepless-Development/sleepless_interact

v2.1.1

09 Apr 15:59
Compare
Choose a tag to compare

Bug Fixes

  • use indicator sprite config for empty sprite #23 (Kyle Graham)
  • api: cleanup code and fix removal of all options for context (Austin Dunn)
  • utils: load qb-core compat (Austin Dunn)
  • api: fix type check when converting vec4 to vec3 (Austin Dunn)

v2.1.0

28 Mar 00:20
Compare
Choose a tag to compare

Features

Bug Fixes

  • global bone/offset types being set to nil (Austin Dunn)
  • differentiate global and specific options for sprite draw hiding (Austin Dunn)
  • remove vehicle check from toggle keybind (Austin Dunn)
  • fix qtarget compat for onSelect (Austin Dunn)

Chores

Commits

  • d904fc0: fix new callback functions (Austin Dunn)

v2.0.9

15 Mar 16:55
Compare
Choose a tag to compare

Bug Fixes

  • api: dont nil out global tables on resource cleanup (Austin Dunn)

Chores

Commits

  • 86a0f7a: convert vec4s to vec3s for addCoords (Austin Dunn)

v2.0.8

14 Mar 22:41
Compare
Choose a tag to compare

Bug Fixes

Commits

  • 1a6ac6a: optimize remove loop with lookup table (Austin Dunn)

v2.0.7

14 Mar 17:51
Compare
Choose a tag to compare

Code Refactoring

  • option adding and removal to prevent indicators drawing on empty option locations (Austin Dunn)

Commits

  • 836f85b: Create qb.lua (Austin Dunn)
  • added canInteract to a protected call (Austin Dunn)

v2.0.6

13 Mar 16:11
Compare
Choose a tag to compare

Features

  • addCoords: add js compat for vectors as tables #19 (tom)
  • addCoords: add js compat for vectors as tables #19 (Austin Dunn)
  • add qb-target pass through (Austin Dunn)

Bug Fixes

  • clone options for arrays of targets (Austin Dunn)
  • hide indicators for entities with no options and force reload ui on option change (Austin Dunn)
  • change resource names in warning (Austin Dunn)

Chores

Commits

v2.0.5

12 Mar 21:49
Compare
Choose a tag to compare

Bug Fixes

  • compat file loading and global interaction indicators (Austin Dunn)

v2.0.4

12 Mar 18:38
Compare
Choose a tag to compare

Bug Fixes

  • table reference overwrite hide on globals and models (Austin Dunn)

v2.0.3

12 Mar 17:33
Compare
Choose a tag to compare

Bug Fixes

Chores

Commits

v2.0.2

12 Mar 00:50
Compare
Choose a tag to compare

Features

  • optimize option checks and sort by nearest distance to screen center (Austin Dunn)
  • add function for getting screen distance (Austin Dunn)

Commits

  • 6f7a0aa: Update README.md (Austin Dunn)
  • cdbccf7: Update config.lua (Austin Dunn)