Commit Graph

824 Commits

Author SHA1 Message Date
c0f1c58f8d feat(ScriptEventHandler): Prevent network bail 2022-01-26 15:23:57 +01:00
92965594f0 feat(CarmodShop): Hooked SET_VEHICLE_LIGHTS 2022-01-26 15:19:56 +01:00
8247370a72 feat(GTA/Enums): Added other gamestates 2022-01-26 14:01:38 +01:00
2f7b8d425b feat(Hooks): Added player join and leave hooks 2022-01-25 02:55:35 +01:00
436db363f4 fix(NativeHooks): Network Bail replaced with function that does nothing 2022-01-25 02:52:04 +01:00
666fce169d fix(Pointers): GTA Thread Start signature
fixes #47
2022-01-22 03:27:13 +01:00
07d9f83356 fix(Mobile): Kick player out of vehicle before spawning new 2022-01-22 00:06:43 +01:00
e37fc0f156 fix(NativeHooks): Removed old file that was borked by Visual Studio 2022-01-21 23:38:49 +01:00
5373905013 fix(NativeHooks): Hook on inject 2022-01-21 23:32:57 +01:00
5da0f7bbce feat(LsCustoms): No need to set position and heading as the natives are hooked 2022-01-21 23:14:19 +01:00
0bfb078d9f feat(NativeHooking): Added dynamic script native hooking 2022-01-21 23:13:43 +01:00
ee38e194b7 feat(Hooks): Split freemode script recovery into 2 different files 2022-01-21 23:13:10 +01:00
eba692ff37 feat(Hooking): Added GTA Thread start hook 2022-01-21 23:11:37 +01:00
49cdac1d3b feat(Pointers): Added GTA Thread start signature 2022-01-21 23:08:00 +01:00
48a8c3d00a feat(Util/System): Get rel address of pointer 2022-01-20 14:42:08 +01:00
c922f4d498 feat(Settings): Added rebinding of menu toggle 2022-01-18 02:38:51 +01:00
1ad337492a fix(Hotkey): Make inline to make compiler happy 2022-01-18 02:21:04 +01:00
6e9fbcdf09 feat(Mobile): Added teleport into personal vehicle 2022-01-18 02:06:28 +01:00
90bce8256d feat(Util/Notify): Added busy spinner 2022-01-18 02:05:38 +01:00
c09df14671 feat(Util/Vehicle): Set vehicle heading and don't continue if we can't get control of vehicle. 2022-01-18 02:03:20 +01:00
d6929d4efc feat(Vehicle): Added trigger LS Customs anywhere 2022-01-14 16:12:30 +01:00
5ae57e75e4 feat(ImGui): Renamed bitfield and added hotkey 2022-01-11 19:10:57 +01:00
8ae34d36e9 feat(Mobile): Don't set spawn at mors flag when despawning vehicle 2022-01-11 19:09:25 +01:00
a80fcfb3e3 refactor: Util/Mobile reordering functions 2022-01-10 12:54:05 +01:00
0fe2c1ad52 feat(enum): Updated eVehicleFlags 2022-01-10 12:39:09 +01:00
8d200a484c refactor: TabVehicle redesigned GUI elements 2022-01-09 14:14:14 +01:00
04cdf96e80 refactor: TabTeleport moved personal vehicle global to util header 2022-01-09 01:10:38 +01:00
780eece778 feat(Teleport): Moved teleport personal vehicel to teleport tab 2022-01-08 23:59:32 +01:00
26b2bca8a2 feat(Globals): Modified styling of buttons and fields 2022-01-08 22:30:39 +01:00
cc39b5060f fix(Globals): Globals created at runtime need their cache built 2022-01-08 20:30:13 +01:00
a687e6df48 fix(Globals): Unable to start freeze thread pool 2022-01-08 19:56:05 +01:00
3ba12dca7f fix(PersonalVehicle): Remove old vehicles from list 2022-01-08 19:54:10 +01:00
0167556de5 feat(PersonalVehicles): Alphabetic list 2022-01-08 17:48:46 +01:00
b7a0c39c02 refactor: eVehicleFlags::ACTIVE changed to TRIGGER_SPAWN_TOGGLE 2022-01-08 17:46:58 +01:00
f6ba4d8257 fix(CustomWeapons): Fix Gravity Gun not doing cleanup when failing REQUEST_CONTROL
Fixes #40
2022-01-08 14:09:00 +01:00
9730c50d97 feat(Mobile): Added Mechanic personal vehicle summon 2022-01-08 05:42:36 +01:00
0a16d73c1d refactor(Services): unnecessary global inclusion 2022-01-08 05:31:24 +01:00
842bb3617a refactor: Move find_script_thread to gta_util 2022-01-08 01:43:04 +01:00
1d6fa013de refactor: Only act on an entity if we have control 2022-01-07 17:00:42 +01:00
087a188d2a feat(OffRadar): Moved to util/mobile 2022-01-07 15:05:47 +01:00
62fd92e8bf feat(Mobile): Added mors mutual insurance fix all vehicles 2022-01-07 13:58:51 +01:00
5efa31a2f6 feat(Crossmap): Updated with more accurate crossmap 2022-01-07 00:36:55 +01:00
bac623ed8b fix(Player): SelectedPlayer struct was a copy and never updated causing the selected player to never update 2022-01-06 09:26:45 +01:00
9c4058e9cd feat(Debug): Added Script Event Logging
Closes #26
2022-01-06 08:47:00 +01:00
b357aaac69 fea(PlayerInfo): Show wanted level and if player pad has god 2022-01-05 22:14:44 +01:00
d3c5ac2d8a Merge pull request #39 from The-Denno/bug_ragdoll
fix(Self): No Ragdoll force ragdolling when disabled

fixes #36
2022-01-05 21:09:46 +01:00
54e69e67be Update no_ragdoll.cpp
fix(Self): ragdoll sideeffects as mentioned in #36
2022-01-05 19:23:57 +01:00
6f69601f7c fix(Vehicle): Vehicle God mode was not working as intended 2022-01-05 19:22:21 +01:00
e1872bcc00 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
bee338e717 feat(PlayerInfo): Simplified Code and added separators 2022-01-05 18:51:30 +01:00