Commit Graph

  • b47ae9d4fa refactor(server/addCommand): use single command handler for aliases Linden 2023-02-22 01:24:23 +11:00
  • 189a8a451f feat(web/radial): gap variable DokaDoka 2023-02-22 00:12:43 +11:00
  • 4dd9b03ba3 refactor(web/radial): add stroke to center circle Linden 2023-02-21 23:54:02 +11:00
  • 4d15b38d02 feat(imports/addCommand)!: update syntax and support param help text Linden 2023-02-21 19:52:12 +11:00
  • 76eef708a8 refactor(package): use cache.ped for points Luke 2023-02-20 18:08:51 +01:00
  • 7520509da3 refactor(package): use generics to type point args Luke 2023-02-20 17:25:12 +01:00
  • 7ff9f93838 feat(package): points system Luke 2023-02-19 22:40:16 +01:00
  • 8eca1698cb feat(web/meu): support images as icons in context and list menu (#230) renzuzu 2023-02-19 20:53:48 +08:00
  • 672b638ba7 fix(web/progress): nui callback on progress unmount Luke 2023-02-18 20:29:24 +01:00
  • 3801faf976 fix(client/radial): don't hide radial when opening submenu Linden 2023-02-19 05:48:28 +11:00
  • 4c8a670b85 fix(client/radial): hide radial before running onSelect Luke 2023-02-18 19:35:59 +01:00
  • b79273c0d7 refactor(client/radial): change keybind to toggle Linden 2023-02-18 21:56:39 +11:00
  • 9df936ab16 fix(client/radial): handle submenu transition Linden 2023-02-18 21:26:58 +11:00
  • 828ca36c1c refactor(web/radial): disable transition when swapping to submenu Linden 2023-02-18 21:25:22 +11:00
  • b56e6826a8 Merge branch 'v3' Luke 2023-02-17 15:54:20 +01:00
  • c3331063da chore(web/typings): remove unused checkbox description prop Luke 2023-02-17 11:45:52 +01:00
  • e57460c611 refactor(client): add missing lua typings Luke 2023-02-17 11:28:53 +01:00
  • 43197b492b chore(client/radial): typings Linden 2023-02-17 01:50:17 +11:00
  • 006873007f fix(client/radial): don't display radial menu when nui is focused Luke 2023-02-16 14:19:59 +01:00
  • 19d8a6ef28 refactor(package): omit id from registerRadial items array Luke 2023-02-15 18:35:15 +01:00
  • dab7e8da31 fix(package): export radial file into index Luke 2023-02-15 18:13:43 +01:00
  • b99014eb8c feat(package): add radial menu exports Luke 2023-02-15 18:10:39 +01:00
  • b072d0da59 refactor(client/radial): add isOpen check when adding global items Luke 2023-02-15 17:42:37 +01:00
  • 66585521b4 chore(package): add missing typings Luke 2023-02-15 13:51:46 +01:00
  • 829bec2592 refactor(web): move all types into typings folder Luke 2023-02-15 13:00:09 +01:00
  • 5b4c6b8674 fix(web/notifications): add string as type to id Luke 2023-02-15 11:46:41 +01:00
  • 59a495a541 refactor(web/input): improve typings Luke 2023-02-14 11:17:39 +01:00
  • 7bb2eb2ea7 refactor(web/input): separate date and time fields Luke 2023-02-14 10:54:53 +01:00
  • 14341a0343 chore(web): remove unused code Luke 2023-02-13 21:24:33 +01:00
  • f166c1675e feat(web/skillcheck): random skill check key from inputs table Luke 2023-02-12 19:26:09 +01:00
  • 7c2e894b67 chore(web): renamed web to ox_lib and removed unused packages (#221) Jorn 2023-02-12 12:23:28 +01:00
  • c9ac415f12 feat(web): primary colour and shade convars Luke 2023-02-11 14:40:58 +01:00
  • abd63ba2e4 chore(web): update font awesome deps Luke 2023-02-11 13:55:54 +01:00
  • d0ffed8592 refactor(web/radial): move center icon into absolute div Luke 2023-02-11 13:49:10 +01:00
  • 71885f5831 refactor(web/radial): disable nui focus when closing with x button Luke 2023-02-10 18:17:30 +01:00
  • 7acad823b8 Revert "feat(web/context): mouse enter and mouse leave events (#218)" masonschafercodes 2023-02-08 04:05:30 -05:00
  • c9c90efaf8 Revert "refactor(client/context): rename lastHoveredContextItem variable" Luke 2023-02-08 10:04:53 +01:00
  • 407cfd8eb2 refactor(web/radial): radial menu back on rmb Luke 2023-02-10 18:10:43 +01:00
  • ec62398e55 Revert "refactor(web/menu): radial menu onHover" Luke 2023-02-08 10:17:44 +01:00
  • f20e3a288f refactor(web/menu): radial menu onHover Luke 2023-02-08 10:17:44 +01:00
  • 61db40c07d refactor(client/context): rename lastHoveredContextItem variable Luke 2023-02-08 10:04:53 +01:00
  • 7a22da68e6 feat(web/context): mouse enter and mouse leave events (#218) masonschafercodes 2023-02-08 04:05:30 -05:00
  • 6fe8f5257f refactor(client/radial): use lib.addKeybind and tweak exports Linden 2023-02-08 00:50:05 +11:00
  • 62d441ddb1 refactor(fxmanifest): load addKeybind Linden 2023-02-08 00:44:42 +11:00
  • 560b19c34a refactor(client/radial): clear items on resource stop Linden 2023-02-08 00:26:08 +11:00
  • a30c8c1384 refactor(client/radial): minor tweaks and formatting Linden 2023-02-08 00:19:51 +11:00
  • 2e74c2d8c9 refactor(web/menu): rename radial menu item key to id Luke 2023-02-07 13:51:58 +01:00
  • de7cf1ccef refactor(web/menu): improve radial menu transitions Luke 2023-02-07 13:46:13 +01:00
  • fbd9832c9c refactor(web/menu): make context menu metadata progress optional Luke 2023-02-07 12:44:15 +01:00
  • 4a9137ad04 feat(web/progress): progress bar in context menu's metadata (#217) Marcel 2023-02-06 15:42:19 +01:00
  • 250cd56896 fix(callback): return types Linden 2023-02-06 13:22:19 +11:00
  • be99e16e34 refactor(web/menu): radial sub menu chaining Luke 2023-02-04 22:13:12 +01:00
  • d50471052b refactor(web/transitions): adjust scale fade transition timings Luke 2023-02-04 21:09:57 +01:00
  • 86318d5fe4 refactor(client/radial): ditch canInteract Luke 2023-02-03 13:24:55 +01:00
  • 97d5bd6ac0 fix(client/progress): anim task/scenario check Linden 2023-02-03 13:25:30 +11:00
  • bd91dd81ab refactor(client/progressbar): better animation cancelling (#208) JnKTechstuff 2023-02-02 21:22:51 -05:00
  • bd51fc72e0 fix(imports): return coords getNearbyObjects and getNearbyVehicles Dolu 2023-01-15 23:25:17 +01:00
  • 0ea6705b16 feat(imports): getNearbyObjects and getClosestObject Dolu 2023-01-15 23:21:35 +01:00
  • 1565187860 refactor(init): change notify netevent name Linden 2023-02-03 13:04:48 +11:00
  • a44142333e refactor(web/menu): radial menu item removing and refreshing Luke 2023-02-02 11:28:59 +01:00
  • 8c560b5f87 chore(web): migrate to vite v4 (#214) masonschafercodes 2023-02-02 04:33:36 -05:00
  • db4a75dfbc feat(web/alert): new options for alert dialog (#213) masonschafercodes 2023-02-01 10:19:08 -05:00
  • 8a7e0f89d2 feat(web/input): time input field (#206) masonschafercodes 2023-01-31 12:41:42 -05:00
  • a8b9f8cde5 fix(locale/shared): phrase-construction for strings without placeholders Linden 2023-02-01 03:20:04 +11:00
  • ada2a35c0b refactor(client/interface): initial lua radial menu implementation Luke 2023-01-31 14:07:52 +01:00
  • 1b2e287153 refactor(web/menu): always draw full radial menu circle Luke 2023-01-30 19:38:20 +01:00
  • 054dc2688c refactor(web/menu): remove unused code Luke 2023-01-30 19:23:14 +01:00
  • 3fb66f30d4 refactor(web/menu): radial menu item onClick Luke 2023-01-30 19:22:45 +01:00
  • 0c6661714f feat(web): alert dialog and text ui github flavoured markdown support Luke 2023-01-29 13:29:06 +01:00
  • 26a1ecb93d refactor(web/menu): radial menu visibility handling Luke 2023-01-29 13:06:57 +01:00
  • ea74e5705f refactor(web/menu): display bg circle when there's less than 3 item Luke 2023-01-28 18:03:51 +01:00
  • f5617abbb6 refactor(web/menu): rename planet menu to radial menu Luke 2023-01-27 22:02:16 +01:00
  • a8abefa2d0 refactor(web/menu): reduce center circle size Luke 2023-01-27 21:59:03 +01:00
  • c7ec1b7307 refactor(web/menu): remove unused radial menu styling Luke 2023-01-27 21:58:04 +01:00
  • f9a6d8ca8b refactor(client/progress): allow all progress bars to be cancelled Linden 2023-01-27 21:42:13 +11:00
  • 5e4d36d1ab refactor(web/menu): radial menu center button Luke 2023-01-25 21:47:04 +01:00
  • 74628a5167 refactor: remove deprecated code Linden 2023-01-25 15:39:30 +11:00
  • b09ca41001 refactor(web/menu): fix alignment DokaDoka 2023-01-23 00:31:26 +11:00
  • 819bb60bd3 refactor(web/menu): attempt alignment Luke 2023-01-22 14:00:44 +01:00
  • 1be71ea6ba refactor(web/menu): properly align circle menu labels Luke 2023-01-21 22:01:22 +01:00
  • 6c9d3d21cc refactor(web/menu): wip radial menu Luke 2023-01-21 15:06:25 +01:00
  • 8b11d29fb4 chore: bump manifest version to v2.21.0 Manifest Bumper 2023-01-20 21:26:06 +00:00
  • aac17fd4af refactor(web/menu): move planet menu styling Luke 2023-01-20 12:26:50 +01:00
  • 6485ede5f8 refactor(web/menu): planet menu data passing Luke 2023-01-20 12:08:46 +01:00
  • fcf33dbdfe refactor(web/input): add missing icon prop to color type Luke 2023-01-20 10:30:42 +01:00
  • e298b13607 refactor(web/progress): improve progress circle alignment Luke 2023-01-17 22:12:47 +01:00
  • b3c84d94c4 feat(web/menu): initial planet menu design Luke 2023-01-16 15:07:17 +01:00
  • 6fbdd49702 fix(shared/locale): only construct phrases for strings Linden 2023-01-16 18:18:51 +11:00
  • fe58a4893f feat(table): limited merge function DokaDoka 2023-01-16 02:57:03 +11:00
  • 779ed8dd07 feat(web/input): multi-select row Luke 2023-01-15 11:54:15 +01:00
  • 8c4d770e46 feat(web/input): textarea row Luke 2023-01-15 11:44:14 +01:00
  • f8788d74b6 fix(client/zones): abort triangle creation if polygon is not simple DokaDoka 2023-01-15 16:20:11 +11:00
  • b671181402 refactor(web/input): use date timestamp instead of object Luke 2023-01-14 19:02:25 +01:00
  • f21b79786a feat(web/input): date range picker Luke 2023-01-14 14:15:38 +01:00
  • a23b94ceb1 refactor(web/input): add icon to date picker Luke 2023-01-14 13:56:05 +01:00
  • ec57d03791 refactor(web/input): set date to current if default is set to true Luke 2023-01-14 13:44:03 +01:00
  • 5245e27a75 feat(web/input): min and max date Luke 2023-01-14 13:36:30 +01:00
  • d621aca29f feat(web/input): date input Luke 2023-01-13 19:09:07 +01:00
  • 2a1429848c refactor(web/notifications): adjust line height and icon size Luke 2023-01-13 17:21:01 +01:00
  • 8a785b9fe8 fix(resource/zoneCreator): revert to using event for addSuggestion DokaDoka 2023-01-13 22:28:41 +11:00