Releases: overextended/ox_lib
Releases · overextended/ox_lib
v3.9.0
Features
- web/skillcheck: ability to cancel skillcheck (#364) #364 (Matin)
- client/vehicleproperties: add fixVehicle parameter (#392) #392 (Jellyton)
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
- deps: bump semver from 6.3.0 to 6.3.1 in /web (#387) #387 (dependabot[bot])
- deps: bump vite from 4.1.1 to 4.1.5 in /web (#388) #388 (dependabot[bot])
- .gitkeep cache directory (Linden)
Commits
v3.8.1
v3.8.0
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
- resource/radial: fix RadialItem type (#381) #381 (Diogo Manuel Coelho Morais dos Santos)
- server/cron: more scheduling woes (Linden)
- server/cron: stop all tasks with negative sleep values (Linden)
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
v3.7.1
v3.7.0
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
v3.6.2
v3.6.1
v3.6.0
Features
- imports/math: groupdigits (#338) #338 (mikigoalie)
- server/cron: getAbsoluteNextTime (#319) #319 (daZepelin)
- imports/table: readonly tables (Linden)
Bug Fixes
- package/callback: await callback response (#340) #340 (Can Sönmez)
- client/vehicleProperties: mods not applying (Linden)
Code Refactoring
- imports/streaming: use coroutine.isyieldable (Linden)