Commit Graph

1663 Commits

Author SHA1 Message Date
CringeArab
a9eaaebb42
Improve nightly release (#3171) 2024-05-24 23:22:05 +02:00
lonelybud
a568dea653
move session lock logic to handle_join_request (#3136) 2024-05-24 23:20:04 +02:00
Ryan
860a466f82
Remove Unknown Player OOM Kick False Positives (#3170) 2024-05-24 23:19:32 +02:00
maybegreat48
c180694199
Session multiplexer and more (#3167) 2024-05-24 23:17:54 +02:00
Quentin
0393c5d391
Revert "Direct implementation of fix vectors (#3147)" (#3179)
This reverts commit fb07065aaf.
2024-05-24 23:10:18 +02:00
maybegreat48
1cc7532a1e
Harass players and spam killfeed (#3161) 2024-05-21 23:28:52 +02:00
gir489
54c7dada82
Refactored DISABLE_CONTROL_ACTION to use unordered_set. (#3157)
* Refactored DISABLE_CONTROL_ACTION to use unordered_set.

* Refactored SCALEFORM_MOVIE_METHOD_ADD_PARAM_INT hook to reuse the arg0 parameter if format_money was on, but the user had less than 1000 casino chips.
2024-05-19 20:43:20 +02:00
CringeArab
64d187413f
fix: Fake ban message (#3141) 2024-05-19 20:42:29 +02:00
Mr-X-GTA
28aae52e72
Protection improvements (#3146) 2024-05-19 20:26:44 +02:00
Bugisoft
fb07065aaf
Direct implementation of fix vectors (#3147) 2024-05-19 16:17:31 +02:00
gir489
254f64f1af
Added filtering system to prepare_metric_for_sending. (#3139) 2024-05-19 00:04:12 +02:00
R.K
00f5c34e2a
[Enhancement]: Stability Improvements to Black Hole Feature (#3132) 2024-05-16 18:47:25 +02:00
R.K
059f831c52
Small Refactor of Session Bad Sport Spoofing (#3134) 2024-05-16 09:51:04 +02:00
Ryan
7f8977adcf
Change MIPH with MPH (#3128) 2024-05-16 00:05:51 +02:00
gir489
a25476d918
Cleaned up log_node function. (#3130) 2024-05-15 23:49:56 +02:00
gir489
73120c6b94
Added file-based log to debug.packet_logs. (#3127) 2024-05-15 19:54:34 +02:00
lonelybud
b693509609
elegant crash complete protection (#3109) 2024-05-15 17:38:48 +02:00
maybegreat48
44269fcf35
Desync protection improvements (#3094) 2024-05-13 19:01:47 +02:00
maybegreat48
4ab201bd59
Hide vehicle godmode (#3103) 2024-05-13 17:21:34 +02:00
Mr-X-GTA
ef70781926
fix(script_event_handler): fix crash (#3105) 2024-05-13 00:45:57 +02:00
R.K
d22249adef
[Enhancement]: Session Switcher Combo (#3100) 2024-05-13 00:45:30 +02:00
gir489
773f57bacc
Remove redundant nullptr checks in player::get_ped(). (#3095)
* chore(Player): remove `this` keyword

Co-authored-by: Andreas Maerten <24669514+Yimura@users.noreply.github.com>
2024-05-11 23:23:26 +02:00
Mr-X-GTA
f81d40854d
fix: crash in transition (#3091) 2024-05-11 20:43:00 +02:00
HCR-750F
f15cb312e7
feat: Chat translator (#2931) 2024-05-10 21:41:59 +02:00
Mr-X-GTA
86c63dfff5
Desync kick protection (#3086) 2024-05-10 21:09:10 +02:00
Muhammad007228
dada469c55
Less noticeable multi-kick => smart-kick (#3066) 2024-05-10 11:51:14 +02:00
R.K
3a7cad7f72
IPL Fix & Formatting (#3082) 2024-05-10 11:42:21 +02:00
Ryan
f44edb83a5
feat: Block Stand elegant crash (#3076) 2024-05-09 23:29:03 +02:00
Mr-X-GTA
9062491f1d
Fix player list crash (#3080)
* Fixed get_rockstar_id returning an incorrect type.
* Added more OOP usage of get_rockstar_id when applicable.
Co-authored-by: gir489returns <gir489returns@outlook.com>
2024-05-09 23:28:11 +02:00
R.K
3d77d92db2
Crash Fixes (?) (#3081) 2024-05-09 23:09:59 +02:00
pierrelasse
5065b449cc
Add .pdb file to ci workflow (#3069)
* feat(workflows/ci): upload .pdb file too
* feat(workflows/ci): cmake args, pdb seperate artifact
* refactor(workflows/autoblocker): remove trailing whitespace
2024-05-09 15:26:01 +02:00
Ryan
d65f7f2745
Fix the Radio Sync Fix (#3060) 2024-05-09 15:10:56 +02:00
R.K
01f784de18
Hotfix (#3072) 2024-05-09 11:06:25 +02:00
maybegreat48
29f226b316
Assorted fixes (#3073)
* feat: unstuck more when removing blackscreen
* fix: make kicks more versatile
2024-05-09 11:05:56 +02:00
gir489
b7d75d4fcd
Sanity checks for get_net_data. (#3068) 2024-05-08 10:33:21 +02:00
R.K
1b82c94d4d
Refactor of Player Wanted Level (#3070) 2024-05-08 10:24:00 +02:00
R.K
499fc6b906
[Workaround]: Remove Start LS Customs Button from LS Customs Menu (#3065) 2024-05-06 22:19:38 +02:00
tiCkuhAr
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
Andreas Maerten
d9576584f5
fix(Views/Player): not closing when the selected player left (#3039) 2024-05-03 18:53:59 +02:00
HCR-750F
a7934ba357
Add more translation keys (#3024) 2024-05-03 17:29:24 +02:00
gir489
e18efc6180
Fix multiple crashes. (#3035) 2024-05-03 17:28:21 +02:00
Ryan
9652ce70de
Radio Sync Fix (#2973) 2024-05-02 17:42:37 +02:00
gir489
d13b49ca0b
Refactor format money to use manual methods of comma addition. (#3020) 2024-05-01 23:30:25 +02:00
Quentin
435963d3b6
fix(vehicle): fix repair not working after going in water (#2996) 2024-05-01 23:25:30 +02:00
gir489
3470660b8d
Fixed vehicle extras to match the scripts (#3019) 2024-05-01 23:24:20 +02:00
gir489
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
gir489
d1d72e54b9
Add motorcycle club, too. (#3013)
* Refactor add_callback_for_labels to take an initializer_list.
2024-04-30 23:17:59 +02:00