Commit Graph

940 Commits

Author SHA1 Message Date
Linden
c6742eeae9 refactor(client/vehicleProperties): driftTyres and window tweaks
+ some notes about setting props from server.
2023-07-31 16:17:50 +10:00
Linden
4babb3fd46 refactor(resource/init): dynamic module loading 2023-07-31 16:17:50 +10:00
Diogo Manuel Coelho Morais dos Santos
2161694f84 fix(resource/radial): fix RadialItem type (#381) 2023-07-31 16:13:07 +10:00
DokaDoka
f04534d879 refactor(client/zones): rename type property to __type to avoid conflicts 2023-07-30 17:50:34 +10:00
Linden
497bee836f chore: update readme 2023-07-29 07:52:49 +10:00
daZepelin
99519d3d8e feat(web/dialog): precision prop for number input (#372)
* feat(web/input): added precision prop for number input

* fix(web/input): added missing disabled prop to checkbox

* fix(web/input): correct icon for debug data

* fix(web/input): remove step prop from typings

* fix(web/debug): remove step prop
2023-07-27 11:44:08 +02:00
Manifest Bumper
95cdbd2ce2 chore: bump manifest version to v3.7.2 2023-07-27 04:29:34 +00:00
Linden
d2c5be8ea8 fix(client/zones): setDebug early return 2023-07-27 00:38:36 +10:00
Linden
89b9016586 fix(init): enable ignore_invalid for msgpack
Needed to prevent errors when packing glm polygons and such.
2023-07-26 12:47:07 +10:00
Manifest Bumper
8f0a8b3c1d chore: bump manifest version to v3.7.1 2023-07-25 04:14:41 +00:00
Linden
fe0f28921f fix(client/zones): race condition when setting debug function 2023-07-25 14:13:09 +10:00
Manifest Bumper
7c0ee46a99 chore: bump manifest version to v3.7.0 2023-07-25 03:14:32 +00:00
Linden
b06ba2d024 chore: type fixes 2023-07-25 01:59:39 +10:00
BerkieBb
8f5880aad7 feat(zones): add setDebug and debugColour (#369) 2023-07-23 19:37:29 +10:00
Linden
84b7f97a1c fix(server/logger): missing ) 2023-07-23 13:41:20 +10:00
Lukas Brūzga
f641881243 fix(client/setVehicleProperties): force clear custom colours (#375) 2023-07-23 13:14:44 +10:00
Jerry
588d26c421 fix(client/vehicleProperties): don't set modLivery if no livery exists (#374) 2023-07-23 13:14:03 +10:00
Jellyton
2fafee41a0 refactor(server/logger): remove text formatting from hostname (#361) 2023-07-23 12:59:41 +10:00
Jag
65a799071a chore: various fix-ups from docs clean-up (#363)
- Add in missing js functions
  - getCurrentRadialId
  - requestScaleformMove
- Change up math.tohex to maintain lowercase `0x` prefix
- Add missing fields
- Removed extra whitespaces

Co-authored-by: Luke <39926192+LukeWasTakenn@users.noreply.github.com>
2023-07-21 13:54:29 +02:00
Zan
1b8e1f022a chore(locales): update hu.json (#371) 2023-07-21 13:46:40 +02:00
Luke
5b9bb531a9 fix(web/skillcheck): fail on wrong key press 2023-07-20 22:40:01 +02:00
Linden
9c90b5be5f fix(server/cron): prevent scheduling tasks for new days
From 8488de.
2023-07-17 23:35:53 +10:00
Linden
149213032b fix(server/cron): getTimeUnit corrections
Consistency between range and lists.
Use different time comparisons for minute units.
2023-07-17 22:48:33 +10:00
Linden
8488dec3d3 refactor(server/cron): allow getNextTime minute and hour "overflow"
Per the Lua manual,
"if sec is -10, it means 10 seconds before the time specified by the other fields".
i.e. { min = 61, hour = 0 } is equal to { min = 1, hour = 1 }

Should improve scheduling and help with #368.
2023-07-17 20:07:30 +10:00
Linden
9e2076f5a5 refactor(server/cron): types and formatting, simplify getMaxDaysInMonth 2023-07-17 19:57:35 +10:00
Manifest Bumper
cfcb9c1312 chore: bump manifest version to v3.6.3 2023-07-16 10:00:11 +00:00
Luke
45f155f62b perf(package): only run points loop when there's at least one point 2023-07-14 00:57:03 +02:00
Linden
6ab719654f fix(server/cron): list expression should use >=
Resolves #366.
2023-07-10 08:50:26 +10:00
Manifest Bumper
c6f621fba5 chore: bump manifest version to v3.6.2 2023-06-29 15:10:03 +00:00
RIOT
78e0e52656 fix(web/input): block form submission with unclamped numbers (#360) 2023-06-25 11:41:35 +02:00
Luke
45e9588d48 fix(web/input): don't allow user to submit form with unclamped numbers 2023-06-25 00:15:37 +02:00
Linden
8a0f5e946d fix(client/zones): prevent malformed polyzone deadlock with debug
Temp workaround.
2023-06-20 09:19:27 +10:00
Manifest Bumper
35448ff8cf chore: bump manifest version to v3.6.1 2023-06-17 06:15:13 +00:00
Linden
310b9720bc fix(client/zoneCreator): require input confirmation 2023-06-17 16:11:08 +10:00
daZepelin
d070c631b4 fix(cron) edge case fixes (#345) 2023-06-13 04:57:39 +10:00
Randolio
0a3edcbe4d fix(imports/getClosestPed): correct variable name (#348) 2023-06-13 04:51:20 +10:00
Linden
1f76590b53 fix(version): report unknown versions during checkDependency
Rather than throwing potentially fatal and confusing errors we should
just report the current version as 'unknown'.
2023-06-13 00:36:17 +10:00
Luke
7816ce7a33 fix(web): cap list menu width for long labeled items
resolves #350
2023-06-11 10:30:21 +02:00
Luke
bc4a342bb1 chore(web): update lockfile version 2023-06-11 10:29:42 +02:00
EP
cfb75b2d23 chore(locales): Finnish locales (#342) 2023-05-29 23:28:57 +02:00
Manifest Bumper
1bf366c1e9 chore: bump manifest version to v3.6.0 2023-05-28 05:16:17 +00:00
Linden
8ec19cf263 feat(imports/table): readonly tables 2023-05-28 15:14:52 +10:00
Jerry
26065fe2fc chore(locales): update zh-cn.json and zh-tw.json (#337) 2023-05-28 15:08:56 +10:00
daZepelin
6486f995e1 feat(server/cron): getAbsoluteNextTime (#319) 2023-05-28 15:08:40 +10:00
Linden
6cf53ddd68 fix(client/vehicleProperties): mods not applying 2023-05-28 15:02:54 +10:00
mikigoalie
4fed5dc38d feat(imports/math): groupdigits (#338) 2023-05-26 09:06:28 +10:00
Can Sönmez
467e7f51ac fix(package/callback): await callback response (#340) 2023-05-26 09:04:30 +10:00
Linden
a8ab102bae refactor(imports/streaming): use coroutine.isyieldable 2023-05-25 14:56:56 +10:00
Manifest Bumper
9efcde0351 chore: bump manifest version to v3.5.0 2023-05-21 21:02:45 +00:00
Nuga
4953eacf05 chore(locales): update et.json (#335) 2023-05-22 07:01:03 +10:00