1092 Commits

Author SHA1 Message Date
Rainer Zufall
ba3ab119d5 fix(README): globals.hpp link (#614) 2022-11-19 00:36:55 +01:00
Quentin E. / iDeath
a265a4c942 fix table of contents (#613) 2022-11-18 18:29:29 +01:00
Rainer Zufall
bc9be571ff Update README.md (#611) 2022-11-18 16:43:55 +00:00
Quentin E. / iDeath
ce4c8034ef fix(README) Better build instructions (#603) 2022-11-18 16:23:58 +00:00
Rimmuru
db75000851 feat(mobile): Helicopter Pickup, Request Ammo Drop (#605) 2022-11-17 17:05:47 +00:00
8KV
f4e813c294 feat(PersistCar): collision, invincibility & visibility on vehicle (#602) 2022-11-16 19:31:12 +00:00
Rimmuru
69690ced1a Improved protections (#598) 2022-11-16 17:07:59 +00:00
SpaghettDev
2cdb23fe06 fix: filters for Visual Studio (#600) 2022-11-16 13:15:18 +00:00
Yimura
1986dee1b5 refactor!: Modified memory::module class (#597) 2022-11-14 21:59:02 +00:00
Aure7138
ed903528f4 feat(Network): Send Chat Message (#594) 2022-11-14 16:37:38 +01:00
Yimura
d8fb6a049c docs: Add comment to find script locals (#596) 2022-11-14 13:10:41 +00:00
maybegreat48
f636c7c17f Force session host and improve protections (#593)
* Add force session host and update protections

* Remove old popgroup protection

* Harden script patcher

* Replace looped options with script patches

* Missing break

* Use enums

* Forgot to break again...

* Add tooltip for force session host

Co-authored-by: user <email@hostname>
2022-11-13 17:34:44 +01:00
maybegreat48
c0d20c59a7 Fix script patches crashing game on unload (#590) 2022-11-12 21:02:50 +00:00
Yimura
f68d68a92b fix(Renderer): Cyrillic on Proton (#589) 2022-11-12 19:22:02 +00:00
maybegreat48
e6ce363963 Add script patcher and update protections (#588) 2022-11-12 18:35:28 +00:00
GeopJr
4244ff8093 fix(ci): gh output on powershell and wildcard deleting older cached versions (#583) 2022-11-12 17:52:26 +00:00
Yimura
25f9756f04 feat(ScriptEventHandler): Block switch player to animal (#581) 2022-11-11 23:38:28 +00:00
Aure7138
65493fc5cb feat(Network): Region Switcher (#580) 2022-11-11 23:13:01 +00:00
Yimura
6c65b534ec feat(Renderer): Added Cyrillic to ImGui font (#578) 2022-11-11 22:48:19 +00:00
Yimura
aca084109a feat(ReceivedCloneSync): Simplify hook 2022-11-11 22:01:56 +01:00
Aure7138
75424bfb1d fixes #559 (#576) 2022-11-11 20:01:10 +00:00
Yimura
532cf59b4f fix(ReceivedCloneSync): Check before casting (#574) 2022-11-11 18:43:49 +00:00
FireFox101889
134da381de Save disable_chat_filter to disk (#575) 2022-11-11 18:34:35 +00:00
SpaghettDev
d0972f65d4 feat(self & vehicle): Added mobile radio and turning off engine. (#572) 2022-11-11 17:51:40 +00:00
Reece Watson
9f55d0fda9 feat(RCS): Added invalid index crash protections. (#573)
Cleaned up some of the logging.
2022-11-11 17:44:45 +00:00
Demae
f34b9c0af6 feat(netMsg): log chat and text messages (#567) 2022-11-11 16:47:22 +00:00
Yimura
08502a2cd4 refactor: Updating CONTRIB to be more relevant (#568) 2022-11-11 16:39:19 +00:00
GeopJr
32c3a75d5d feat(ci): cache (#566) 2022-11-11 10:34:32 +00:00
Demae
59d04b411e Small improvements (#565) 2022-11-11 10:32:30 +00:00
Reece Watson
10a909153a feat(RCS): Improved crash protections. (#407)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-11 00:21:38 +00:00
Aure7138
7fbf8e8e22 feat(vendor): updated GTAV-Classes (#560) 2022-11-08 22:44:52 +00:00
tupoy-ya
bc05ecd78c 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
d9d8aa30c1 feat(self): Added HUD options. (#553) 2022-11-07 19:23:24 +00:00
Aure7138
a50d7ba206 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
70cb7ca162 feat: unlimited_oxygen & no_water_collision (#547) 2022-11-06 21:30:50 +00:00
Yimura
3e9444c6b7 feat(Script): Don't open Visual Studio if it's open already (#546) 2022-10-30 20:41:37 +01:00
Quentin E. / iDeath
9256c54123 feat(Hooking): Easier declaring of detour hooks and quick prototyping (#544) 2022-10-30 19:32:51 +01:00
Quentin E. / iDeath
11bc0bcc4a fix: load settings before pointers are initialised (#543) 2022-10-30 19:16:17 +01:00
Quentin E. / iDeath
5b10945bce fix byte patch class being only usable in a single unit (#542) 2022-10-30 19:14:19 +01:00
Aure7138
ae8a540730 feat(self): add no collision(#541) 2022-10-30 15:23:10 +01:00
TheGreenBandit
7c19d0145f fix(README): update contents to better represent repo (#539) 2022-10-30 15:21:12 +01:00
TheGreenBandit
c4685ff11a Update README.md (#538) 2022-10-29 22:52:32 +01:00
Yimura
99c5c6e8db feat(scripts): reorganise based on feedback (#535) 2022-10-29 19:03:06 +01:00
FireFox101889
a7fa050ca6 feat(spoofing): Spoof godmode (#534)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-10-29 10:54:32 +01:00
Yimura
e449e6885d feat(repo): add scripts (#533) 2022-10-28 20:34:32 +01:00
Yimura
cf4ecbc1f7 feat(vendor): switch ImGui vendor repository (#531) 2022-10-28 20:00:20 +01:00
Yimura
368a518111 feat: remove network related content (#510) 2022-10-28 15:54:33 +01:00
GeopJr
7566b1b368 feat: version badges (#529) 2022-10-27 21:46:16 +01:00
Quentin E. / iDeath
a3c9f065f0 bypass c4 limit (#523) 2022-10-26 21:10:19 +01:00
FireFox101889
8503d22337 feat(session): disable sent chat messages being filtered (#525) 2022-10-26 20:38:01 +01:00