Skip to content

Releases: overextended/ox_doorlock

v1.16.1

09 May 11:45
Compare
Choose a tag to compare

Bug Fixes

  • server/ox: check ox_core resource state (Linden)

v1.16.0

08 May 18:31
Compare
Choose a tag to compare

Features

  • client/utils: extra utility exports (Linden)

Bug Fixes

  • client/utils: wrong id returned by getDoorIdFromEntity (Linden)
  • client/utils: clear lockpicking animdict (Linden)
  • web: resolve dead font cdn link (Luke)

Code Refactoring

  • server/ox: update ox_core version dependency (Linden)

v1.15.0

28 Jan 03:06
Compare
Choose a tag to compare

Features

  • server/framework: nd_core 2.0 integration (#172) #172 (Andy)

Bug Fixes

  • check for built doorlock ui (Linden)
  • server/convert: ignore diagnostic (Linden)

Code Refactoring

  • update ox_lib version dependency (Linden)

Chores

v1.14.4

13 Sep 04:58
Compare
Choose a tag to compare

Bug Fixes

  • server/framework: handle item arrays for DoesPlayerHaveItem (Linden)

v1.14.3

09 Sep 10:29
Compare
Choose a tag to compare

Code Refactoring

  • server: change ox_inventory:Search type to slots (Linden)
  • server/ox_core: update for v0.19.0 (Linden)
  • server: check if people deleted their sql file like chumps (Linden)

v1.14.2

17 Aug 19:16
Compare
Choose a tag to compare

Bug Fixes

  • client: PlaySoundFromCoord should not be networked (Linden)

Chores

v1.14.1

15 Aug 21:52
Compare
Choose a tag to compare

Continuous Integration

  • release: include audio folder in workflow (Luke)

v1.14.0

15 Aug 20:01
Compare
Choose a tag to compare

Features

Bug Fixes

  • server: do not check authorisation when calling setDoorState export (Linden)
  • client: delay sending sound files to nui (Linden)

Code Refactoring

  • Config.NativeAudio (Linden)
  • fetch sounds when initially opening UI (Linden)

Continuous Integration

  • release: create convert directory (Linden)

v1.13.1

07 Aug 10:00
Compare
Choose a tag to compare

Bug Fixes

  • server: only early-return when authorisation is successful (Linden)

v1.13.0

02 Aug 18:53
Compare
Choose a tag to compare

Features

  • server: export setDoorState (Linden)

Bug Fixes

  • client/utils: target item fixes (Linden)
  • locales: hu.json syntax error (#155) #155 (Zan)
  • client/utils: cast target type (Linden)
  • ci/release: remove convert dir (Linden)

Code Refactoring

  • config: add Config.LockpickItems (Linden)
  • server: add utils module (Linden)
  • convert: move conversion script (Linden)
  • server/convert: prevent duplicates and tweak output (Linden)
  • server: always create db table (Linden)
  • sql: create ox_doorlock.sql (Linden)
  • server: run ox_doorlock.sql at start (Linden)
  • getDoors callback event (Linden)
  • server: move Ace checks to top of authorisation order (Linden)

Chores