Skip to content

Releases: overextended/ox_lib

v3.9.0

15 Aug 19:59
Compare
Choose a tag to compare

Features

Bug Fixes

  • init: check if ox_lib is started (Linden)
  • init: set correct chunk name (Linden)
  • client/zones: store debug colours as a table #395 (GaDGeT)
  • client/zones: force debug colour values to be integers (DokaDoka)
  • client/vehicleProperties: missing props and paint fixes (#396) #396 (Luxu)

Code Refactoring

  • require: use error from Lua_require on failed load (Linden)

Chores

Commits

  • web: adjust markdown heading margins (#393) #393 (Jellyton)
  • a29ede2: Revert "refactor(server/cron): reduce wait to reschedule task" (Linden)

v3.8.1

07 Aug 10:04
Compare
Choose a tag to compare

Bug Fixes

  • server/cron: getTimeUnit early return and +1 to minute (Linden)
  • server/cron: invalid step return for indivisible values (Linden)

Code Refactoring

  • server/cron: reduce wait to reschedule task (Linden)
  • server/cron: extra debug info (Linden)

v3.8.0

02 Aug 18:47
Compare
Choose a tag to compare

Features

  • web/dialog: precision prop for number input (#372) #372 (daZepelin)
  • imports: lib.waitFor (Linden)
  • resource/zoneCreator: undo last point for poly zones (DokaDoka)
  • init: cache.__call metamethod for caching function results (Linden)
  • init: importing modules with resource metadata (Linden)

Bug Fixes

Code Refactoring

  • client/zones: rename type property to __type to avoid conflicts (DokaDoka)
  • resource/init: dynamic module loading (Linden)
  • client/vehicleProperties: driftTyres and window tweaks (Linden)
  • client/cache: send oldValue to cache event (Linden)

Chores

v3.7.2

27 Jul 04:29
Compare
Choose a tag to compare

Bug Fixes

  • init: enable ignore_invalid for msgpack (Linden)
  • client/zones: setDebug early return (Linden)

v3.7.1

25 Jul 04:14
Compare
Choose a tag to compare

Bug Fixes

  • client/zones: race condition when setting debug function (Linden)

v3.7.0

25 Jul 03:14
Compare
Choose a tag to compare

Features

Bug Fixes

  • server/cron: getTimeUnit corrections (Linden)
  • server/cron: prevent scheduling tasks for new days (Linden)
  • web/skillcheck: fail on wrong key press (Luke)
  • client/vehicleProperties: don't set modLivery if no livery exists (#374) #374 (Jerry)
  • client/setVehicleProperties: force clear custom colours (#375) #375 (Lukas Brūzga)
  • server/logger: missing ) (Linden)

Code Refactoring

  • server/cron: types and formatting, simplify getMaxDaysInMonth (Linden)
  • server/cron: allow getNextTime minute and hour "overflow" (Linden)
  • server/logger: remove text formatting from hostname (#361) #361 (Jellyton)

Chores

v3.6.3

16 Jul 10:00
Compare
Choose a tag to compare

Bug Fixes

  • server/cron: list expression should use >= (Linden)

Performance Improvements

  • package: only run points loop when there's at least one point (Luke)

v3.6.2

29 Jun 15:10
Compare
Choose a tag to compare

Bug Fixes

  • client/zones: prevent malformed polyzone deadlock with debug (Linden)
  • web/input: don't allow user to submit form with unclamped numbers (Luke)
  • web/input: block form submission with unclamped numbers (#360) #360 (RIOT)

v3.6.1

17 Jun 06:15
Compare
Choose a tag to compare

Bug Fixes

  • web: cap list menu width for long labeled items (Luke)
  • version: report unknown versions during checkDependency (Linden)
  • imports/getClosestPed: correct variable name (#348) #348 (Randolio)
  • client/zoneCreator: require input confirmation (Linden)

Chores

  • locales: Finnish locales (#342) #342 (EP)
  • web: update lockfile version (Luke)

Commits

v3.6.0

28 May 05:16
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

  • imports/streaming: use coroutine.isyieldable (Linden)

Chores