Luke
e6e7bf5547
refactor(package): improve types for input dialog
2023-10-23 22:44:33 +02:00
Linden
167a068d85
feat(server/cron): getTimeAsString
2023-10-23 16:50:57 +11:00
Linden
2a1d6aa2ae
refactor(server/cron): run jobs in a new thread
...
Better for error handling.
2023-10-23 16:50:29 +11:00
Austin Dunn
0b5ad76721
feat(math): add normal to rotation method ( #431 )
2023-10-23 16:49:58 +11:00
dependabot[bot]
63033c71a4
chore(deps): bump @babel/traverse from 7.20.13 to 7.23.2 in /web ( #444 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.13 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-22 11:39:21 +02:00
dependabot[bot]
f8eb247189
chore(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /web ( #436 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-14 11:32:27 +02:00
Manifest Bumper
f9a7df6422
chore: bump manifest version to v3.10.1
2023-10-07 15:54:37 +00:00
Luke
b1d54b6f26
fix(web): resolve build errors
2023-09-30 10:19:42 +02:00
Luke
4ba5880d40
fix(package): call the correct export for closeInputDialog
2023-09-28 11:49:20 +02:00
Luke
9a40e6b519
fix(web/input): properly reset from when using closeInputDialog
2023-09-28 11:48:57 +02:00
Manifest Bumper
40fa45aab4
chore: bump manifest version to v3.10.0
2023-09-22 22:57:05 +00:00
Luke
97b9f18f82
feat(web/skillcheck): fail skill check only on keys that aren't passed
2023-09-22 14:03:48 +02:00
Luke
aaa37047f1
feat(web/context): readOnly buttons
2023-09-22 13:49:15 +02:00
Manason
c9246bb392
feat: added lib.print to print different log levels to console ( #425 )
...
Co-authored-by: Linden <65407488+thelindat@users.noreply.github.com >
2023-09-22 16:39:00 +10:00
Skryptec
3018e96d43
chore(locales): update nl.json ( #423 )
2023-09-20 01:45:23 +10:00
Linden
699884aa17
feat(require): external module support for require ( #422 )
2023-09-19 20:25:17 +10:00
DerWashbr
cb6d6517f4
chore(locales): update de.json ( #413 )
2023-09-19 20:00:19 +10:00
Lunar-Scripts
fe94c5be7a
fix(client/vehicleProperties): Fix error on gameBuilds below 2372 ( #417 )
2023-09-19 19:59:59 +10:00
Linden
02d935237d
fix(client/callback): mark delay as optional
2023-09-16 22:11:23 +10:00
Luke
61e3ba9904
fix(package): no implicit any
2023-09-16 10:37:14 +02:00
Linden
abfacee33c
refactor(client/vehicleProperties): disable SetVehicleAutoRepairDisabled
...
People can just call this themselves.
Sick of complaints about extras.
2023-09-13 00:13:05 +10:00
BerkieBb
3c0136afd8
feat(web/input): returnString for date inputs ( #411 )
...
* feat(interface/input): useFormat field
* feat(interface/input): useFormat field
* feat(types/dialog): useFormat field
* feat(components/date): format date conversion
* tweak(components/date): forgot other data type
* chore(interface/input): more descriptive name
* chore(interface/input): more descriptive name
* chore(types/dialog): more descriptive name
* tweak(components/date): reset things
* feat(dialog/input): date conversion with returnString
* refactor(web/input): remove unnecessary state
---------
Co-authored-by: Luke <39926192+LukeWasTakenn@users.noreply.github.com >
2023-09-11 23:17:35 +02:00
Manifest Bumper
22c77a1ac0
chore: bump manifest version to v3.9.1
2023-09-03 08:23:56 +00:00
Luke
ef6a8cad6f
refactor(web/alert): darker alert dialog content color
...
it doesn't make sense for the content to be the same color as the title
2023-09-02 23:28:37 +02:00
Lunar-Scripts
2393a64e50
Add step property to NumberInput. ( #401 )
2023-09-01 20:14:13 +02:00
Br0kenMaverick
2696d8d9d9
chore(locales): update es.json ( #402 )
2023-09-01 20:13:41 +02:00
Galuža moree
2fca9491ba
fix(interface/input): add missing color type to typings ( #407 )
...
Add color option
2023-09-01 20:13:16 +02:00
Linden
3e527ac517
refactor(init): disallow loading ox_lib's import IN ox_lib
...
Seriously, why?
2023-08-20 10:37:45 +10:00
Manifest Bumper
156593b6c5
chore: bump manifest version to v3.9.0
2023-08-15 19:59:37 +00:00
Jellyton
0c072ef4f7
feat(client/vehicleproperties): add fixVehicle parameter ( #392 )
2023-08-15 10:40:35 +10:00
Luxu
a97b9ba054
fix(client/vehicleProperties): missing props and paint fixes ( #396 )
2023-08-15 10:37:27 +10:00
Linden
1bd6d7c5ff
chore: .gitkeep cache directory
...
People like to use a global .gitignore.
2023-08-15 04:31:03 +10:00
DokaDoka
4b99aa0953
fix(client/zones): force debug colour values to be integers
...
for some reason scripts not using oal treat any float above 0 as 255 when used as a colour value
2023-08-13 16:01:12 +10:00
GaDGeT
964e67f9a6
fix(client/zones): store debug colours as a table
2023-08-13 15:57:52 +10:00
Linden
a29ede22af
Revert "refactor(server/cron): reduce wait to reschedule task"
...
This reverts commit d12f4845f2 .
2023-08-13 09:28:40 +10:00
Linden
d1b8d0ec6c
fix(init): set correct chunk name
...
Used in debugging and errors.
2023-08-13 09:22:37 +10:00
Linden
9df29d9d3a
fix(init): check if ox_lib is started
2023-08-13 08:57:02 +10:00
Linden
594fa73bfd
refactor(require): use error from Lua_require on failed load
2023-08-13 08:55:54 +10:00
dependabot[bot]
980177f6e9
chore(deps): bump vite from 4.1.1 to 4.1.5 in /web ( #388 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 13:06:49 +02:00
dependabot[bot]
1e247f898f
chore(deps): bump semver from 6.3.0 to 6.3.1 in /web ( #387 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 13:06:41 +02:00
Matin
088c2e094a
feat(web/skillcheck): ability to cancel skillcheck ( #364 )
...
* - (FEAT) Added feature to cancel skillcheck
- (FEAT) Added feature to check is any active skillcheck
* - Fix hiding UI
* - return actual boolean
* - Fix focus does not reset properly
* Update skillcheck wrappers
2023-08-08 12:56:06 +02:00
Jellyton
c8cca20c89
tweak(web): adjust markdown heading margins ( #393 )
...
* tweak(web): components for markdown headings
Fixed nomenclature and set as default export.
* fix(ui): temp remove MarkdownComponents file
* fix(ui): return MarkdownComponents file
2023-08-07 12:05:15 +02:00
Manifest Bumper
fcb0a566d3
chore: bump manifest version to v3.8.1
2023-08-07 10:04:03 +00:00
Linden
d268168dc7
fix(server/cron): invalid step return for indivisible values
...
Was reliant on some previously removed hacky-logic in scheduleTask.
Return value + max and rely on getNextTime/os.time to handle overflow.
2023-08-07 18:08:53 +10:00
Linden
8c9cdb1a13
refactor(server/cron): extra debug info
2023-08-06 17:36:40 +10:00
Linden
d12f4845f2
refactor(server/cron): reduce wait to reschedule task
...
Was a hacky solution to an obsolete issue.
2023-08-06 17:27:41 +10:00
Linden
becc29bcea
fix(server/cron): getTimeUnit early return and +1 to minute
2023-08-06 17:14:32 +10:00
Manifest Bumper
0c35e635f1
chore: bump manifest version to v3.8.0
2023-08-02 18:46:54 +00:00
Linden
43e521e65b
chore(zones): rename CZone field __type
2023-08-03 04:45:26 +10:00
Linden
1a74263949
fix(server/cron): stop all tasks with negative sleep values
...
Changes in 4536201 and other cron tweaks have improved the accuracy
of getNextTime. Negative values should now always be expired.
2023-08-03 00:53:39 +10:00