476 Commits

Author SHA1 Message Date
Yimura
3cd570be91 feat(Protections): Added received event 2021-05-25 12:58:33 +02:00
Yimura
211c35e9e3 fix(WindowLog): Move to correct disk location
fixes #2
2021-05-25 11:14:49 +02:00
Yimura
3f61818c4e feat(Globals): Added window bool states to permanent settings 2021-05-21 14:13:00 +02:00
Yimura
75872ade75 feat(Vehicle): Added bring vehicle button 2021-05-21 14:09:28 +02:00
Yimura
7bd6912356 feat(Classes): Added CPedFactory and others 2021-05-21 13:16:40 +02:00
Yimura
9382271e12 feat(GUI): Enable all keys except interfering ones 2021-05-21 13:16:18 +02:00
Yimura
07cf882f3c fix(Logger): Lost bracket 2021-05-21 12:48:30 +02:00
Yimura
98a4b89d1c feat(Window): Added Log window 2021-05-21 12:44:43 +02:00
Yimura
8c0978bfde feat(Main): Removed SetConsoleCtrlHandler and DeleteMenu 2021-05-21 12:16:48 +02:00
Yimura
44bfa8fceb feat(Fonts): Added Storopia font 2021-05-21 12:16:10 +02:00
Yimura
6c622152eb feat(Console): Disable close button and handle close signal 2021-05-21 02:28:42 +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
f01875d2c9 feat(Pointers): Added trigger_script_event 2021-05-21 00:59:09 +02:00
Yimura
05f591fb9c feat(Self): Added no ragdoll 2021-05-21 00:52:59 +02:00
Yimura
b8416192c8 fix(GravityGun): Removed get weapon hash 2021-05-21 00:52:33 +02:00
Yimura
6cde27e7e7 feat(Vehicle): Added horn boost 2021-05-20 23:18:44 +02:00
Yimura
964897df4e feat(srcVector): Added operators 2021-05-20 23:18:14 +02:00
Yimura
693519e73c feat(StealVehicleGun): Notification for non vehicle entities 2021-05-20 22:42:24 +02:00
Yimura
7765700439 feat(CustomWeapons): Added steal vehicle gun 2021-05-20 22:40:13 +02:00
Yimura
ccc8212003 feat(VehicleGun): Select custom model 2021-05-20 22:39:56 +02:00
Yimura
6c4357ed3c feat(CustomWeapons): Added vehicle gun 2021-05-20 21:04:03 +02:00
Yimura
b2a1d46ddf feat(Vehicle): Hide speedo meter on certain conditions 2021-05-20 20:27:28 +02:00
Yimura
3cd680d301 feat(GUI): Show help text on startup 2021-05-20 20:27:07 +02:00
Yimura
b63bf4b0e4 feat(CustomWeapons): Added Cage and Delete guns 2021-05-20 18:57:53 +02:00
Yimura
ab28148e87 fix(WindowTopBar): Allow unload before notify 2021-05-20 18:28:15 +02:00
Yimura
f6ee0687fa feat(CustomWeapons): Added repair gun 2021-05-20 18:19:01 +02:00
Yimura
371432ea4e feat(Globals): Added auto saving on change 2021-05-20 18:00:03 +02:00
Yimura
cfedc34bf7 refactor(Globals): Removed old include from files 2021-05-20 15:52:29 +02:00
Yimura
a1de889037 feat(Globals): Load from settings.json file 2021-05-20 15:51:42 +02:00
Yimura
552bc5f49b feat(Hooks): Added error screen hook 2021-05-20 15:49:36 +02:00
Yimura
1317bc09cd refactor(Enums): Changed to enum class 2021-05-20 15:48:36 +02:00
Yimura
091dd429d5 fix(Globals): Startup problem cause by settings 2021-05-19 18:36:33 +02:00
Yimura
139bcbfd47 refactor(GUI): Removed ghost base_tab file 2021-05-19 18:35:41 +02:00
Yimura
29b8429c16 feat(Pointers): Fixed increment stat event signature 2021-05-19 18:11:42 +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
cd490fbd7e feat(Backend): Added godmode & speedo_meter 2021-05-19 18:09:48 +02:00
Yimura
399cebb9cf feat(Core): Added speedo_meter to data and renamed CustomWeapon enum 2021-05-19 18:09:13 +02:00
Yimura
ab2d2c9af7 feat(IncrementStatEvent): Added REPORT blocking 2021-05-19 16:19:38 +02:00
Yimura
6d0d39a616 feat(MainWindow): Added gravity gun 2021-05-19 16:05:21 +02:00
Yimura
5b4107a1f2 feat(Globals): Added custom_weapon 2021-05-19 15:32:51 +02:00
Yimura
ce39de3264 refactor(GUI): Remove base_tab 2021-05-19 15:32:17 +02:00
Yimura
d5aecb5c8f feat(Backend/looped): Added gravity gun 2021-05-19 15:31:35 +02:00
Yimura
3a2ddc6304 feat(Util): Updated all include 2021-05-19 15:31:18 +02:00
Yimura
055b5ba673 feat(Util): Added entity::cage_ped and entity::raycast 2021-05-19 15:31:02 +02:00
Yimura
7bf9ae1489 feat(Util): Added math::deg_to_rad, math::distance_between_vectors and math::rotation_to_direction 2021-05-19 15:30:22 +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