aa15032261
872f933a7f
feat(Gui): Improved playerlist. ( #317 )
2022-07-05 18:56:32 +02:00
Yimura
d243aef3ce
refactor: cleaned up service directory structure ( #300 )
2022-06-30 00:11:54 +02:00
karifeld
0f09234130
refactor: Modernized/optimized general code, bug fixing and more ( #226 )
...
* refactor: Use self globals
* refactor: Use gui::components
* fix(Vehicle Preview): Addresses #119
Previewed vehicle set to unclimbable
Only preview when hovered on vehicle
* fix(Infinite Clip): Disabling it now works
* fix(No Ragdoll): Disabling it now works
Removed unnecessary calls to natives (0xB128377056A54E2A should be enough)
* fix(Spawn): Wrong footer placement
* fix self globals file name typo
* refactor(Mobile): Clear ped tasks when set conditions are met
Only clear ped tasks if pv_teleport_into bool is true and ped is in a vehicle
* feat(Weapons): Remove current weapon
* refactor: Added missing variable in calls to self globals
* refactor: Utilize usage of ControllerInputs
* fix(Vehicle Fly): uninitialized local variable 'ped' used
* refactor(No Ragdoll, Infinite Clip): Only run on boolean change.
* refactor(Infinite Ammo): Simplified code
* refactor: Utilize ControllerInputs in other areas of code
* refactor: Utilize ControllerInputs in other areas of code
2022-05-22 18:38:45 -04:00
LiamD-Flop
e7cc2611b6
feat(GUI): Simplifying the gui ( #118 )
...
Co-authored-by: Maddy <59680197+xM4ddy@users.noreply.github.com>
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-05-04 19:16:40 +02:00
Yimura
d6ccfd242f
feat(GUI): Don't use natives for resolution
2022-03-31 00:06:20 +02:00
Yimura
54bdb6da56
feat(Spawner): Preview vehicle before spawning ( #113 )
2022-03-14 23:31:30 +01:00
LiamD-Flop
a47d0a3359
Merge: rework_gui > master
2022-02-28 23:04:56 +01:00
Yimura
43f8ecef58
feat(TopBar): Fastest quit in the west
2022-02-27 22:48:34 +01:00
Yimura
9ecffc7d68
feat(Vehicle): Added checkbox to disable targetting
2022-02-22 01:39:09 +01:00
Yimura
a2d9f04f1e
feat(Globals): Simplified code, sorry to anyone who has to update their code
2022-02-22 01:18:49 +01:00
Yimura
ff0dcd7723
fix(UserWindow): Disable rounding on static window
2022-02-21 23:22:37 +01:00
Yimura
57cca88fb4
feat(Logger): Implement new logger
2022-02-21 18:22:46 +01:00
Yimura
e1632c329c
feat(Notify): Simplified code, using std::string_view
2022-02-21 01:24:27 +01:00
Yimura
b9f61c522b
feat(Players): Added friends again
2022-02-21 00:55:21 +01:00
Maddy
5ea6135856
Added Infinite ammo & clip.
2022-02-08 23:06:33 -05:00
Yimura
f711af3803
fix(TriggerScriptEvent): Function definition was incorrect
2022-02-04 18:40:21 +01:00
Yimura
dcbdb616cd
fix(PlayerWindow): Incorrect method for ID setting
2022-02-02 13:32:53 +01:00
Yimura
8b656cf533
chore: Replace strcat and others with fmt::format
2022-02-02 02:32:30 +01:00
Yimura
0cff76852a
feat(PlayerList): Further simplified how selected player is handled
2022-02-02 01:38:35 +01:00
Yimura
1dc68d23e1
feat(PlayerList): Rewrite of entire player management system
2022-01-31 18:27:35 +01:00
Yimura
7a050997b0
fix(CurrentProfile): Forgot to draw Transmission tab
2022-01-31 17:27:59 +01:00
Yimura
9726d96c6a
feat(vendor): Updated GTAV-Classes
2022-01-30 00:23:26 +01:00
Yimura
be00df60e5
chore(Mobile): Indicate transform uses global tolower and not std::tolower
2022-01-29 23:35:13 +01:00
Yimura
296d147fa6
feat(ScriptEventHandler): Forgot to block rotate cam
2022-01-26 21:37:08 +01:00
Yimura
257fd54956
feat(ScriptEventHandler): Prevent network bail
2022-01-26 15:23:57 +01:00
Yimura
5cea9d40e7
feat(Settings): Added rebinding of menu toggle
2022-01-18 02:38:51 +01:00
Yimura
caff765f43
feat(Mobile): Added teleport into personal vehicle
2022-01-18 02:06:28 +01:00
Yimura
815d493530
feat(Vehicle): Added trigger LS Customs anywhere
2022-01-14 16:12:30 +01:00
Yimura
ea43cf7520
refactor: TabVehicle redesigned GUI elements
2022-01-09 14:14:14 +01:00
Yimura
bc6cb46faf
refactor: TabTeleport moved personal vehicle global to util header
2022-01-09 01:10:38 +01:00
Yimura
1074802d8c
feat(Teleport): Moved teleport personal vehicel to teleport tab
2022-01-08 23:59:32 +01:00
Yimura
7e6e1b3cc4
feat(Globals): Modified styling of buttons and fields
2022-01-08 22:30:39 +01:00
Yimura
adb95d3f46
fix(Globals): Globals created at runtime need their cache built
2022-01-08 20:30:13 +01:00
Yimura
d76ca9c23c
fix(Globals): Unable to start freeze thread pool
2022-01-08 19:56:05 +01:00
Yimura
baf924d203
feat(PersonalVehicles): Alphabetic list
2022-01-08 17:48:46 +01:00
Yimura
dff8bb85e5
feat(Mobile): Added Mechanic personal vehicle summon
2022-01-08 05:42:36 +01:00
Yimura
c86f195467
refactor(Services): unnecessary global inclusion
2022-01-08 05:31:24 +01:00
Yimura
831ba8ad3a
feat(Mobile): Added mors mutual insurance fix all vehicles
2022-01-07 13:58:51 +01:00
Yimura
74fdad96fe
feat(Debug): Added Script Event Logging
...
Closes #26
2022-01-06 08:47:00 +01:00
Yimura
624373a2f9
fea(PlayerInfo): Show wanted level and if player pad has god
2022-01-05 22:14:44 +01:00
Yimura
152b5fc574
Merge pull request #38 from The-Denno/gui_player_info
...
feat(PlayerInfo): Added vehicle god mode detection
2022-01-05 18:54:57 +01:00
Yimura
9c4e22814d
feat(PlayerInfo): Simplified Code and added separators
2022-01-05 18:51:30 +01:00
Yimura
258aacccd8
Merge pull request #37 from The-Denno/settings
...
feat(Settings): Added toggles for script protections
2022-01-05 18:47:05 +01:00
The-Denno
cea523f391
Update tab_settings.cpp
...
fix(GUI): using ImGui::TreeNode and ImGui::TreePop in settings.cpp
2022-01-05 18:43:03 +01:00
The-Denno
deab14bf83
Update player_info.cpp
...
feat(GUI): added player ped in godmode vehicle detection in player_info.cpp
2022-01-05 18:31:09 +01:00
Yimura
b4d23c1789
fix(Self): Wanted Level added force toggle
...
fixes #23
2022-01-05 18:30:16 +01:00
The-Denno
f1bfa8e22d
Update tab_settings.cpp
...
feat(settings): added checkboxes to enable and disable protections in tab_settings.cpp
2022-01-05 18:22:06 +01:00
Yimura
d08c1c5e3f
feat(Self): Reorganised self tab items in groups
2022-01-05 18:18:03 +01:00
Yimura
aa08bb206b
refactor(Core): Removed eExplosionType and updated gta/enums instead
2022-01-04 23:10:27 +01:00
Yimura
0e0f6c626b
refactor(GUI): Simplified calls to windows
2022-01-04 22:45:34 +01:00