Commit Graph

7946 Commits

Author SHA1 Message Date
Fezz fd804792fd Merge pull request #1723 from esx-framework/job-type
feat: add esx job types
2025-09-23 20:09:08 +01:00
zykem f38c5cce70 Merge pull request #1719 from MrSne7aky/MrSne7aky-patch-2
feat(esx_inventory/locales/ar.lua): add Arabic translation
2025-09-14 16:17:55 +02:00
zykem fa6f63ac6c Merge pull request #1721 from Mirrrrrow/dev
fix(web): display correct gender
2025-09-13 19:09:19 +02:00
Kenshin13 002cdcb6fa fix: fix typo 2025-09-08 09:02:23 +02:00
Kenshin13 90298c3590 feat: add auto migration 2025-09-07 23:47:32 +02:00
Kenshin13 e0e6016033 feat: add esx job types 2025-09-07 23:22:26 +02:00
Mirow 4a51f0f709 fix(web): display correct gender 2025-09-04 19:38:45 +02:00
Mr Sneaky 4dcbf7c178 Create ar.lua 2025-09-02 11:46:38 +02:00
Kremu e214dd5ea6 Merge pull request #1717 from Kr3mu/esx_menu_dialog
feat(esx_menu_dialog) Updates the UI of esx_menu_dialog to match esx_menu_default
2025-08-31 20:59:29 +02:00
Kr3mu 54f4a2a6d1 Updates the UI of esx_menu_dialog to match esx_menu_default, replace absolute units with vh 2025-08-31 20:49:32 +02:00
Manifest Bumper d95daf1878 chore: bump manifest version to 1.13.4 2025-08-31 15:10:54 +00:00
Kenshin13 78ed0c6ad3 Merge branch 'dev' of https://github.com/esx-framework/esx_core into dev 1.13.4 2025-08-31 17:08:00 +02:00
Kenshin13 7c3b3c81e3 Merge pull request #1716 from Kr3mu/esx_default_menu
fix(esx_menu_default): remove debug print
2025-08-31 17:07:25 +02:00
Kenshin13 5e5b559d61 fix(es_extended/locales): add missing locales for inv 2025-08-31 17:06:50 +02:00
Kenshin13 faf1b4091a fix(esx_inventory): fix return arrow 2025-08-31 17:02:52 +02:00
Kr3mu b8d0fa69a5 Deletes console.log from openMenu 2025-08-31 16:55:46 +02:00
Kenshin13 7a3a1e167f Merge pull request #1712 from Kr3mu/esx_default_menu
feat(esx_menu_default) Redesign of the menu.
2025-08-31 16:26:56 +02:00
Kenshin13 bc1a7e209e Merge pull request #1715 from esx-framework/feature/argument-isValid-on-register-command
add a new argument on the register command feature
2025-08-31 16:25:56 +02:00
Kenshin13 52eab10200 refactor(es_extended/server/functions): Refactor command argument validation logic 2025-08-31 16:21:46 +02:00
Kenshin13 6ef25f1bb3 Merge branch 'dev' into feature/argument-isValid-on-register-command 2025-08-31 16:02:24 +02:00
Kenshin13 3fa0d304d4 refactor(es_extended/server/functions): rename err var 2025-08-31 15:58:29 +02:00
Kenshin13 12c0c9acab refactor(esx_identity): use static player methods 2025-08-31 15:57:09 +02:00
Kenshin13 5382f50f8e refactor(esx_identity): fix formatting 2025-08-31 15:41:41 +02:00
Kenshin13 63b76adf16 fix(esx_identity/server/main): fix error when creating char 2025-08-31 15:41:30 +02:00
Kr3mu 8dc6f8dfab Fixes the issue with less forgiving Typescript 2025-08-31 15:34:50 +02:00
Debian b8c544116a add missing translations 2025-08-31 13:34:33 +00:00
Kenshin13 6d739461d8 Merge pull request #1711 from esx-framework/migration
feat: add auto-migrations on startup
2025-08-31 15:18:17 +02:00
Kenshin13 f78beaf084 fix(es_extended/server/migration): only require restart if actually neccessary 2025-08-31 15:17:51 +02:00
Kenshin13 bbd0a577c9 fix(es_extended/client/functions): add export default values
Apparently, passing leading nil values via an export breaks it entirely.
2025-08-31 14:48:53 +02:00
Debian 2ebd4a17b5 update var error message name 2025-08-30 13:47:25 +00:00
Debian 46b2413820 i18n for not valid message and fix message error 2025-08-30 09:36:35 +00:00
Debian ecb79506b4 add a new argument on the register command feature 2025-08-30 09:01:49 +00:00
Kr3mu 8aca701c40 Adds usable, unselectable, disableRightArrow 2025-08-30 08:47:42 +02:00
Kr3mu 7b36d7aca0 Adds options to the slider component 2025-08-27 12:24:02 +02:00
Kr3mu 0b8637b6a5 Added auto scroll and maximum height, logo to right corner of title 2025-08-26 17:41:02 +02:00
Kr3mu 15d9c07043 New ESX MENU DEFAULT DESIGN 2025-08-26 16:22:39 +02:00
Kenshin13 8fad1f94ed refactor: only store migrations if not already ran 2025-08-25 01:15:30 +02:00
Kenshin13 ff8798a441 Revert "refactor: only store migrations if not ran"
This reverts commit 45308f5d49.
2025-08-24 17:39:16 +02:00
Kenshin13 45308f5d49 refactor: only store migrations if not ran 2025-08-24 17:35:56 +02:00
Kenshin13 22ab3dc8df refactor: store migrations in core table 2025-08-24 17:33:10 +02:00
Kenshin13 5cb6f35b11 feat: add "restart required" print 2025-08-24 17:31:05 +02:00
Kenshin13 dd60b20c99 feat: add auto-migrations on startup 2025-08-24 17:20:20 +02:00
zykem f75aab49de Merge pull request #1694 from alexistb2904/esx_notify-position
feat(esx_notify): Add a configurable position
2025-08-23 21:12:30 +02:00
Kenshin13 201043edc1 Merge pull request #1709 from MrSne7aky/MrSne7aky-patch-1
feat(es_extended): Add isNew state to Player stateBag on playerLoaded
2025-08-23 19:38:49 +02:00
Mr Sneaky b965cddca0 Update main.lua 2025-08-23 17:31:16 +02:00
Mr Sneaky 5cc766be67 Update main.lua 2025-08-22 18:36:51 +02:00
Mr Sneaky c2d7898e1f feat(es_extended): dd isNew state to Player stateBag on playerLoaded
Stores the isNew flag in the player's stateBag on server. 
On the client, you can get it like this:
```
 print(Player(source).state.isNew)
```

- [x]  My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
- [x]  My changes have been tested locally and function as expected.
- [x]  My PR does not introduce any breaking changes.
- [x]  I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context.
2025-08-22 16:30:50 +02:00
alexistb2904 ff8a7cee38 Merge branch 'dev' into esx_notify-position 2025-08-21 19:48:10 +00:00
alexistb2904 2009ccfd51 Add possibility to trigger multiple notifications at different positions. Update to the readme too. 2025-08-21 19:23:03 +00:00
Manifest Bumper 73ccea1b4e chore: bump manifest version to 1.13.3 2025-08-19 22:39:13 +00:00