Commit Graph

961 Commits

Author SHA1 Message Date
tupoy-ya
1087146e56
refactor!: Replace premake5 with CMake. (#551)
Co-authored-by: tupoy-ya <tupoy-ya@users.noreply.github.com>
2022-11-08 21:08:58 +00:00
SpaghettDev
146c2b8ce8
feat(self): Added HUD options. (#553) 2022-11-07 19:23:24 +00:00
Aure7138
1635c0ed93
feat(self): improved never wanted (works above military) (#558)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-07 19:20:20 +00:00
Aure7138
7802510df3
feat: unlimited_oxygen & no_water_collision (#547) 2022-11-06 21:30:50 +00:00
Yimura
5ef764af81
feat(Script): Don't open Visual Studio if it's open already (#546) 2022-10-30 20:41:37 +01:00
Quentin E. / iDeath
7c64e4d31f
feat(Hooking): Easier declaring of detour hooks and quick prototyping (#544) 2022-10-30 19:32:51 +01:00
Quentin E. / iDeath
b65e0c7ae5
fix: load settings before pointers are initialised (#543) 2022-10-30 19:16:17 +01:00
Quentin E. / iDeath
3112ad4cfe
fix byte patch class being only usable in a single unit (#542) 2022-10-30 19:14:19 +01:00
Aure7138
0bd683afca
feat(self): add no collision(#541) 2022-10-30 15:23:10 +01:00
TheGreenBandit
ddffcdefe5
fix(README): update contents to better represent repo (#539) 2022-10-30 15:21:12 +01:00
TheGreenBandit
1e09842766
Update README.md (#538) 2022-10-29 22:52:32 +01:00
Yimura
64b922af89
feat(scripts): reorganise based on feedback (#535) 2022-10-29 19:03:06 +01:00
FireFox101889
9817853935
feat(spoofing): Spoof godmode (#534)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-10-29 10:54:32 +01:00
Yimura
f3b933e72f
feat(repo): add scripts (#533) 2022-10-28 20:34:32 +01:00
Yimura
e915f88daf
feat(vendor): switch ImGui vendor repository (#531) 2022-10-28 20:00:20 +01:00
Yimura
b74a9e371e
feat: remove network related content (#510) 2022-10-28 15:54:33 +01:00
GeopJr
9c6d6a6098
feat: version badges (#529) 2022-10-27 21:46:16 +01:00
Quentin E. / iDeath
815201f65c
bypass c4 limit (#523) 2022-10-26 21:10:19 +01:00
FireFox101889
dd6e9450fc
feat(session): disable sent chat messages being filtered (#525) 2022-10-26 20:38:01 +01:00
Yimura
1549f157a6
feat(BytePatch): add restore & apply methods (#524) 2022-10-26 20:20:26 +01:00
Quentin E. / iDeath
0188477573
Move local time and weather to world submenu, add force thunder (#522) 2022-10-26 19:27:15 +01:00
Quentin E. / iDeath
839854a16b
feat: added rid joiner (#521) 2022-10-26 14:12:29 +02:00
Yimura
8f63d1c65b
feat(gta): tlsContext update (#519) 2022-10-25 21:30:07 +01:00
Yimura
6ce0ccbaaf
fix: online crash (#518) 2022-10-25 21:21:36 +01:00
Yimura
736b52d404
feat(vendor): Updated GTAV-Classes (#516) 2022-10-25 17:59:14 +01:00
Yimura
52bc6bb722 fix(renderer): Load backup font on proton 2022-10-24 14:13:30 +02:00
Yimura
c948305a9c
feat: Switch to C++20 (#508) 2022-10-24 14:08:37 +02:00
Yimura
34f2302c90
feat(Renderer): Merge Chinese font into other menu fonts (#487) 2022-10-23 22:59:15 +02:00
Yimura
5212fb701a
feat: Add more debug logging (#503) 2022-10-23 20:48:51 +02:00
Yimura
a00e9e34f3
fix(ViewGtaData): properly size window for fullscreen users (#501) 2022-10-22 00:06:58 +02:00
Yimura
3857684c93
feat(globals): save keep_vehicle_repaired to disk (#500) 2022-10-21 23:54:48 +02:00
Yimura
b31ff6d580
refactor: simplify metric logger (#499) 2022-10-21 23:47:50 +02:00
Yimura
0d8daa5762
feat(no_idle_kick): expand globals that are modified (#497) 2022-10-21 23:04:25 +02:00
Yimura
671ced9dec
feat: reorganize debug screen (#496)
* feat(git): greatly simplify ignore list
* refactor: removed old include
2022-10-21 22:05:39 +02:00
GeopJr
cded8fa873
feat: vehicle auto-repair (#493)
Co-authored-by: boredom1234 <roughuse82@gmail.com>
Co-authored-by: Howdoiusekeyboard <howdoiusekeyboard@gmail.com>
2022-10-21 17:22:52 +02:00
Demae
edc52ccf2e
Removed bruteforce_scan as it is no longer needed (#492) 2022-10-21 16:17:34 +02:00
Yimura
70d604a535
fix(BytePatch): To ensure proper cleanup make use of unique_ptr (#491) 2022-10-21 14:09:20 +02:00
Yimura
657d292e07
feat: Metric Logging (#483) 2022-10-21 13:37:18 +02:00
Quentin E. / iDeath
005ce81c4d
fix: Properly restore the byte patches when unloading (#486)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-10-21 13:25:37 +02:00
Quentin E. / iDeath
91ae0512fa
persist car: add safety so that old json files work fine (#485)
* persist car: add safety so that old json files work fine

* remove unused include
2022-10-20 00:50:24 +02:00
Yimura
688f05fa03
fix(ESP): player armor incorrectly sized (#484) 2022-10-19 22:13:56 +01:00
Yimura
a31e5daf41
fix(PlayerJoin): don't notify above map while joining (#482) 2022-10-19 21:27:01 +01:00
Yimura
b0c2b1db40
fix(PlayerList): remove icon clutter (#480) 2022-10-19 21:00:53 +01:00
Yimura
6489969c6f
fix(Console): Issue with disabling the close button of console (#479) 2022-10-19 19:24:43 +01:00
Yimura
7ca0eacd98
feat(notifications): add missing options for tse sender mismatch (#478) 2022-10-19 16:51:55 +01:00
Yimura
ce9d81d2ca
fix(Notifications): Player Leave option incorrect SameLine (#477) 2022-10-19 16:44:41 +01:00
Quentin E. / iDeath
7f25ee41cc
Added local caching for peds, vehicles and weapons (#457) 2022-10-18 23:30:32 +01:00
TheGreenBandit
04aad64439
feat(PersistCar): Added Invisible, Invincible and Collision options (#474)
Co-authored-by: tupoy_ya <nikitachuvilov2@gmail.com>
Co-authored-by: Evangelos Paterakis <evan@geopjr.dev>
Co-authored-by: navmodder <30207948+navmodder@users.noreply.github.com>
2022-10-18 20:08:05 +01:00
Forever Gone
ede701cd70
Fix reinjection after unloading (#472) (#473) 2022-10-16 21:06:17 +01:00
Forever Gone
baa38f6fcf
fix: Sigscanner (#471) 2022-10-16 09:11:33 +02:00