Commit Graph

1629 Commits

Author SHA1 Message Date
b4692c3172 reworked if 2024-05-08 10:09:18 +03:00
232985d895 less visible multi-kick 2024-05-07 12:49:59 +03:00
R.K
499fc6b906 [Workaround]: Remove Start LS Customs Button from LS Customs Menu (#3065) 2024-05-06 22:19:38 +02:00
dfca5c7567 Remove useless kicks (#3061) 2024-05-06 22:11:35 +02:00
R.K
1066aefa03 Start Script Activity Session Check (#3045) 2024-05-06 22:00:32 +02:00
R.K
f4449bad99 PlayerDB Delete Untrusted Players (#3053) 2024-05-06 20:51:33 +02:00
R.K
d75bebd386 Allow Trusted Players & Friends to Request Control (#3047) 2024-05-06 20:15:53 +02:00
d9576584f5 fix(Views/Player): not closing when the selected player left (#3039) 2024-05-03 18:53:59 +02:00
a7934ba357 Add more translation keys (#3024) 2024-05-03 17:29:24 +02:00
e18efc6180 Fix multiple crashes. (#3035) 2024-05-03 17:28:21 +02:00
9652ce70de Radio Sync Fix (#2973) 2024-05-02 17:42:37 +02:00
d13b49ca0b Refactor format money to use manual methods of comma addition. (#3020) 2024-05-01 23:30:25 +02:00
435963d3b6 fix(vehicle): fix repair not working after going in water (#2996) 2024-05-01 23:25:30 +02:00
3470660b8d Fixed vehicle extras to match the scripts (#3019) 2024-05-01 23:24:20 +02:00
7a25403912 Updated the max characters from 64 characters to 41, which seems to be the maximum the Socialclub API actually saves and returns. (#3014) 2024-05-01 10:54:28 +02:00
d1d72e54b9 Add motorcycle club, too. (#3013)
* Refactor add_callback_for_labels to take an initializer_list.
2024-04-30 23:17:59 +02:00
17a7ad65b9 Increased the maximum length of CEO Name from 15 to 64 characters. (#3011)
* Added FMMC_KEY_TIP15 replacement of 15 to 64.
* Removed legacy multiplayer chat filter.
2024-04-30 22:59:52 +02:00
222e98840c Bypass Profanity Checks (#3010) 2024-04-30 20:53:29 +02:00
R.K
03b65d5375 feat: Added Infinite Vehicle Ammo (#3003) 2024-04-30 20:52:49 +02:00
R.K
5fec32df4c fix(VehicleController): Missing translations (#3004) 2024-04-30 18:13:25 +02:00
ccb3591364 Added "Enable MK1 and MK2 Weapons" feature. (#3000) 2024-04-30 18:11:43 +02:00
f0cd838bb1 refector: Chinese chat spam blacklist (#2994) 2024-04-30 17:55:17 +02:00
R.K
ff55db8fa3 fix: Prevent autokick of friends and trusted (#2989) 2024-04-28 22:44:20 +02:00
R.K
fcf74bc198 feat(Protections): added UI element to toggle give collectible (#2990)
* Adapted protection UI to better make use of the space
2024-04-28 21:54:18 +02:00
79083e34f0 Fixed commands not working in single player. (#2980)
* Fixed commands not working in single player.

* Code review changes.
2024-04-27 16:10:35 +02:00
9b10969978 Update [BUG] issue template (#2978) 2024-04-26 16:31:44 +02:00
51ee53ee51 Fixed format_money not working. (#2969) 2024-04-24 21:14:41 +02:00
1fa3ef8a45 Added StartScriptBegin protection. (#2962)
* Refactored Script Event Logging to log to a file that's kept open, but flushed each event instead of spamming the console.
* Added Rockstar ID to the Script Event Logger.
2024-04-23 22:48:29 +02:00
ca1e7e6b41 Give optimisation hints to compiler (#2929)
feat(invoker): add compiler hints
chore(get network event data): added translation TODO
feat(native hooks): add compiler hint to crashes
feat(render): add likely compiler hint to on_present
feat(thread pool): add compiler hints
Added hook likely/unlikely switches to debug/crash scenarios.
Added HEX_TO_UPPER call on the AC verifier offsets.
Added more fuzzer unlikely attributes.
Replaced some hard coded numbers with their unhashed _J variants.
Added more unlikely attributes to singleton initializer checks.
Added more likely/unlikely attributes to certain scenarios.
2024-04-22 19:48:22 +02:00
b1bf477d1f Added formatting to money on HUD. (#2957) 2024-04-22 18:29:42 +02:00
e887ac2eba Added crash objects to list (#2950)
* Fixed duplicate and added any possibly missing object
2024-04-20 00:14:34 +02:00
3a84f91fd8 feat(metadata): bump build number (#2949) 2024-04-17 23:49:42 +02:00
382ddb319b Fix for GTA Build 3179 (#2946)
* Removed old and unused security pointer/signature
* Updated GTAV-Classes
2024-04-17 15:05:09 +02:00
10bec398bb fix(lua): fix pointer.allocate allocating the wrong number of bytes (#2941) 2024-04-13 17:41:04 +02:00
0dc5ad6137 fix(lua): better error reporting when calling player commands (#2932) 2024-04-10 11:43:55 +02:00
58e1ccf36c Revert #2857 (#2921) 2024-04-06 23:49:55 +02:00
9870a8d37c fix(Onboarding): not showing up when cache needs to generate (#2916)
Fixes #2910
2024-04-05 14:16:58 +02:00
075f30fc7b feat(FontMgr): expand Turkish glyph range (#2915) 2024-04-04 20:34:43 +02:00
5703338d67 Fixed vehicles in preview exploding. (#2908)
* Closes #2905

* Fixed set_mp_bitset being called from vehicle::spawned if the is_networked parameter was false.
2024-04-04 09:43:10 +02:00
6ec9d24743 fix: Vehicle Preview same model hash different actual vehicle (#2904)
Closes #2903
2024-04-02 09:55:13 +02:00
8425cae0f6 Refactor m_rockstar_id into its proper type of a 64-bit signed integer. (#2901) 2024-03-31 21:11:52 +02:00
4e1deb4ef0 fix chat not seen by other players (#2900) 2024-03-31 19:34:41 +02:00
629cff293a fix nlohmann potential throw in ped outfit (#2894) 2024-03-30 18:42:04 +01:00
1f556a8c78 Redesigned the preview system entirely. (#2888) 2024-03-30 18:41:12 +01:00
21da47f3e5 Fixed gamer_handle_serialize/deserialize using the wrong sizes. (#2886) 2024-03-28 20:15:33 +01:00
4636ef8346 Unify rlGamerHandle code and fix chat inaccuracies. (#2883) 2024-03-27 21:43:31 +01:00
0fb17b668e refactor: Model Preview use time delta instead of frame/tick rate (#2881)
Closes #2880
2024-03-27 14:10:14 +01:00
6212171fc8 ACTUALLY fixes #2675 this time I swear. (#2879) 2024-03-27 11:33:33 +01:00
399a5d3dec refactor: Bad design around the preview service (#2877)
Closes #2875
Closes #2675
Closes #2077
2024-03-26 23:37:50 +01:00
a5a5b07984 Fixed send chat logic (#2874)
Command reports will now only be sent to the command user
2024-03-26 17:28:08 +01:00