Aure7138
77e9c9e884
feat: interior weapon ( #974 )
2023-02-10 21:46:40 +00:00
Aure7138
da0d98ef0e
refactor: c4 limit and some general fixes ( #970 )
2023-02-10 21:33:47 +00:00
Johann
94b1917796
feat(self): add superman mode ( #924 )
2023-02-09 18:17:10 +00:00
Johann
bf8a98932c
feat(world): blackhole ( #951 )
2023-02-08 21:50:26 +00:00
yasmasdas
b87d4e0e1b
feat: added boat pickup, ballistic armor and keep on ground ( #932 )
2023-02-04 23:49:44 +01:00
Johann
fa7e5e5a34
feat(protections): block receive pickup ( #933 )
2023-02-04 23:20:49 +01:00
Yimura
5c01d393b9
Update for 1.66 ( #929 )
...
* feat(crossmap): update thanks @Aure7138
* feat(TSE): updated most hashes
* feat(ScriptEventHandler): Remove abused TSE hashes
* feat(pointers): fix snitl
* fix(pointers): region code
* fix(pointers): handle join request
* fix(pointers): decode session info
* fix(pointers): connect to peer
* fix(pointers): decode peer info
* fix(pointers): add player to session
* fix(pointers): handle join request
* fix(pointers): Is Matchmaking Session Valid
* fix(pointers): send session matchmaking attributes
* fix(pointers): process matchmaking find response
* fix(pointers): serialize join request message
* fix(TSE): updated lost few, thanks @Rimmuru
* fix(Menu): update menu (#930 )
* fix(globals): mechanic global
* feat(meta): bump version
* feat(spoofing): remove patched stuff
* fix(self): off radar timer offset
* fix(overlay): retain last position
* feat(self): commented dance mode
* feat(spoofing): add note about spoofing not working
Co-authored-by: maybegreat48 <96936658+maybegreat48@users.noreply.github.com>
2023-02-03 23:00:56 +00:00
Johann
c25e7d3fad
feat: add ragequit option + hotkey ( #925 )
2023-02-01 18:48:50 +00:00
Johann
0214d85edd
feat(self): add ptfx player effects ( #917 )
...
Co-authored-by: Seanghost117 <36561158+Seanghost117@users.noreply.github.com>
2023-02-01 18:48:31 +00:00
Johann
ef3decba53
feat(ui): add ingame overlay ( #910 )
...
* feat(overlay): add current time
* feat(overlay): add customization options
* fix(overlay): use local time zone
* fix(overlay): enable by default
* feat(overlay): add position modification
2023-01-30 23:21:29 +00:00
Aure7138
98364f30b6
feat: stat editor ( #884 )
2023-01-22 21:57:55 +00:00
maybegreat48
d45d0c1ffc
Toxic features and improve protections ( #897 )
2023-01-22 21:57:32 +00:00
FireFox101889
23b016f4c8
Renamed Disable Chat Filter to Check Chat Profanity ( #871 )
2023-01-17 20:22:39 +00:00
LiamD-Flop
bc9583b990
Multi select for gravity gun ( #690 )
2023-01-16 21:16:06 +00:00
Maddy
f6a6682c86
feat(Self): Part Water (Moses Mode) ( #838 )
...
Co-authored-by: TheGreenBandit <106003542+TheGreenBandit@users.noreply.github.com>
2023-01-15 21:39:57 +00:00
yasmasdas
1788bc8bf9
Add anonymous bounty toggle ( #823 )
...
Co-authored-by: tupoy-ya <72797377+tupoy-ya@users.noreply.github.com>
2023-01-09 17:20:51 +00:00
TheGreenBandit
93b72b525b
Hotkey Additions ( #802 )
2023-01-09 16:40:03 +00:00
TheGreenBandit
86c44f38b5
feat(Vehicle): invisible car ( #833 )
2023-01-08 20:27:23 +00:00
TheGreenBandit
ef27f9cb6b
feat(Self): Superjump ( #809 )
2023-01-08 20:25:15 +00:00
Rimmuru
5260b27899
Editor+ ( #745 )
...
* feat(Toxic): add send to island
* feat(mobile): add helicopter backup
* refractor(mobile): update seperator
* feat(Troll): add set bounty
* tps
tp all to island
tp all to eclipse
tp to eclipse
* working hijack &, delete. + placeholders
* speed, derail
* drive train, working derail
* improved drive train
* exit train, rework delete
* using CReplayInterface
2023-01-06 23:25:16 +00:00
maybegreat48
13ff1be75a
Reactions, remote kick and better protections ( #807 )
...
* feat(Scripts): Complete GlobalPlayerBD
* feat(Scripts): add GPBD_Kicking
* feat(Scripts): start work on GPBD_FM_3
* feat(Scripts): add more to GPBD_FM_3
* feat(Scripts): complete GPBD_FM_3
* feat(Scripts): start work on GPBD_FM
* feat(Scripts): improve GPBD_FM
* feat(Scripts): complete GPBD_FM
* feat(Reactions): Add reactions
* feat(Protections): Improve protections
* feat(RemoteKick): Add remote kick
* feat(Stats): add KillsOnPlayers and DeathsByPlayers
* fix(Classes): Fix compiler warnings
2023-01-03 16:48:32 +00:00
maybegreat48
43eec4eb35
Some general fixes ( #782 )
...
* feat(protections): small updates
* chore(CustomText): comment out TICK_LEFTCHEAT label override
* feat(protections): make desync protections optional
* fix(matchmaking): fix pool filter
2022-12-31 00:47:01 +00:00
Bugisoft
2b1aee98de
feat: Some small additions ( #755 )
2022-12-30 01:09:33 +00:00
Aure7138
630450fd74
fix #737 ( #738 )
2022-12-26 18:49:55 +01:00
Yimura
a3422540be
feat(Spoofing): Add local user name spoofing ( #502 )
...
* Spoofs your local name by using natives and writing to a single struct (couldn't spoof name in chat otherwise)
* Add tooltip to IP spoofing to mention that it may cause you to get dropped from a session while connecting
* Expanded explanation in spoofing section to include that spoofing is server-side and not client-side.
2022-12-22 23:03:34 +00:00
maybegreat48
79e5e7a30b
Commands ( #725 )
...
* feat(Commands): Prototype command system
* feat(Commands): Chat commands
* refactor(Toxic): convert most options into commands
* feat(Protections): block breakup kicks on other players as host
* refactor(Kicks): convert most options into commands
* refactor(Commands): add labels and descriptions to all commands
* feat(Commands): cleanup on unload
* refactor(Troll): convert most options into commands
* refactor(Misc): convert most options into commands
* refactor(Teleport): convert most options into commands
* feat(Commands): Variadic commands and toggleable bools
* feat(Hotkeys): hotkeys now use commands
* fix(Chat): fix the chat window locking up when a message is sent
* fix(Commands): properly handle spoofed username
* fix(Spam): update filter
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-12-22 21:23:32 +00:00
Yimura
d10913743b
fix(globals): keep thread running ( #721 )
2022-12-18 23:22:01 +00:00
Yimura
f6c00f113d
refactor!: globals ( #717 )
...
* refactor(globals): use macro's for to_json/from_json
* refactor(globals): switch from global pointer to global instance
2022-12-18 22:15:52 +00:00
maybegreat48
f338479c5c
RID Spoofing Improvements ( #666 )
...
* Fix stability issues with handler hook
* Better RID spoofing
2022-12-08 12:23:57 +00:00
maybegreat48
8c3953ab20
Toxic update ( #641 )
2022-12-06 16:12:02 +00:00
Aure7138
eb80ac54bd
feat: Fast Respawn, Rapid Fire, removed static offsets ( #649 )
...
Closes #495
Fixes #635
2022-11-29 19:16:07 +00:00
Yimura
4a22a997c5
fix(hotkey_service): duplicate key overwrite ( #643 )
2022-11-26 21:12:21 +00:00
SpaghettDev
cab25b12f7
feat(hud): Add force show HUD component and replaced some hard-coded values. ( #628 )
2022-11-26 19:42:58 +00:00
Aure7138
2364bc5688
feat(services): added hotkey_service ( #634 )
...
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-26 17:29:14 +00:00
maybegreat48
88aa1f8e56
Add session browser ( #633 )
2022-11-24 22:49:05 +01:00
maybegreat48
64b47779e8
Lessen breakup kicks and more ( #625 )
2022-11-21 15:42:12 +00:00
maybegreat48
ab49103171
Improve protections again and player database ( #606 )
2022-11-19 02:49:36 +01:00
Aure7138
69d636f065
feat(Network): Send Chat Message ( #594 )
2022-11-14 16:37:38 +01:00
maybegreat48
eb41c69e09
Force session host and improve protections ( #593 )
...
* Add force session host and update protections
* Remove old popgroup protection
* Harden script patcher
* Replace looped options with script patches
* Missing break
* Use enums
* Forgot to break again...
* Add tooltip for force session host
Co-authored-by: user <email@hostname>
2022-11-13 17:34:44 +01:00
maybegreat48
74c8e8d70c
Add script patcher and update protections ( #588 )
2022-11-12 18:35:28 +00:00
Yimura
46d4867df1
feat(ScriptEventHandler): Block switch player to animal ( #581 )
2022-11-11 23:38:28 +00:00
FireFox101889
b641242633
Save disable_chat_filter to disk ( #575 )
2022-11-11 18:34:35 +00:00
SpaghettDev
07ce825a07
feat(self & vehicle): Added mobile radio and turning off engine. ( #572 )
2022-11-11 17:51:40 +00:00
Demae
538919d4ca
feat(netMsg): log chat and text messages ( #567 )
2022-11-11 16:47:22 +00:00
tupoy-ya
1087146e56
refactor!: Replace premake5 with CMake. ( #551 )
...
Co-authored-by: tupoy-ya <tupoy-ya@users.noreply.github.com>
2022-11-08 21:08:58 +00:00