1195 Commits

Author SHA1 Message Date
DayibBaba
a524009cb7
Context menu: Fixed irregular distribution of operations and added some more (#1335)
* Fixed irregular distribution of operations and added some more
* Changed explosion type of Enflame
2023-05-10 22:37:47 +01:00
DayibBaba
6d9026e26b
Added dev tool for animations (#1332) 2023-05-10 22:29:40 +01:00
DayibBaba
34c37b2042
Squad spawner improvements (#1329)
* New Fun UI for self with Super hero fly & bulletshield
* Added missing hotkey global
* New debug window for animations
* Some more context menu additions
* Changed private variable to public for Orbital drone
* Added max vehicle & favour roads & spawn ahead & orbital drone coords on custom spawn mode & persisten vehicle integration
* Removed Log entry
* Removed some more log entries
* Some small tweaks
* Added persistent vehicle to the logic
2023-05-10 22:29:16 +01:00
FireFox101889
49235195b5
feat: Keep model dimension in mind when determining spawn location (#1316) 2023-05-10 22:11:59 +01:00
Andreas Maerten
10ebcbbdaa
feat(ExceptionHandler): Force logs syncronously (#1317)
Closes #1303
2023-05-01 23:07:36 +01:00
Andreas Maerten
71892a6fa7
refactor(PlayerDB): Improve code (#1313)
This PR includes some improvements to the player DB service:
 - Added `Get Gamer Online State` function pointer
 - Added sorting of players alphabetically and grouping of players by their online state
 - The player DB service will now update 32 players at a time for their online state
 - Player entries will automatically save when changing any data from them
 - Update the player online states every 5min
2023-05-01 22:23:07 +01:00
Rxann
eede8978d7
fix(BlockJoin): Grab block reason correctly from DB (#1306) 2023-04-30 15:03:37 +01:00
Rxann
fb55dc1dd9
feat(Block Join): fallback on breakup kick if block join fails (#1279) 2023-04-29 12:45:15 +01:00
Johann
68435ebd6d
feat(world): load ipl's (#1283) 2023-04-29 12:29:28 +01:00
Rxann
4422655b32
chore: change C-style casts to dynamic_cast (#1299) 2023-04-27 10:11:05 +02:00
Andreas Maerten
87027fbfd9
fix(OrbitalDrone): crash when selecting a player ped (#1295) 2023-04-26 19:17:03 +01:00
Takoyaki White
c2c776553f
Fix DEBUG_REMOVE_FROM_BAD_SPORT (#1296) 2023-04-26 19:16:41 +01:00
Andreas Maerten
670325d36f
fix(OrbitalDrone): broken tooltip text (#1294) 2023-04-25 22:59:51 +01:00
tupoy-ya
a8133074ad
fix(Crash): Fixed crashes in SP Missions. (#1285)
chore(hooking.hpp): Removed useless declarations.
2023-04-23 23:06:20 +01:00
Andreas Maerten
9bc99e18cc
chore: disabled blame explosion infraction (#1282) 2023-04-23 21:39:16 +01:00
Andreas Maerten
2206995a9c
fix(exception_handler): crash on unload (#1280)
Restore the value the ErrorMode and the UnhandledExceptionFilter values.
2023-04-23 21:00:37 +01:00
DayibBaba
a908b3fbc8
Squad Spawner (#1250) 2023-04-23 16:23:00 +01:00
DayibBaba
530a798d62
Improved does_script_exist() and local editor (#1265) 2023-04-20 20:07:16 +01:00
Aure7138
99bbe9ae1c
fix(cache): less peds on init (#1268) 2023-04-19 10:57:49 +02:00
maybegreat48
7537b9b343
Fix GTA data caching less weapons/vehicles on init (#1264) 2023-04-18 22:21:45 +02:00
Andreas Maerten
a9f934b026
fix(CmdExecutor): can't modify hotkey (#1261) 2023-04-17 19:24:41 +01:00
maybegreat48
c28110a338
Hotfix VM patch (#1253) 2023-04-17 00:27:02 +02:00
maybegreat48
3c2245f780
General fixes (#1251) 2023-04-16 19:28:49 +01:00
Andreas Maerten
958463d5ff
fix(BytePatch): incorrect explode patch (#1245) 2023-04-15 23:29:38 +01:00
Andreas Maerten
fc52860e02
feat(ExceptionHandler): Don't log repeating exceptions (#1244) 2023-04-15 23:20:48 +01:00
Rxann
60e1c2e3c6
feat(CustomWeapons): deactivate when weapon is holstered (#1231) 2023-04-15 22:17:43 +01:00
Andreas Maerten
8a9c6a22c0
fix(Hotkey): Fast run and Freecam not working (#1242)
* fix(noclip): not working properly in single player

Fixes #1178
2023-04-15 21:34:39 +01:00
Andreas Maerten
080ffeb647
refactor(CmdExecutor): closing the executor window (#1240) 2023-04-15 20:00:22 +01:00
Andreas Maerten
e138e2fa11
feat(ContextMenu): disable if GUI is open (#1239) 2023-04-15 16:40:17 +01:00
Andreas Maerten
461e1b5138
Add vehicle gears to speedo meter (#1236) 2023-04-15 15:47:36 +01:00
Rxann
2bb0557946
custom gun refactor (#1230) 2023-04-14 18:02:00 +01:00
Quentin E. / iDeath
74c3931209
Feat ptr cache continued (#1227) 2023-04-14 17:54:07 +01:00
Rxann
be5bb50c87
fix(actions): typo in nightly description (#1229) 2023-04-13 22:20:24 +01:00
DayibBaba
cc5a154bdb
Fix: Request control (#1226) 2023-04-12 19:10:56 +01:00
DayibBaba
31d2db48df
Locals editor (#1211) 2023-04-11 20:36:43 +01:00
Andreas Maerten
83ad7d65ae
fix: vehicle control tabs and not working in offline (#1219) 2023-04-11 19:55:08 +01:00
Andreas Maerten
6df7be6f06
General code and GUI cleanup (#1200)
* feat(native_hooks): removed useless bail kick hook
* feat(Translations): add button to force update languages
* refactor: reorganize GUI for world
* refactor: improve exception handler
Modified the exception handler to not catch C++ try/catch blocks before those could gracefully catch the error.

* chore: debug removed crash test button
* chore: removed script exception handler
* feat(OrbitalDrone): add translations
* feat(VehicleController): add translation keys
* feat: added player admin detected translation keys
* feat(Views): add cache sub menu
2023-04-07 23:08:34 +02:00
Quentin E. / iDeath
60d8269d3b
feat(Pointers): add cache for pointers (#1203) 2023-04-06 19:01:23 +01:00
Rxann
aa984a5636
feat: Added toggle for admin join notification (#1199) 2023-04-06 18:55:28 +01:00
Aure7138
51e3b6e132
refactor: all weapons in vehicle (#1197) 2023-04-05 20:25:20 +02:00
DayibBaba
96d1c26242
feat: Vehicle control & Summon (#1175) 2023-04-05 18:54:29 +01:00
Rxann
24955f9019
feat: Admin checking protection (#1187) 2023-04-05 17:57:28 +01:00
Quentin E. / iDeath
626394eca7
feat-debug(thread_pool): log the job and which thread execute it for debugging purposes in case the thread never exit. also log in case a job is scheduled but none of the thread are currently available (#1190) 2023-04-04 22:52:57 +01:00
DayibBaba
e1ce85fd71
fix(Orbital drone): Firing generated errors (#1189) 2023-04-04 22:52:33 +01:00
maybegreat48
919f7ac9ea
Update presence data sig (#1186) 2023-04-04 16:57:32 +02:00
Andreas Maerten
a6b99ea481
chore: remove session name spoof (#1184) 2023-04-03 23:07:15 +01:00
Quentin E. / iDeath
042ec19495
potential fix for attachment infinite loop crash (#1183) 2023-04-03 22:48:56 +01:00
Andreas Maerten
a0bc98b59e
fix(GTAData): bump ped cache version (#1177) 2023-04-02 21:08:57 +01:00
Andreas Maerten
06a215b90c
refactor(ContextMenu): improve code (#1173)
* chore: remove unused classes from replay
* feat(ContextMenu): keep drawing even if menu is open
2023-04-02 00:30:51 +01:00
Aure7138
ea33c09e8c
feat(cache): expand ped (#1156) 2023-04-01 17:37:26 +01:00