18 Commits

Author SHA1 Message Date
Kakarot 42b27077ff GetShared fix 2026-05-19 21:56:19 -05:00
Kakarot 74ac036d4a Refactor core structure and notification UI
Major refactor to centralize QBCore and replace the web UI stack:

- Move QBConfig into a unified QBCore.Config and initialize QBCore.PlayerData; add shared/functions.lua.
- Remove legacy client/main.lua and server/main.lua exports and update fxmanifest to include shared/functions and drop those main scripts.
- Update client event handling: adapt player data events to QBCore:Client:OnPlayerUpdated and trigger job/gang update events; remove deprecated exploitable handlers.
- Web UI rewrite: remove Vue/Quasar dependency and config module; implement a lightweight vanilla JS notification system (html/js/app.js) with updated html and css assets, plus drawtext tweaks.
- CSS overhaul for notification styling and animations; HTML head/meta/font cleanup.
- Server fixes: use QBCore.Shared.Locations in teleport command and strengthen numeric parsing/validation for coords.
- Add .gitattributes for consistent text/eol handling and small code cleanups (thread/comment removal).

These changes consolidate config/shared logic under QBCore, simplify the frontend dependencies, and fix a few parsing/event issues.
2026-05-19 18:13:35 -05:00
Cocodrulo 3da7c33b97 feat: Add shared utility functions, starter items, glove data, and a GetShared helper. 2025-11-20 16:07:22 +00:00
Cocodrulo 98b6c5bf1f Actualizar main.lua 2025-11-20 13:52:30 +00:00
Cocodrulo 35fdca273a Update main.lua 2025-11-20 11:15:17 +00:00
Nick Reagan 7a35e95a45 Merge branch 'main' into main 2025-01-29 20:04:47 -05:00
Nick Reagan 723b03aefb Fix changing vehicle extra to false not working
Logic switched value to true. Fixed.
2025-01-29 20:00:24 -05:00
Zerio 369f15bd4c feat: further simplify of funcref check 2025-01-07 07:40:43 +01:00
Zerio 8ab5f76bdf feat: simply funcref check 2025-01-07 07:20:53 +01:00
JaySixty 14625ec5b1 Move location of starter items (#865)
* Update; Location of starter items

Moved the starter items to near top of the file - commonly searched for, and would be expected at top of the file

* Bump

---------

Co-authored-by: zwkf <dev@charlie.fyi>
2023-02-24 02:49:41 +00:00
Spudgun 1dde823486 feat: first character of word to uppercase function 2022-08-23 19:53:06 +12:00
David Malchin 8b5f5b2b37 Fix styling, docs, and a possible bug (#762)
* 🎨 Fix spacing and indentation

* 🎨 Use single quotes over backticks

* 📝 Fix docs

* 🐛 Make replace function clear and extend locales correctly

* Revert "🎨 Use single quotes over backticks"

* Update config.lua
2022-07-22 12:14:02 +03:00
TheiLLeniumStudios db11c7dcec Fix linting issues 2022-05-04 08:08:29 +00:00
BerkieBb 31888996ab feat!: ace permission system 2022-02-24 21:58:49 +01:00
BerkieBb d09db11082 tweak(shared): prepare for globbing 2022-02-18 19:15:05 +01:00
darknight2590 deae13cb79 fix name 2022-01-03 09:10:06 +02:00
darknight2590 226906fd6b Update main.lua 2022-01-01 20:25:50 +02:00
Idris 0f137e3814 BREAKING: feat (shared): Split shared file into multiple files for cleaner and easier config and maintenance.
This is a breaking change.
2022-01-01 17:37:00 +11:00