238 Commits

Author SHA1 Message Date
Yimura
e9188bb522 feat(PlayerWindow): Added check if net_player is nullptr 2021-07-26 21:22:01 +02:00
Yimura
84f3ca4c94 feat(HandlingWindow): Added check for nullptr of local player 2021-07-26 21:21:31 +02:00
Yimura
b0cf5cb611 feat(Self): Added frame flag cheats 2021-07-26 21:18:19 +02:00
Yimura
5e25fbf991 feat(GUI): Added handling window 2021-07-25 22:24:48 +02:00
Yimura
b769503115 feat(PlayerWindow): Added teleport options 2021-07-25 21:02:57 +02:00
Yimura
8d1ff873df feat(Tabs): Added no idle kick 2021-07-24 14:39:34 +02:00
Yimura
a1739bcca4 feat(Tunables): Added disable phone 2021-07-24 00:16:04 +02:00
Yimura
3e8a71fbfa feat(Player): Added info tab 2021-07-23 23:02:46 +02:00
Yimura
5426bf2862 rename(MainTabs): Renamed tabs.hpp to main_tabs.hpp 2021-07-23 23:00:11 +02:00
Yimura
308d250335 feat(Windows): Added toggle for player window 2021-07-23 21:16:34 +02:00
Yimura
cba521b616 feat(Players): Made list alphabetical 2021-07-23 18:06:33 +02:00
Yimura
2a43b8f163 feat(Tab/Weapons): Optimised reference to weapon option in dropdown 2021-07-23 12:01:52 +02:00
Yimura
bcfe9e4592 feat(Tab/Vehicle): Added repair button 2021-07-23 11:59:53 +02:00
Yimura
cc9ad89258 feat(Tabs): Added recovery tab with set level 2021-07-23 11:59:31 +02:00
Yimura
1150bddc2c feat(MainWindow): Added teleport to waypoint 2021-05-26 14:38:38 +02:00
Yimura
65c2f8840b refactor(WindowLog): Removed unused include 2021-05-26 13:17:32 +02:00
Yimura
1feb58f5c3 feat(Windows): Added player window 2021-05-26 13:17:19 +02:00
Yimura
70cbd2eb7a refactor(VehicleUtil): Optimised bring vehicle 2021-05-25 14:11:13 +02:00
Yimura
211c35e9e3 fix(WindowLog): Move to correct disk location
fixes #2
2021-05-25 11:14:49 +02:00
Yimura
75872ade75 feat(Vehicle): Added bring vehicle button 2021-05-21 14:09:28 +02:00
Yimura
98a4b89d1c feat(Window): Added Log window 2021-05-21 12:44:43 +02:00
Yimura
7006e55558 feat(TopBar): Toggle main window 2021-05-21 02:28:14 +02:00
Yimura
a69ea344dc feat(Self): Added Off Radar 2021-05-21 01:16:33 +02:00
Yimura
05f591fb9c feat(Self): Added no ragdoll 2021-05-21 00:52:59 +02:00
Yimura
6cde27e7e7 feat(Vehicle): Added horn boost 2021-05-20 23:18:44 +02:00
Yimura
ccc8212003 feat(VehicleGun): Select custom model 2021-05-20 22:39:56 +02:00
Yimura
ab28148e87 fix(WindowTopBar): Allow unload before notify 2021-05-20 18:28:15 +02:00
Yimura
cfedc34bf7 refactor(Globals): Removed old include from files 2021-05-20 15:52:29 +02:00
Yimura
139bcbfd47 refactor(GUI): Removed ghost base_tab file 2021-05-19 18:35:41 +02:00
Yimura
a5b45c6a5c feat(Tabs): Added TabVehicle 2021-05-19 18:11:19 +02:00
Yimura
bd4236a3bd feat(TabSelf): Added God Mode 2021-05-19 18:10:59 +02:00
Yimura
d8bb940842 refactor(TabWeapons): CustomWeapon enum renamed 2021-05-19 18:10:42 +02:00
Yimura
6d0d39a616 feat(MainWindow): Added gravity gun 2021-05-19 16:05:21 +02:00
Yimura
ce39de3264 refactor(GUI): Remove base_tab 2021-05-19 15:32:17 +02:00
Yimura
d895610c82 feat(MainWindow): tab self added noclip 2021-05-19 14:36:21 +02:00
Yimura
89946765dd feat(MainWindow): Added tab spawn 2021-05-19 14:35:47 +02:00
Yimura
9739b4f858 feat(GUI): Added top bar to window 2021-05-19 11:49:22 +02:00
Yimura
7173ea9c66 feat(GUI): Splitting elements into different files 2021-05-19 11:28:13 +02:00
Yimura
934b1e704a feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
e08f3e063c feat(Self): Added frame flag support 2021-02-21 00:18:31 +01:00
Yimura
8c72ec2682 feat(PlayerGriefing): Added force kick from vehicle 2021-02-19 15:45:40 +01:00
Yimura
8786a55e08 feat(Handling): Updated limits 2021-02-19 15:43:14 +01:00
Yimura
7d3b71efb6 feat(Misc): Change player model (SP) 2021-02-08 22:57:34 +01:00
Yimura
7104149b80 feat(Transmission): Added Max Velocity 2021-02-08 22:50:59 +01:00
Yimura
cb14dc130d fix(Vehicle): Edge case crash when vehicle was nullptr 2021-02-08 22:50:25 +01:00
Yimura
2d9c809daf wip(Misc): Added change player model 2021-02-07 17:07:47 +01:00
Yimura
83eb48ff95 refactor(VehicleTab): Optimised auto pilot 2021-02-06 00:35:53 +01:00
Yimura
337ac85200 feat(UserSideBar): Added friend/player counters 2021-02-06 00:32:27 +01:00
Yimura
b5c8b78f45 fix(UserSideBar): Moved to thread safe copy instead of reference 2021-02-05 12:59:19 +01:00
Yimura
3af9c82ca2 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