Commit Graph

  • d1baedc5a4 Feat lua stats (#1875) Quentin 2023-07-28 10:07:17 +0200
  • 4b1fd88f6c refactor!: Modify command argument handling and move on_ method to bool_command (#1826) Andreas Maerten 2023-07-26 22:22:40 +0200
  • d590313e4e Fix crash reaction and add more translation key (#1850) HCR-750F 2023-07-27 00:26:09 +0800
  • 69d167e451 fix: 'Copy Session Info' button not working (#1855) Londiuh 2023-07-26 18:24:00 +0200
  • b057af6fae fix: don't call original on prepare_metric_for_sending Yimura 2023-07-25 18:10:32 +0200
  • 45600d7306 fix(hooks): return types (#1834) MegaMemeMoment 2023-07-25 15:52:21 +0200
  • 822d309b5c fix(vehicle-god): fix armored vehicles losing armor when vehicle god get disabled. (#1794) Quentin 2023-07-25 15:43:28 +0200
  • 045961729f * fix(cmake): Commit messages may have "quotes" in them, which can affect the const char* variable. (#1840) Quentin 2023-07-25 14:26:48 +0200
  • f593d85af6 chore: Add "Timeout" as a reaction (#1837) HCR-750F 2023-07-25 17:00:21 +0800
  • 17e79dbaaa Added Empty lobby button (#1812) Rxann 2023-07-24 16:10:44 -0400
  • 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) Andreas Maerten 2023-07-24 16:13:09 +0200
  • cad5e803c1 refactor(detour_hook): don't use detour hook pointers, should speed up hooks ticking (skip a deref compared to before) (#1827) Quentin 2023-07-24 09:40:28 +0200
  • 069d7041f8 refactor: make window hook into a bool command (#1824) Andreas Maerten 2023-07-23 22:52:30 +0200
  • 181a34baa0 Fixed Debug Locals using improper casting for the float scenario. (#1823) gir489 2023-07-23 13:54:01 -0400
  • 8e7b16ce6d feat(noclip): fix aim nullifying noclip speed. (#1791) Quentin 2023-07-23 18:56:08 +0200
  • 3eacc0998c Rework rgb for fun vehicle and paintgun (#1783) TheGreenBandit 2023-07-23 12:51:57 -0400
  • 57f6eab74a Force relay connections (#1813) maybegreat48 2023-07-23 16:47:25 +0000
  • b6ee8e38bc Fixed typo in view_debug_locals that caused freezing floats to inject garbage. (#1820) gir489 2023-07-23 12:38:22 -0400
  • cdfcb2a831 fix: Issues with missions and request control (#1785) gir489 2023-07-23 09:01:46 -0400
  • a0f2b01540 Improve protections and other random changes (#1803) maybegreat48 2023-07-22 21:18:47 +0000
  • e3d0deb605 Reaction on any modder detection (#1772) kbabrmover1995 2023-07-22 22:44:38 +0300
  • 37296c1498 lua: sub folders support, check for .lua file extension, refactor and simplify internals. (#1775) Quentin 2023-07-22 13:05:43 +0200
  • 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) Quentin 2023-07-21 21:21:51 +0200
  • 5b1fd3e01c feat(debug): log msvc c++ exception properly. (#1790) Quentin 2023-07-21 16:00:01 +0200
  • 3e5cad97e9 Custom Sky Color and unify some stuff (#1779) Bugisoft 2023-07-20 22:46:32 +0200
  • 248fd36542 Added Teleport to Selected Blip and associated hotkey. (#1774) gir489 2023-07-19 18:08:29 -0400
  • 9da6fe3ec3 Apply vehicle god mode to personal vehicle even when not driving it (#1771) gir489 2023-07-19 11:21:34 -0400
  • d12eb8ed6e Persist Outfit changes. (#1765) gir489 2023-07-19 03:29:07 -0400
  • 497781b048 feat(lua): Add tab:is_selected function to check if the tab is the currently selected one in the GUI. (#1763) Quentin 2023-07-19 09:28:22 +0200
  • 1fa7f3448b Fixed Debug Globals displaying value as a 64-bit integer and not a 32-bit integer. (#1761) gir489 2023-07-18 14:46:38 -0400
  • f8255d9e80 feat(IssueTemplates): Update issue templates and added 2 more (#1759) Andreas Maerten 2023-07-18 15:56:05 +0200
  • 9d8c66498e feat(Actions): swap to self-hosted (#1751) Andreas Maerten 2023-07-18 13:25:42 +0200
  • ee4253f155 feat(Actions): swap to self-hosted (#1751) Andreas Maerten 2023-07-18 13:25:09 +0200
  • 73d23dd34b fix(lua): move bindings to cpp files (#1757) Quentin 2023-07-18 13:07:33 +0200
  • 9755f4f960 Allow Friends Into Locked Lobby (#1747) Rxann 2023-07-18 04:42:14 -0400
  • d3b3e57899 Custom teleport added euler angles and added persist outfit (#1743) gir489 2023-07-18 04:16:26 -0400
  • f040e72b37 fix(Protections): Fixed how the reset protections is handled (#1745) Sixhei Tartari 2023-07-18 09:59:20 +0200
  • 16dc6ec6e6 fix(ci): native split (#1752) Quentin 2023-07-18 09:30:03 +0200
  • 20ccf1a89b fix(ci): tentative fix for compiler out of heap space (#1746) Quentin 2023-07-17 22:57:14 +0200
  • bff7c91a0e bump gtav-classes dependency (#1748) Quentin 2023-07-17 22:45:18 +0200
  • 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) Quentin 2023-07-17 14:55:42 +0200
  • 0417fbf0f9 fix(lua): better exception handling (#1734) Quentin 2023-07-16 23:32:34 +0200
  • 8d01f497e7 Fixed issue #1727 DIRT_LEVEL is calling natives inside the presentati… (#1732) gir489 2023-07-16 17:31:27 -0400
  • 2f143f6f4e feat(Dbg): disable GTA window hook (#1733) Andreas Maerten 2023-07-16 22:21:19 +0200
  • 6a30fa348c Refactored Allow All Weapons In Vehicle to force all vehicles to use … (#1730) gir489 2023-07-16 12:24:40 -0400
  • ae5cb4d42f fix(cache): weapon cache weapon types array not filled properly when filling from cache file (#1726) Quentin 2023-07-16 12:04:24 +0200
  • a21fcba67c feat(Protections): Added buttons for controlling the states of protections (#1717) Sixhei Tartari 2023-07-15 23:19:38 +0200
  • 6e69b73550 feat(Vehicle): Added vehicle dirt control (#1714) Sixhei Tartari 2023-07-15 22:58:09 +0200
  • 973121076e More player database improvements (#1725) maybegreat48 2023-07-15 20:37:20 +0000
  • a40b4a0dd8 fix(lua): log not supported lua functions (#1722) Quentin 2023-07-15 22:07:10 +0200
  • a193679445 Add more requests and reorganize network tab (#1709) TheGreenBandit 2023-07-14 18:57:30 -0400
  • 9117c11a2c feat(ScriptGlobal): Allow for constexpr offset calculation (#1721) Andreas Maerten 2023-07-15 00:55:09 +0200
  • fa02f2e779 Tp, Paintgun, refractor rainbow controller, refractor raycast (#1708) TheGreenBandit 2023-07-14 17:31:03 -0400
  • 71db1ca1fa Player database improvements (#1705) maybegreat48 2023-07-14 09:02:47 +0000
  • 06cf2a579e Redesigned Debug Globals. (#1696) gir489 2023-07-13 12:42:21 -0400
  • 33433ff5b3 fix(rapid-fire): fix rapid fire for some reason not shooting from the weapon position but instead from the cam. Fix rapid fire not being available in vehicles. (#1700) Quentin 2023-07-13 16:50:30 +0200
  • 0a5cca8c12 fix(lua) (#1697) Quentin 2023-07-13 09:36:13 +0200
  • bd84dbaa40 General improvements (#1693) maybegreat48 2023-07-12 17:03:29 +0000
  • 3b7c103873 Fixed Weapon Hotkeys and introduced Hold For Boost to Boost. (#1692) gir489 2023-07-12 12:55:53 -0400
  • 5162cf98c7 fix(mobile): PV summon timer (#1689) Andreas Maerten 2023-07-11 23:53:15 +0200
  • 6ec061a106 chore: remove chat profanity bypass (#1688) Andreas Maerten 2023-07-11 23:14:46 +0200
  • d997cfd3f6 Weapon Hotkeys (#1685) gir489 2023-07-11 17:14:35 -0400
  • 21277e4039 Fix(lua / script manager): Potential fix for stack overflow when yielding from lua scripts. Fix io / os lua libs being accessible. (#1681) Quentin 2023-07-11 09:24:44 +0200
  • 4349f5c6e5 fix(session): hard lock when switching too early (#1678) Andreas Maerten 2023-07-10 23:06:08 +0200
  • ac6d86b149 fix(gui): dont draw two gui separators at the top for lua only tab. (#1677) Quentin 2023-07-10 20:37:28 +0200
  • 17d647dfa5 Log GTA error message boxes and don't make them close the game. (#1671) Quentin 2023-07-10 19:01:34 +0200
  • b8a7c9be70 fix lua gui: imgui Separator between modules instead of same line which is non sense (#1672) Quentin 2023-07-10 19:01:01 +0200
  • c4111b4f2e feat(GTA Cache): removed unused old code (#1663) Andreas Maerten 2023-07-10 00:40:47 +0200
  • 27e66b9394 Custom teleport sub tab (#1652) DayibBaba 2023-07-09 23:03:05 +0200
  • 3dd9be8a95 Persist Weapons (#1647) gir489 2023-07-09 17:01:42 -0400
  • 5607c58c7e fix(cache): ignore modded rpfs. (#1651) Quentin 2023-07-09 16:05:41 +0200
  • 38bbab4893 fix(cache): change how the game folder is retrieved, use GetModuleFileNameW instead of std::filesystem::path (#1645) Quentin 2023-07-08 18:13:19 +0200
  • 5c6fb1064b refactor!: File Manager (#1633) Andreas Maerten 2023-07-08 17:54:59 +0200
  • b8922a9dba Refactored weapons.bin into weapons.json for extensibility and readability. (#1632) gir489 2023-07-07 18:52:52 -0400
  • b6fae097aa fix(cache): fs::path.string() can throw when it try to convert windows utf16 wstring to multi byte std::string when user code page isnt utf8 (#1641) Quentin 2023-07-08 00:16:29 +0200
  • f71f899e6b Xml vehicles (Menyoo) (#1594) DayibBaba 2023-07-07 11:11:54 +0200
  • 90ff1ece84 Fix GTA data service (#1635) maybegreat48 2023-07-07 05:57:38 +0000
  • 172de938cc fix(PlayerInfo): money overflow (#1631) Andreas Maerten 2023-07-06 21:58:46 +0200
  • 468c70f635 refactor(PlayerList): height calculation code +horizontal scroll fix (#1629) Andreas Maerten 2023-07-06 20:35:42 +0200
  • e0dd2aa8e3 fix(CmdExecutor): Set sizing of input w/ frame padding (#1618) Andreas Maerten 2023-07-06 07:46:42 +0200
  • a7bcaae371 Fix windows that shouldn't move (#1617) Andreas Maerten 2023-07-05 23:54:06 +0200
  • 13d5d81cea feat(Vehicle Controller): Added vehicle window controls (#1607) Sixhei Tartari 2023-07-05 23:51:19 +0200
  • feeaa2ddbd Added Always Full Ammo. (#1616) gir489 2023-07-05 17:29:07 -0400
  • 11cd9ab004 Mission fixes and modder detection improvements (#1598) maybegreat48 2023-07-05 07:30:06 +0000
  • abb7e17d83 Lua documentation: commands (#1595) Quentin 2023-07-05 00:31:06 +0200
  • 76afd97185 Lua: can make new tabs from lua scripts, doc generation for available tabs to use (#1593) Quentin 2023-07-05 00:30:57 +0200
  • 19f6487171 fix(Overlay): Added spacing for Enabled/Disabled text on overlay indicators (#1589) Sixhei Tartari 2023-07-04 11:08:58 +0200
  • a1e00b6d59 feat(Overlay): Added indicators for options like player & vehicle god mode, infinite ammo etc. & fixed Bull Shark Testosterone Request (#1580) Sixhei Tartari 2023-07-03 14:20:27 +0200
  • ed18f7e70d Lua: refactor script api, more doc, add button for Open Lua Scripts Folder (#1588) Quentin 2023-07-03 13:01:12 +0200
  • 71960eddbb feat(PlayerDB): Added search button (#1579) Andreas Maerten 2023-07-02 22:55:06 +0200
  • b44b2f04e6 Feat lua file watch (#1584) Quentin 2023-07-02 22:32:46 +0200
  • e9ae5d5491 chore(natives.hpp)!: Updated natives to latest. (#1583) tupoy-ya 2023-07-03 01:31:15 +0500
  • 4c71be4142 Lua doc (#1552) Quentin 2023-07-02 00:59:02 +0200
  • 346960b012 refactor!: General changes (#1578) Andreas Maerten 2023-07-02 00:52:36 +0200
  • f1f5d4f6c0 Set menu language to game language on first run (#1577) maybegreat48 2023-07-01 22:25:40 +0000
  • 2e70faa4ad Fix lua native bindings and lua script reload (#1575) Quentin 2023-07-01 22:40:17 +0200
  • 6ae19c062e Chat delay fix and improved crash protections (#1572) maybegreat48 2023-06-30 22:03:17 +0000
  • 64afb5b0cb fix: Context Menu crash & Vehicle God mode (#1571) Andreas Maerten 2023-06-30 20:38:30 +0200
  • 1ab51f1e98 Custom location system (#1567) DayibBaba 2023-06-30 20:36:45 +0200
  • 861ebdb2ae More bug fixes (#1557) DayibBaba 2023-06-30 13:38:44 +0200