maybegreat48
61ddba1634
Update for b3258 ( #3288 )
...
* fix: update script names
* fix: use original chat sender
* feat(tunables): fix tunable service
* fix: explode patch (thanks @Mr-X-GTA)
* fix: fix compile errors
* fix: use unique_ptr
* Added 1.69 vehicles.
* Added new weather for 1.69 and updated stack sizes.
* Fixed garage.
* Made Unload button a developer-only feature. (Disabled on Release)
* Redesigned Network tab to not be a giant mess.
* Added new json_serializer code from @tupoy-ya.
* chore: correct dependency
------
Co-authored-by: maybegreat48 <email@hostname>
Co-authored-by: Andreas Maerten <24669514+Yimura@users.noreply.github.com>
Co-authored-by: gir489returns <redacted@example.com>
2024-07-03 23:04:06 +02:00
Tessio
fca25336cc
Globals updated 1.69 ( #3292 )
2024-06-28 18:21:46 +02:00
maybegreat48
4589b87553
Menu revamp ( #3274 )
...
* Complete player and network UI redesign, meant to show all features instead of stuffing them into tiny boxes
* Added option to delete player vehicles
* Better clone player (now clones head blend too)
* Better host token spoofing, with an option to enter your own
* Better host token spoofing detection
* Better desync kick prot detections
* A script blocker for the entire session (per-player options will be added later)
* Added option to spoof data/DLC hashes
* Logging framework that allows developers to easily debug false positives
* Major protection improvements
2024-06-27 10:32:17 +02:00
kikkin_yo_azzez
f3cf7b5983
update outfit slot name global ( #3280 )
2024-06-24 20:36:11 +02:00
sch-lda
8bbab4c765
fix(Chat Filter): also lowercase incoming text ( #3225 )
Nightly Build / Check Recent Commit (push) Successful in 47s
Nightly Build / Build Nightly (push) Has been cancelled
Nightly Build / Recreate Release (push) Has been cancelled
2024-06-05 15:51:35 +02:00
Ryan
4adcc05cf3
Add new spam words ( #3204 )
Nightly Build / Build Nightly (push) Waiting to run
Nightly Build / Recreate Release (push) Blocked by required conditions
Nightly Build / Check Recent Commit (push) Successful in 42s
2024-06-02 19:11:40 +02:00
R.K
fe0bcdd7ae
P2905R2 Fix - Refactor rvalue arguments into lvalues for std::make_format_args ( #3194 )
...
Co-authored-by: xiaoxiao921 <837334+xiaoxiao921@users.noreply.github.com>
2024-05-29 19:50:59 +02:00
maybegreat48
1cc7532a1e
Harass players and spam killfeed ( #3161 )
2024-05-21 23:28:52 +02:00
Mr-X-GTA
28aae52e72
Protection improvements ( #3146 )
2024-05-19 20:26:44 +02:00
HCR-750F
f15cb312e7
feat: Chat translator ( #2931 )
2024-05-10 21:41:59 +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
maybegreat48
29f226b316
Assorted fixes ( #3073 )
...
* feat: unstuck more when removing blackscreen
* fix: make kicks more versatile
2024-05-09 11:05:56 +02:00
R.K
1b82c94d4d
Refactor of Player Wanted Level ( #3070 )
2024-05-08 10:24:00 +02:00
R.K
1066aefa03
Start Script Activity Session Check ( #3045 )
2024-05-06 22:00:32 +02:00
HCR-750F
a7934ba357
Add more translation keys ( #3024 )
2024-05-03 17:29:24 +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
HCR-750F
f0cd838bb1
refector: Chinese chat spam blacklist ( #2994 )
2024-04-30 17:55:17 +02:00
gir489
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
Vali
e887ac2eba
Added crash objects to list ( #2950 )
...
* Fixed duplicate and added any possibly missing object
2024-04-20 00:14:34 +02:00
gir489
58e1ccf36c
Revert #2857 ( #2921 )
2024-04-06 23:49:55 +02:00
gir489
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
gir489
8425cae0f6
Refactor m_rockstar_id into its proper type of a 64-bit signed integer. ( #2901 )
2024-03-31 21:11:52 +02:00
lonelybud
4e1deb4ef0
fix chat not seen by other players ( #2900 )
2024-03-31 19:34:41 +02:00
gir489
1f556a8c78
Redesigned the preview system entirely. ( #2888 )
2024-03-30 18:41:12 +01:00
gir489
21da47f3e5
Fixed gamer_handle_serialize/deserialize using the wrong sizes. ( #2886 )
2024-03-28 20:15:33 +01:00
gir489
4636ef8346
Unify rlGamerHandle code and fix chat inaccuracies. ( #2883 )
2024-03-27 21:43:31 +01:00
gir489
6212171fc8
ACTUALLY fixes #2675 this time I swear. ( #2879 )
2024-03-27 11:33:33 +01:00
DayibBaba
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
maybegreat48
7e7bcb155a
Refactor and fix send chat ( #2864 )
...
* feat(chat): refactor and fix send chat
* fix(chat): fixes
* fix(chat): fix team chat
Co-authored-by: DayibBaba <79384354+DayibBaba@users.noreply.github.com>
2024-03-23 17:37:51 +01:00
Andreas Maerten
cba19d0c33
refactor!: Rewrite of the old notification service ( #2866 )
...
The main goal was improving the readability of the original code however some ugliness remains.
- Swapped from pointer singleton to instance singleton
- Actually make use of the alpha logic that used to be present
- Added a counter to notifications to indicate if something is being spammed
- Notification timeouts reset if they're sent to the queue again
2024-03-23 00:04:49 +01:00
gir489
3f1921e835
Fixed incorrect typing of crash_objects array to allow the compiler to determine which is best. ( #2859 )
2024-03-22 09:24:39 +01:00
xynny
dd679010b7
Add more crash models to protection ( #2857 )
2024-03-21 23:04:40 +01:00
DayibBaba
b5d8d7dbad
Fixed bounty button & added bounty to all ( #2846 )
...
* Added separate ID for Set button & Added bounty for all
* Reverted unrelated changes
CPlayerExtendedGameStateNode should be updated on classes repo though
2024-03-19 20:10:33 +01:00
Andreas Maerten
e07601347d
refactor: switch RAGE_JOAAT with string literal functions ( #2806 )
...
Why? Shorter to write and removes the macro usage
I used the following regex to find all occurrences:
```r
RAGE_JOAAT\("(.*?)"\)
```
then the following to replace it all:
```r
"$1"_J
```
2024-03-12 09:42:11 +01:00
lonelybud
c629dd1e09
fix: ped body clean up logic ( #2764 )
2024-02-23 21:00:26 +01:00
Arthur
a822da4af3
Remove Random Events and G's Cache ( #2716 )
2024-02-18 22:03:17 +01:00
Andreas Maerten
1b260f788b
fix: issues with proton installations ( #2711 )
2024-02-13 00:16:10 +01:00
maybegreat48
0afcb00ec7
Launcher script start fix ( #2697 )
2024-02-10 14:14:29 +01:00
Anvar
ad1dfc71d2
refactor: move Request Model logic to helper function ( #2669 )
2024-01-31 10:47:03 +01:00
maybegreat48
1e11d83f7a
fix: don't randomize components if we're cloning an existing ped ( #2663 )
2024-01-28 15:51:25 +01:00
Anvar
3c59b3408f
refactor: improvement load_3d_ground_at_coords ( #2654 )
2024-01-27 18:29:02 +01:00
navmodder
dd27ea2340
Better Aimbot & Flying Axe ( #2480 )
...
* Better Aimbot
* Revert "Better Aimbot"
This reverts commit 176824ad20ca46a9ec5bda79eeb5784d8bd277d9.
* Better Aimbot
* Flying Axe
* Aimbot smoothing
* More fixes & improvements
* Little missing detail
* Fixed
* Improvements
-switch to using inline
-switched timer to steady_clock
-changed axe lerp to "Lagrange's Interpolation"
- i hope girl is satisfied XD
* PEMDAS
* Comment!
2024-01-21 15:32:01 +01:00
maybegreat48
1127e51a52
Optimizations ( #2649 )
...
* fix(Respawn): fix respawn in SP
* fix: re-enable bigobj
* fix: update creator's stack size
* fix: use BOOLs instead of bools
* fix(gitignore): hide .pyc files
2023-12-29 17:07:00 +01:00
Aure7138
8b62dadcd5
Update crossmap and natives.hpp to 3095. ( #2565 )
2023-12-15 16:01:57 +01:00
gir489
9dd1d49ed4
Removed m_velocity from CVehicle. ( #2563 )
2023-12-15 11:10:30 +01:00
gir489
695a6dd20e
Fixes for b3095 ( #2537 )
...
* Refactored TRIGGER_SCRIPT_EVENT for the duplicate f_2 argument they added in 3095.
Fixed OOB gadget spam caused by the tow truck.
Increased max interiors in InteriorControl.
* Updated scripted_game_event.
* Update GTAV-Classes repo.
* Fixed locals for 3095.
* Bump project to Build 3095.
2023-12-14 00:56:40 +01:00
gir489
b7b901d77f
Fixed TRIGGER_SCRIPT_EVENT for 3095. ( #2527 )
2023-12-13 19:32:26 +01:00
gir489
95b9724fff
Added more spam messages to the filter. ( #2488 )
...
* Added more spam messages to the filter.
* Removed duplicate remote control vehicle button from the player vehicle menu.
* Added heuristical spam detector.
* Fixed clock in spam logger.
* Added date output to the chat logger.
* Added a message to show the user when someone is spamming.
More static text translations.
* Removed redundant mobile global in scr_globals.hpp.
* Added a spam reason to the spam logger.
* Added team/all to the chat logger.
Added a logger call for the user's chats.
2023-12-07 20:04:00 +01:00