Commit Graph

7141 Commits

Author SHA1 Message Date
Kasey FItton e591cf00ea fix(esx_skin): fix /saveskin command and add missing params 2024-10-24 16:01:47 +01:00
Kasey FItton d0edbe857b fix(esx_notify): missing params 2024-10-24 15:57:35 +01:00
Kasey FItton 95a7284b70 fix(esx_multicharacter): missing params and incorrect param types 2024-10-24 15:57:11 +01:00
Kasey FItton 35166b17e9 tweak(esx_menu_list): missing params 2024-10-24 15:54:43 +01:00
Kasey FItton df18853fd7 fix(esx_menu_dialog): missing params 2024-10-24 15:54:23 +01:00
Kasey FItton db4e891d89 fix(esx_context): missing params 2024-10-24 15:53:50 +01:00
Kasey FItton 7fe329a427 fix: correct colours for new errors 2024-10-24 15:50:01 +01:00
Kasey FItton 86159bb8f3 fix(es_extended/server): add missing params to stop warnings 2024-10-24 15:42:43 +01:00
Kasey FItton f03229acc1 fix(es_extended/client): add missing params to remove warnings 2024-10-24 15:00:02 +01:00
Kasey FItton 6abe153226 refactor(es_extended): Cleanup messy files 2024-10-24 14:49:06 +01:00
Kasey FItton 852198d8aa fix(es_extended/client/functions): fix params to stop warnings 2024-10-24 14:35:41 +01:00
Kasey FItton 44a07ee397 fix(es_extended/client/main): add missing params to stop warnings 2024-10-24 14:26:48 +01:00
Kasey FItton 242d577128 fix(es_extended/client/main): Correct Notification Params for TPM 2024-10-24 14:23:25 +01:00
Kasey FItton d3427e431f fix(es_extended/client/main): Error handling for Vehicle Properties 2024-10-24 14:17:15 +01:00
Kasey FItton 7ef5c12de4 fix(es_extended/client/main): add missing Natives to ESX.SpawnPlayer
This should make spawning alot smoother without multicharacter
2024-10-24 14:15:26 +01:00
Kasey FItton 1beb0cf245 fix(es_extended/client/main): disable shuffle for all seats 2024-10-24 14:02:00 +01:00
Kasey FItton 9e69c5b71f tweak(es_extended/client/main): remove debug print 2024-10-24 13:58:47 +01:00
Kasey FItton a0e77986e0 refactor(es_extended/client/main): Separate playerLoaded Event
Separates the `playerLoaded` Event into multiple functions, for better readability,
and also adds some performance improvements
2024-10-24 13:57:59 +01:00
Kasey FItton 42cf08e9a3 tweak(es_extended/config): Change Default values
These better suit the base experience
2024-10-24 13:51:24 +01:00
Kasey FItton b7d6d9f319 feat(es_extended/server): Store Player's Playtime
Some Notes on this:
- Will store per character
- adds a command: `/playtime` as 1. an example on using it and 2. a way for players to see their current stats.
- Increases Minimum Artifact Requirements to: `9515`
2024-10-24 13:49:28 +01:00
Kasey Fitton 0b658bc3bb tweak(code of conduct): remove sketchy russian links 2024-10-23 22:35:15 +01:00
Arctos2win 6728540076 Merge pull request #1423 from Arctos2win/dev
chore(readme.md): remove oxygenserv from readme
2024-10-19 23:57:58 +02:00
Arctos2win 27a92d165f chore(readme.md): remove oxygenserv from readme 2024-10-19 23:54:40 +02:00
Arctos2win 7b646e61d0 Merge pull request #1416 from Mycroft-Studios/main
tweak: use txAdmin locale by default
2024-10-19 20:04:04 +02:00
Kasey Fitton 661374f3f7 Merge pull request #1417 from feelfreetofee/patch-5
fix(es_extended/client/functions.lua): Fix typos
2024-10-19 10:12:21 +01:00
Arctos2win e142880bc3 Merge pull request #1422 from Mycroft-Studios/error-handling
tweak(es_extended): use correct correct handling
2024-10-18 22:00:19 +02:00
Kasey FItton a57759a115 tweak(es_extended): use correct correct handling 2024-10-18 16:31:08 +01:00
Kasey FItton 480d152f76 tweak(es_extended/config): condense Config.Locale 2024-10-18 07:58:52 +01:00
Sergio 8e170e07b2 fix(es_extended/client/functions.lua): on_release fix
I was wrong #1411
2024-10-16 00:42:51 +02:00
Gellipapa 5b68317f09 Merge pull request #1418 from esx-framework/main
🔄 Main to Dev
2024-10-15 17:57:37 +02:00
Sergio f1b519807b fix(es_extended/client/functions.lua): Fix typos
Small fixes
2024-10-15 17:53:59 +02:00
Kasey FItton d077156c88 tweak(es_extended/config): default to english 2024-10-15 15:40:58 +01:00
Kasey FItton 136c62bf77 twek(es_extended/config): account for txadminLocale being custom 2024-10-15 15:39:36 +01:00
Kasey FItton 782ea91995 Merge branch 'dev' 2024-10-15 14:54:00 +01:00
Kasey FItton 2ebaa422ea tweak: use txAdmin locale by default
by default, use the txAdmin locale, unless a `esx:locale` is specified.
This allows people to change languages easier, since everything will be in the same place, and if they want to specify a different language for ESX, then they can do.

This also wont break anything, since it wont affect existing users whom will aready have the `esx:locale` set
2024-10-15 14:52:37 +01:00
Gellipapa 2c14e5b633 Merge pull request #1415 from esx-framework/new-release-1.10.9
chore: bump manifest version to 1.10.9
2024-10-14 22:45:49 +02:00
Gellipapa 14a9c55ea3 Merge branch 'main' into new-release-1.10.9 2024-10-14 22:44:38 +02:00
Gellipapa 7763eab052 Merge pull request #1414 from esx-framework/dev
🚑 Fix release actions
1.10.9
2024-10-14 22:30:41 +02:00
Gellipapa f29b2fc910 Merge branch 'main' into dev 2024-10-14 22:29:45 +02:00
Gellipapa cdcff80fe6 Update simple-release.yml 2024-10-14 22:28:25 +02:00
Gellipapa e21fa00467 Update simple-release.yml 2024-10-14 22:27:40 +02:00
Manifest Bumper 424db9cf77 chore: bump manifest version to 1.10.9 2024-10-14 20:16:29 +00:00
Gellipapa 10d0701014 Merge pull request #1413 from esx-framework/dev
🚑 Release Hotfix 1.10.9
2024-10-14 22:06:16 +02:00
Gellipapa 1443d62286 Merge pull request #1411 from feelfreetofee/patch-4
fix(es_extended/client/functions.lua) RegisterInput and HashString bug
2024-10-13 18:36:36 +02:00
Gellipapa e044f64d1b Merge pull request #1410 from zImSkillz/main
Add an option to use the cancel function instead of the close function when closing a menu or all menus.
2024-10-13 17:08:59 +02:00
Sergio 622c8e5299 fix(es_extended/client/functions.lua) RegisterInput and HashString bug
In the last update, **RegisterInput** tries to execute the command on key release due some checks removal in #1303 . The check was restored and tested.

**HashString** breaks when the joaat returns a hash bigger than 2^31. It was fix using a [shift mask](https://stackoverflow.com/a/20294714).
2024-10-13 16:06:25 +02:00
zImSkillz c946633ba9 Add an option to use the cancel function instead of the close function 2024-10-12 19:42:02 +02:00
Gellipapa e7eb7f5172 Merge pull request #1409 from esx-framework/main
🔄 Sync Main to Dev
2024-10-10 19:15:27 +02:00
Gellipapa b07e2b92c4 Merge pull request #1408 from esx-framework/1.10.8-release
📦 chore: bump manifest version to 1.10.8
2024-10-10 18:34:03 +02:00
Gellipapa 7d4d901da0 Merge branch 'main' into 1.10.8-release 2024-10-10 18:33:27 +02:00