Commit Graph

7917 Commits

Author SHA1 Message Date
Kenshin13 297a169d16 fix(es_extended/server/migration): only require restart if actually neccessary 2025-10-01 22:16:12 -05:00
Kenshin13 2242bdef75 refactor: only store migrations if not already ran 2025-10-01 22:16:12 -05:00
Kenshin13 8eac8cf9fc Revert "refactor: only store migrations if not ran"
This reverts commit 45308f5d49.
2025-10-01 22:16:12 -05:00
Kenshin13 cb4206a21f refactor: only store migrations if not ran 2025-10-01 22:16:12 -05:00
Kenshin13 8c5eed18e0 refactor: store migrations in core table 2025-10-01 22:16:12 -05:00
Kenshin13 777449969a feat: add "restart required" print 2025-10-01 22:16:12 -05:00
Kenshin13 cdb27197b2 feat: add auto-migrations on startup 2025-10-01 22:16:11 -05:00
Kenshin13 08bffc7f4d fix(es_extended/client/functions): add export default values
Apparently, passing leading nil values via an export breaks it entirely.
2025-10-01 22:16:11 -05:00
Kenshin13 3fa0d304d4 refactor(es_extended/server/functions): rename err var 2025-08-31 15:58:29 +02:00
Debian b8c544116a add missing translations 2025-08-31 13:34:33 +00: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
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
Kenshin13 713d9bce67 Merge pull request #1702 from esx-framework/ssn
feat(es_extended): add SSN
1.13.3
2025-08-19 23:53:49 +02:00
Kenshin13 ffd59464b8 Merge branch 'dev' into ssn 2025-08-19 21:55:18 +02:00
Kenshin13 0805ac0f5b Merge pull request #1705 from esx-framework/extended-players
feat(es_extended): add static ESX.ExtendedPlayers
2025-08-19 21:53:02 +02:00
Kenshin13 276a49f77e feat(es_extended): add static ESX.ExtendedPlayers
As a wrapper for ESX.GetExtendedPlayers
2025-08-17 15:59:01 +02:00
Kenshin13 9333c1e9e0 refactor(es_extended/server/classes/player): Add SSN field and getter to player class 2025-08-17 15:03:38 +02:00
Kenshin13 462b118f85 Merge branch 'dev' into ssn 2025-08-17 15:01:05 +02:00
Kenshin13 a9ae0b479e Merge pull request #1704 from esx-framework/player-class
refactor(es_extended/server/class/player): add proper type annotations
2025-08-17 14:54:36 +02:00
Kenshin13 ec49a12410 refactor(es_extended/server/functions): fix return type for GetExtendedPlayers 2025-08-16 23:35:36 +02:00
Kenshin13 4404e2716c Merge pull request #1703 from esx-framework/linting-errors
chore: fix linting errors
2025-08-16 22:06:11 +02:00
Kenshin13 1a441005a7 fix(es_extended/server/functions): xPlayer needs nil check 2025-08-16 14:26:08 +02:00
Kenshin13 ceb2927fcd fix(es_extended): fix warnings caused by proper type annotations 2025-08-16 14:21:36 +02:00
Kenshin13 260d9b30ee refactor(es_extended/server/class/player): add proper type annotations 2025-08-16 14:14:16 +02:00
Kenshin13 5bb1e5f09e chore: fix linting errors 2025-08-16 12:51:38 +02:00
Kenshin13 cbfbb74286 chore: fix linting errors 2025-08-16 12:50:40 +02:00
zykem aae72ca20a Merge pull request #1700 from Fellow25/main
use static player methods
2025-08-16 02:54:40 +02:00
Kenshin13 fc49dcbcb4 feat(es_extended): add SSN 2025-08-16 00:22:50 +02:00
Rafael Antunes 83972de4a2 Call the same function fix
ESX Identity
2025-08-15 18:41:15 +01:00
Rafael Antunes 3a37ca3d0c use static player methods
ESX Skin
2025-08-14 19:00:13 +01:00
Rafael Antunes ab4dc91eb8 use static player methods
ESX Identity
2025-08-14 18:58:42 +01:00
Manifest Bumper 224d06fad2 chore: bump manifest version to 1.13.2 2025-08-13 15:34:40 +00:00
Kenshin13 92fc57e8fe Merge pull request #1697 from esx-framework/inv
refactor: esx inv into menu_default & separate resource
1.13.2
2025-08-13 17:30:07 +02:00
Kenshin13 b1ecf2c6f5 Merge branch 'player-data' into inv 2025-08-13 17:29:08 +02:00
Kenshin13 4efcc56a9b refactor(es_extended/imports): implement requested changes 2025-08-13 17:26:16 +02:00
Kenshin13 e02d23055d Merge pull request #1699 from esx-framework/get-cfg
fix(es_extended/shared/functions): fix ESX.GetConfig bug
2025-08-13 17:23:21 +02:00
Kenshin13 f8c59020b7 refactor(esx_inventory/client/main): GetPlayerData no longer needed 2025-08-13 15:13:46 +02:00
Kenshin13 5250c2a0c0 Merge branch 'player-data' into inv 2025-08-13 15:11:06 +02:00
Kenshin13 646250753e Merge branch 'get-cfg' into player-data 2025-08-13 15:02:46 +02:00
Kenshin13 28670480bc fix(es_extended/shared/functions): fix ESX.GetConfig bug 2025-08-13 15:00:39 +02:00
Kenshin13 216f648482 feat: sync player data inv & loadout 2025-08-13 13:46:44 +02:00