1734 Commits

Author SHA1 Message Date
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
59f549cbf4 fix(Pointers): Signature for REQUEST_CONTROL_OF_ENTITY 2021-05-26 13:16:29 +02:00
Yimura
4746754fb8 feat(Entity): Patch Request Control of Entity 2021-05-26 00:14:28 +02:00
Yimura
7a99637cec refactor(IncrementStatHook): Re-added old code 2021-05-25 14:44:35 +02:00
Yimura
70cbd2eb7a refactor(VehicleUtil): Optimised bring vehicle 2021-05-25 14:11:13 +02:00
Yimura
2093db6220 refactor(IncrementStat): Removed increment stat and moved to received event 2021-05-25 14:09:02 +02:00
Yimura
3bb5c558b6 feat(Log): Changed log level of hooks and patterns 2021-05-25 12:59:02 +02:00
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