119 Commits

Author SHA1 Message Date
Yimura
9b0bae0272
feat(Vehicle): Added bring vehicle button 2021-05-21 14:09:28 +02:00
Yimura
ecac78c493
feat(Window): Added Log window 2021-05-21 12:44:43 +02:00
Yimura
c2f59878a5
feat(TopBar): Toggle main window 2021-05-21 02:28:14 +02:00
Yimura
517140be75
feat(Self): Added Off Radar 2021-05-21 01:16:33 +02:00
Yimura
f2c99cb729
feat(Self): Added no ragdoll 2021-05-21 00:52:59 +02:00
Yimura
367323b930
feat(Vehicle): Added horn boost 2021-05-20 23:18:44 +02:00
Yimura
2a19a891d5
feat(VehicleGun): Select custom model 2021-05-20 22:39:56 +02:00
Yimura
413c2f5f74
fix(WindowTopBar): Allow unload before notify 2021-05-20 18:28:15 +02:00
Yimura
9e34eb083b
refactor(Globals): Removed old include from files 2021-05-20 15:52:29 +02:00
Yimura
636e0730e5
refactor(GUI): Removed ghost base_tab file 2021-05-19 18:35:41 +02:00
Yimura
c157e88af0
feat(Tabs): Added TabVehicle 2021-05-19 18:11:19 +02:00
Yimura
7b9ccba06f
feat(TabSelf): Added God Mode 2021-05-19 18:10:59 +02:00
Yimura
a39276f248
refactor(TabWeapons): CustomWeapon enum renamed 2021-05-19 18:10:42 +02:00
Yimura
9e1465548b
feat(MainWindow): Added gravity gun 2021-05-19 16:05:21 +02:00
Yimura
c6bca711ee
refactor(GUI): Remove base_tab 2021-05-19 15:32:17 +02:00
Yimura
fcfa3094e4
feat(MainWindow): tab self added noclip 2021-05-19 14:36:21 +02:00
Yimura
bb45b9c765
feat(MainWindow): Added tab spawn 2021-05-19 14:35:47 +02:00
Yimura
7c2e0a3d33
feat(GUI): Added top bar to window 2021-05-19 11:49:22 +02:00
Yimura
571bd3020f
feat(GUI): Splitting elements into different files 2021-05-19 11:28:13 +02:00
Yimura
4a3093f0be
feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
758f0f4e19
feat(Self): Added frame flag support 2021-02-21 00:18:31 +01:00
Yimura
4c2fd7f148
feat(PlayerGriefing): Added force kick from vehicle 2021-02-19 15:45:40 +01:00
Yimura
5df780407d
feat(Handling): Updated limits 2021-02-19 15:43:14 +01:00
Yimura
50bf9f1b2b
feat(Misc): Change player model (SP) 2021-02-08 22:57:34 +01:00
Yimura
a3f699c070
feat(Transmission): Added Max Velocity 2021-02-08 22:50:59 +01:00
Yimura
cf864a78e5
fix(Vehicle): Edge case crash when vehicle was nullptr 2021-02-08 22:50:25 +01:00
Yimura
cc626fd950
wip(Misc): Added change player model 2021-02-07 17:07:47 +01:00
Yimura
9203f32325
refactor(VehicleTab): Optimised auto pilot 2021-02-06 00:35:53 +01:00
Yimura
728d32378b
feat(UserSideBar): Added friend/player counters 2021-02-06 00:32:27 +01:00
Yimura
4e5756a818
fix(UserSideBar): Moved to thread safe copy instead of reference 2021-02-05 12:59:19 +01:00
Yimura
c6c7fbd90f
refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code. 2021-02-05 02:38:56 +01:00
Yimura
ad61f0367b
refactor(Functions): Renamed, moved under a class and ordered alphabetically 2021-02-04 22:57:06 +01:00
Yimura
6930e6bd62
feat(Stats): Added max stats of character 2021-02-04 18:40:12 +01:00
Yimura
f9bf6def6d
feat(Drop): Added RP drop 2021-02-03 19:44:59 +01:00
Yimura
64c984e374
wip(Griefing): Added clear wanted level 2021-02-03 19:44:39 +01:00
Yimura
095d130013
feat(Spoofing): Added IP, R*id and name spoofing 2021-02-03 19:41:46 +01:00
Yimura
8fb8c1e505
fix(Windows): Handling and main will have a propper default size 2021-02-02 16:49:32 +01:00
Yimura
cfed7b703f
fix(PlayerWindow): Resize only on first use 2021-02-02 16:44:51 +01:00
Yimura
11f67334c7
refactor(Spawn): Prevent typing when in spawn menu 2021-02-02 16:38:59 +01:00
Yimura
07ad0b1294
refactor(Online): Re-added money options (safe values only) 2021-02-02 16:21:56 +01:00
Yimura
ebe3bbb77e
feat(Transmission): Added drive bias rear 2021-01-29 18:55:39 +01:00
Yimura
5314ab3077
feat(Handling/transmission): Added steering lock 2021-01-22 12:37:56 +01:00
Yimura
7585536f8c
fix(Handling/brakes): Brake bias member changed name 2021-01-22 12:36:54 +01:00
Yimura
ff0866a009
feat(Handling): Added around 32 handling properties to modify 2021-01-22 02:10:08 +01:00
Yimura
bfe01d19f4
fix(UserSidebar): Made width smaller 2021-01-22 02:09:21 +01:00
Yimura
0a9216ce5c
feat(Vehicle): Added god mode and handling 2021-01-20 03:45:24 +01:00
Yimura
2242b173fc
feat(PlayerWindow): Set next window size 2021-01-17 23:31:10 +01:00
Yimura
519f91cfcb
feat(ReplayInterface): Added attach protection 2021-01-17 23:30:10 +01:00
Yimura
391f8665fa
feat(Population): Optimised settings 2021-01-17 23:26:06 +01:00
Yimura
6b9467c9ac
feat(Protections): Added cage protection 2021-01-17 00:47:00 +01:00