Skip to content

Releases: Sleepless-Development/sleepless_interact

v2.1.2

24 Dec 19:38

Choose a tag to compare

Features

  • utils: add missing used function hasExport #33 (Toretto)

Bug Fixes

  • correct module path for utils import #33 (Toretto)

Chores

  • remove global vehicle interactions by default #33 (Toretto)

Commits

  • 249efe4: Revert "chore: remove global vehicle interactions by default" (Toretto) #33
  • 3d75949: Added support for texture dictionaries other than shared. (Code Kane) #35
  • 9427be5: Add animation module and update entity handling (Austin Dunn)
  • e94dd4a: Add utils.hasExport function and fix require path (Austin Dunn)
  • 95954bb: Add hideButton support to option controls (Austin Dunn)
  • a926201: update cache before drawing (DemiAutomatic)
  • 34fc102: Refactor drawLoop to optimize option handling and update sprite rendering (DemiAutomatic)
  • e9e164e: Merge branch 'main' of github.com:Sleepless-Development/sleepless_interact (DemiAutomatic)

v2.1.1

09 Apr 15:59

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

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

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

Choose a tag to compare

Bug Fixes

Commits

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

v2.0.7

14 Mar 17:51

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

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

Choose a tag to compare

Bug Fixes

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

v2.0.4

12 Mar 18:38

Choose a tag to compare

Bug Fixes

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

v2.0.3

12 Mar 17:33

Choose a tag to compare

Bug Fixes

Chores

Commits