MoneyDropLobby
c44cd0f078
chore: Use override keyword in commands to make sure virtual funcs are properly overwritten ( #1897 )
2023-08-01 11:10:14 +02:00
gir489
adefa3bc7e
Use ImGui::SetClipboardText instead of inline function. ( #1902 )
2023-07-31 23:39:40 +02:00
gir489
8854d78560
Debug: implement debugging tools for scripts ( #1899 )
...
Closes #1664
2023-07-31 22:34:10 +02:00
Londiuh
fb33819d98
fix(session): sctv spectator not being enabled ( #1887 )
2023-07-30 01:08:07 +02:00
Quentin
0e0b4d46a4
fix(lua): fix script array iterator being potentially invalidated while iterating due to new scripts that could be added and the vector getting reallocated due to it. ( #1883 )
2023-07-29 11:22:04 +02:00
Bugisoft
ae97322ece
Fix vfx::enable_custom_sky_color not saved ( #1882 )
2023-07-29 00:16:50 +02:00
Quentin
2fb59b5046
fix(lua): input_float:get_value() was returning the wrong type ( #1879 )
2023-07-28 13:59:22 +02:00
Quentin
d1baedc5a4
Feat lua stats ( #1875 )
2023-07-28 10:07:17 +02:00
Andreas Maerten
4b1fd88f6c
refactor!: Modify command argument handling and move on_
method to bool_command ( #1826 )
2023-07-26 22:22:40 +02:00
HCR-750F
d590313e4e
Fix crash reaction and add more translation key ( #1850 )
2023-07-26 18:26:09 +02:00
Londiuh
69d167e451
fix: 'Copy Session Info' button not working ( #1855 )
2023-07-26 18:24:00 +02:00
Yimura
b057af6fae
fix: don't call original on prepare_metric_for_sending
2023-07-25 18:10:32 +02:00
MegaMemeMoment
45600d7306
fix(hooks): return types ( #1834 )
...
fixes a bunch of return types that were seemingly copied from IDA without manual verification
2023-07-25 15:52:21 +02:00
Quentin
822d309b5c
fix(vehicle-god): fix armored vehicles losing armor when vehicle god get disabled. ( #1794 )
2023-07-25 15:43:28 +02:00
Quentin
045961729f
* fix(cmake): Commit messages may have "quotes" in them, which can affect the const char* variable. ( #1840 )
2023-07-25 14:26:48 +02:00
HCR-750F
f593d85af6
chore: Add "Timeout" as a reaction ( #1837 )
2023-07-25 11:00:21 +02:00
Rxann
17e79dbaaa
Added Empty lobby button ( #1812 )
2023-07-24 22:10:44 +02:00
Andreas Maerten
8b415d5186
fix(byte_patch): sometimes the page protections get modified between apply
and restore
: make sure the protections are fine for us to memcpy. ( #1831 )
...
* feat(BytePatch): add is_active member function
* fix(byte_patch): sometimes the page protections get modified between the apply and restore of the byte_patch, make sure the protections are fine for us to memcpy
Co-authored-by: Quentin E. / iDeath <xiaoxiao921@hotmail.fr>
2023-07-24 16:13:09 +02:00
Quentin
cad5e803c1
refactor(detour_hook): don't use detour hook pointers, should speed up hooks ticking (skip a deref compared to before) ( #1827 )
2023-07-24 09:40:28 +02:00
Andreas Maerten
069d7041f8
refactor: make window hook into a bool command ( #1824 )
2023-07-23 22:52:30 +02:00
gir489
181a34baa0
Fixed Debug Locals using improper casting for the float scenario. ( #1823 )
2023-07-23 19:54:01 +02:00
Quentin
8e7b16ce6d
feat(noclip): fix aim nullifying noclip speed. ( #1791 )
...
* keep using SET_ENTITY_VELOCITY when not aiming
* provide GUI for editing speed of noclip
2023-07-23 18:56:08 +02:00
TheGreenBandit
3eacc0998c
Rework rgb for fun vehicle and paintgun ( #1783 )
...
Closes #1819
2023-07-23 18:51:57 +02:00
maybegreat48
57f6eab74a
Force relay connections ( #1813 )
...
* feat(protections): add force relay servers
* feat(network): add support for non-direct connections
* feat(info): add helpful tooltip to prevent unnecessary bug reports
2023-07-23 18:47:25 +02:00
gir489
b6ee8e38bc
Fixed typo in view_debug_locals that caused freezing floats to inject garbage. ( #1820 )
2023-07-23 18:38:22 +02:00
gir489
cdfcb2a831
fix: Issues with missions and request control ( #1785 )
...
Closes #899
Closes #1787
Closes #1788
2023-07-23 15:01:46 +02:00
maybegreat48
a0f2b01540
Improve protections and other random changes ( #1803 )
...
* feat(protections): better logging
* feat(protections): improve protections
* fix(globals): save all spoofing settings
2023-07-22 23:18:47 +02:00
kbabrmover1995
e3d0deb605
Reaction on any modder detection ( #1772 )
...
* Closes #1676
Co-authored-by: Quentin E. / iDeath <xiaoxiao921@hotmail.fr>
2023-07-22 21:44:38 +02:00
Quentin
37296c1498
lua: sub folders support, check for .lua file extension, refactor and simplify internals. ( #1775 )
2023-07-22 13:05:43 +02:00
Quentin
8253b58055
feat(lua): Add entities.get_all_vehicles_as_handles() Add entities.get_all_peds_as_handles() Add entities.get_all_objects_as_handles() ( #1795 )
2023-07-21 21:21:51 +02:00
Quentin
5b1fd3e01c
feat(debug): log msvc c++ exception properly. ( #1790 )
2023-07-21 16:00:01 +02:00
Bugisoft
3e5cad97e9
Custom Sky Color and unify some stuff ( #1779 )
2023-07-20 22:46:32 +02:00
gir489
248fd36542
Added Teleport to Selected Blip and associated hotkey. ( #1774 )
2023-07-20 00:08:29 +02:00
gir489
9da6fe3ec3
Apply vehicle god mode to personal vehicle even when not driving it ( #1771 )
...
Closes #1768
2023-07-19 17:21:34 +02:00
gir489
d12eb8ed6e
Persist Outfit changes. ( #1765 )
...
* Fixed self_persist_outfit checking if the player was in a cutscene instead of if the player was dead.
1st attempt to fix the player trying to take off his helmet if it was added by persist outfit.
* Fixed Persist Outfit not saving persist_outfits_mis.
2023-07-19 09:29:07 +02:00
Quentin
497781b048
feat(lua): Add tab:is_selected
function to check if the tab is the currently selected one in the GUI. ( #1763 )
2023-07-19 09:28:22 +02:00
gir489
1fa7f3448b
Fixed Debug Globals displaying value as a 64-bit integer and not a 32-bit integer. ( #1761 )
...
Resolves #1760 .
2023-07-18 20:46:38 +02:00
Andreas Maerten
f8255d9e80
feat(IssueTemplates): Update issue templates and added 2 more ( #1759 )
2023-07-18 15:56:05 +02:00
Andreas Maerten
9d8c66498e
feat(Actions): swap to self-hosted ( #1751 )
...
* feat(CI): switch to self-hosted
* feat(Nightly): switch to self-hosted
2023-07-18 13:25:42 +02:00
Andreas Maerten
ee4253f155
feat(Actions): swap to self-hosted ( #1751 )
...
* feat(CI): swap to self-hosted
* feat(Nightly): switch to self-hosted
2023-07-18 13:25:09 +02:00
Quentin
73d23dd34b
fix(lua): move bindings to cpp files ( #1757 )
2023-07-18 13:07:33 +02:00
Rxann
9755f4f960
Allow Friends Into Locked Lobby ( #1747 )
2023-07-18 10:42:14 +02:00
gir489
d3b3e57899
Custom teleport added euler angles and added persist outfit ( #1743 )
...
* Addressed #1694 : Added Euler angles to telelocation JSON object.
* Added Persist Outfits to resolve #1669
2023-07-18 10:16:26 +02:00
Sixhei Tartari
f040e72b37
fix(Protections): Fixed how the reset protections is handled ( #1745 )
2023-07-18 09:59:20 +02:00
Quentin
16dc6ec6e6
fix(ci): native split ( #1752 )
2023-07-18 09:30:03 +02:00
Quentin
20ccf1a89b
fix(ci): tentative fix for compiler out of heap space ( #1746 )
2023-07-17 22:57:14 +02:00
Quentin
bff7c91a0e
bump gtav-classes dependency ( #1748 )
2023-07-17 22:45:18 +02:00
Quentin
664b5c6c40
feat(lua): much more complete imgui bindings, allow lua imgui callbacks from outside yimmenu classic tabs through gui.add_imgui(func)
but also inside yimmenu classic tabs through tab:add_imgui(func)
( #1736 )
2023-07-17 14:55:42 +02:00
Quentin
0417fbf0f9
fix(lua): better exception handling ( #1734 )
2023-07-16 23:32:34 +02:00
gir489
8d01f497e7
Fixed issue #1727 DIRT_LEVEL is calling natives inside the presentati… ( #1732 )
2023-07-16 23:31:27 +02:00