Commit Graph

  • d5d36643e3 feat(LuaMgr): Disable and Enable scripts from UI and prevent crash when renaming the scripts/ dir. (#2493) Andreas Maerten 2023-12-13 23:19:52 +01:00
  • 92a3e4febd Fixed garage globals for 3095. (#2529) gir489 2023-12-13 13:33:07 -05:00
  • 5a9019fa62 Fixed TRIGGER_SCRIPT_EVENT for 3095. (#2527) gir489 2023-12-13 13:32:26 -05:00
  • 72dd86713b Made LS Customs accept any car. (#2524) gir489 2023-12-13 12:25:39 -05:00
  • e5d2f4ed05 Fix script patch signature causing crash (yubie-re) (#2523) gir489 2023-12-12 17:37:31 -05:00
  • 7409866738 Added pointers for 3095. (#2519) gir489 2023-12-12 15:34:49 -05:00
  • d84407051c Updated Globals for 3095. (#2517) gir489 2023-12-12 12:09:04 -05:00
  • 5ab7c997c1 Updated vehicle_abilities.cpp to work with latest GTAV-Classes PR (#2509) horizon 2023-12-12 15:46:59 +01:00
  • 4632d15c8a fix(player_command): memory leak (#2504) Aure7138 2023-12-12 16:50:52 +08:00
  • e508a4c293 Fixed Jet Assisted Take Off not working on Bombushka if the player was using Instant Refill of boost. (#2511) gir489 2023-12-12 03:50:07 -05:00
  • 2a0fb30ced Input sanitation for Debug Locals (#2505) gir489 2023-12-12 03:19:51 -05:00
  • bbafe0f0d0 refactor(command): get_suggestions (#2507) Aure7138 2023-12-12 16:18:41 +08:00
  • 81fc5133bb fix(player_command): execution failure (#2503) Aure7138 2023-12-11 15:42:13 +08:00
  • ce7ed82a94 feat: allow invalid outfits to be applied (#2501) gir489 2023-12-10 06:52:42 -05:00
  • 9025def4db Enabled strict sol for type safety and function enforcement. (#2502) gir489 2023-12-10 06:51:29 -05:00
  • 2033288b11 feat: Unlock Interaction Menu, Weapon Explosion Radius Modifier & improve fast respawn(#2489) thehorizon84 2023-12-08 14:13:06 +01:00
  • 22e2c36249 feat(lua): expose io.open (limited to scripts_config folder) (#2495) Quentin 2023-12-08 09:14:57 +01:00
  • 542fe17b91 fix(lua): add default handler to every protected function calls, until now there was none/scuffed and nothing was getting output to the user making debugging very difficult (#2494) Quentin 2023-12-08 09:11:36 +01:00
  • ab970764fc Added more spam messages to the filter. (#2488) gir489 2023-12-07 14:04:00 -05:00
  • a3be8d9c03 Vehicle Abilities (#2474) thehorizon84 2023-12-05 11:35:05 +01:00
  • d2a7ff8ba4 feat(lua): added weapon and vehicle cache bindings (#2477) gir489 2023-12-05 03:58:35 -05:00
  • cf02476c58 fix(anticheat): Fix AC bypass not working when injecting too early (#2473) yubie 2023-12-02 11:31:09 -05:00
  • 9bbe0693fe fix(anticheat): Fix nullsub scanning in PE header (#2469) yubie 2023-12-02 06:06:44 -05:00
  • d7015371a2 Added G's Cache to ESP. (#2461) gir489 2023-12-02 05:48:28 -05:00
  • 60887cb816 feat(anticheat): Anticheat bypass improvements (#2463) yubie 2023-11-30 04:47:39 -05:00
  • 847a729918 Added packed stats handler to the stats Lua class. (#2460) gir489 2023-11-29 17:15:10 -05:00
  • 2a81e3eeef New am_launcher scripts to block. (#2456) gir489 2023-11-27 12:01:57 -05:00
  • 83618f04eb fix(Metrics): block MM metric (#2455) Andreas Maerten 2023-11-26 23:42:31 +01:00
  • 004593811f Removed GET_STAT_HASH_FOR_CHARACTER_STAT dependency. (#2452) gir489 2023-11-26 15:59:55 -05:00
  • a5e70d39db refactor(Metrics): filter out "bad" metrics and allow normal ones to be sent (#2453) Andreas Maerten 2023-11-26 21:59:01 +01:00
  • 2f7a677ac6 Added more weapon jitter fixes. (#2450) gir489 2023-11-26 04:41:54 -05:00
  • 144d075051 Fixed player getting ejected from nightclub while holding weapon. (#2447) gir489 2023-11-24 15:34:33 -05:00
  • 365dd5ef71 Revert #2431 and #2421. (#2434) gir489 2023-11-20 07:29:49 -05:00
  • a97af16888 Rewrite AC bypass (#2430) maybegreat48 2023-11-19 22:20:15 +00:00
  • 6ec0478414 Various Debug Locals fixes. (#2426) gir489 2023-11-19 16:46:44 -05:00
  • 0b0bde5958 Fixed Player ESP potentially crashing on invalid models. (#2431) gir489 2023-11-19 16:45:43 -05:00
  • 99af31cfa0 Add language input criteria for future tickets (Closes #2381) (#2432) gir489 2023-11-19 16:45:12 -05:00
  • eadbc585b1 chore: remove migration code (#2424) Andreas Maerten 2023-11-16 23:43:04 +01:00
  • cac7a4aed5 Removed globalplayer_bd IsInvisible set call. (#2416) gir489 2023-11-16 13:47:19 -05:00
  • f477190f60 Fix jittering Player ESP (#2421) gir489 2023-11-16 13:46:52 -05:00
  • 91f8487014 Removed log.info call from tunables_service. (#2420) gir489 2023-11-16 08:18:39 -05:00
  • eaeb54b728 Clone Debug Globals into Debug Locals (#2419) gir489 2023-11-16 08:17:46 -05:00
  • bc58716118 Redesigned Persist Car to check if the player is already in the car they want to spawn, and just forward self::veh as if it was the vehicle spawned. (#2418) gir489 2023-11-16 08:15:21 -05:00
  • e56a6fd38f feat(lua): add tunable overloads for getting / setting values through the already joaated tunable value. (#2417) Quentin 2023-11-14 20:21:03 +01:00
  • 9d7e5893c6 fix(lua): small lua / lau doc fixes (#2415) Quentin 2023-11-14 20:20:45 +01:00
  • 937e1b5a13 Player Database Enhancement (#2411) thehorizon84 2023-11-14 20:20:26 +01:00
  • 2eec32b747 refactor: Rework Persist Car Service (#2394) lonelybud 2023-11-12 23:08:05 +05:30
  • e102d6ca2c Refactored ImGui::Bitfield to use std::format. (#2410) gir489 2023-11-12 08:20:08 -05:00
  • cad70d8f67 feat: Improve Debug/Globals interface to match Debug/Locals (#2409) gir489 2023-11-11 18:26:36 -05:00
  • a3125ab60c Fix 'Disable Ocean' not resetting ocean heights correctly on disable (#2404) thehorizon84 2023-11-11 00:02:43 +01:00
  • eca00ef3b6 Fixed teleport::to_coords not setting the player's yaw if they were not in a vehicle. (#2401) gir489 2023-11-09 17:07:30 -05:00
  • 700a20d903 fix: Health decuction while in god mode (#2398) gir489 2023-11-09 04:34:00 -05:00
  • 5c782c941b Fixed teleport::to_coords not respecting the rotation and view angles from persist teleport. (#2396) gir489 2023-11-08 18:12:31 -05:00
  • b93a072fe6 feat: New world options + Request Gun Van anywhere (#2393) thehorizon84 2023-11-08 23:16:10 +01:00
  • 647e5a28d9 feat: Modify ocean level and add direct invite player from DB (#2384) thehorizon84 2023-11-05 22:39:53 +01:00
  • 2819ba3ae9 fix: Submarine crash and allowing empty JSON filenames to be saved (#2380) gir489 2023-11-05 07:54:15 -05:00
  • ab7d8e4924 refactor(Reactions): translations and change formatting to std::format (#2382) Andreas Maerten 2023-11-05 13:00:51 +01:00
  • 5cd260d198 refactor(reaction): rework reaction code (#2331) HCR-750F 2023-11-04 21:54:32 +08:00
  • b5c7a70e7b feat(ISSUE_TEMPLATE): prevent blank issues (#2336) pierrelasse 2023-11-04 00:25:49 +01:00
  • fba0098ca3 Xml Map Loader (Menyoo) (#2233) DayibBaba 2023-11-04 00:23:37 +01:00
  • 9a610851cb New Flying feature (#2206) DayibBaba 2023-11-04 00:22:43 +01:00
  • 5d391acfe0 Vehicle control additions & fixes (#1926) DayibBaba 2023-11-04 00:22:07 +01:00
  • 6ed257f67c fix(SpeedoMeter): drawing inside of phone (#2378) Andreas Maerten 2023-11-03 21:31:09 +01:00
  • bcdb61e189 Fixed persist vehicle preview system only working if you hovered over the delete button. (#2379) gir489 2023-11-03 16:30:52 -04:00
  • cf457e15c8 Refactored writing RandomID into a set that's locally tracked by the user. (#2376) gir489 2023-11-03 13:34:22 -04:00
  • ac4304eb67 Translation changes requested from sch-ida. (#2371) gir489 2023-11-03 11:07:28 -04:00
  • 71cc48fd38 Made X button unique in Persist Vehicle. (#2361) gir489 2023-10-31 15:35:56 -04:00
  • debe7892d1 fix: thread pool rescaling incorrectly (#2357) Andreas Maerten 2023-10-31 20:21:40 +01:00
  • 31cc932995 Fixed Rain Vehicles using static text. (#2346) gir489 2023-10-30 17:01:33 -04:00
  • 7c3565d9bf Added a delete button to Persist Vehicle. (#2354) gir489 2023-10-30 16:29:30 -04:00
  • 487da0ac76 refactor: Implement HTTP client with proxy support (#2146) Andreas Maerten 2023-10-30 21:18:32 +01:00
  • 43ab3e2233 refactor(IPL's): fix crashes and general improvements (#2304) YimMenuTheBest 2023-10-23 15:33:01 -06:00
  • b9b5315923 fix(vehicle fix all): fix incorrectly fixing everyone vehicles instead of only the targeted one (#2332) Quentin 2023-10-23 20:56:13 +02:00
  • e6f0bba9b8 Refactor duration_cast calls to use implicit time calculations without extraneous count calls. (#2333) gir489 2023-10-23 14:55:45 -04:00
  • 9dacd3c230 Various translation fixes (#2322) gir489 2023-10-21 18:10:46 -04:00
  • 79df8bc021 Converted all static strings to translation keys. (#2284) gir489 2023-10-20 12:24:44 -04:00
  • cc911253d0 Fixed LOCAL_CPED translation keyword not being in all uppercase. (#2274) gir489 2023-10-13 11:01:25 -04:00
  • 7869c254f2 Feat(lua-doc): Make sure that the MPX -> MP0/MP1 behavior for stats function is documented. (#2251) Quentin 2023-10-13 00:14:02 +02:00
  • 3293b374a8 feat(lua): expose take_control_of (#2249) Quentin 2023-10-13 00:13:39 +02:00
  • 6137d4cefc Fixed bug with persist_car_service not saving the tire smoke color. (Closes #2239) (#2261) gir489 2023-10-12 18:13:15 -04:00
  • 81db20d2c8 fix(lang): fix crash when clicking on Settings when translation json are unreachable (#2265) Quentin 2023-10-13 00:12:49 +02:00
  • 6a56113e7c Removed OUTFIT_UNKs from props_t. (#2258) gir489 2023-10-12 18:12:10 -04:00
  • 5515c841a1 feat(lua): Allow lua scripts to flag modders with a custom reason if needed. (#2248) Quentin 2023-10-13 00:11:37 +02:00
  • 3323e1c43f fix(teleport): code reuse / fix lot of unnecessary logic running for tping our own ped. (#2246) Quentin 2023-10-13 00:10:18 +02:00
  • ad6eaaade7 fix(metadata): build version 3028 (#2270) lonelybud 2023-10-13 03:34:47 +05:30
  • af1050f5ae queue_dependency: remove outdated hardcoded dependency callers offsets, no more use since we have a game skeleton update hook now. (#2268) Quentin 2023-10-12 23:35:04 +02:00
  • 2d2f4368fd Fix lua explosion bypass (#2255) Quentin 2023-10-12 23:34:46 +02:00
  • b43dfc82f8 fix(self menu gui): fix self menu erroring when not yet in the game but still in the main menu / first loading screen (#2235) Quentin 2023-10-10 21:48:14 +02:00
  • 7689d0e11c Fix presence data pointer (#2243) maybegreat48 2023-10-10 19:47:17 +00:00
  • b0c4c86f48 Actually fix integrity checks (#2232) maybegreat48 2023-10-08 19:33:12 +00:00
  • 2d2a5c51a2 Bypass integrity checks (#2216) maybegreat48 2023-10-07 15:19:46 +00:00
  • 078e8fd6c9 Fixed persist outfit thinking the player was showering when they were not (#2203) gir489 2023-09-27 03:41:24 -04:00
  • 67ba9f605d Redesigned Persist Car to utilize the subfolder the user already has selected. (#2198) gir489 2023-09-26 16:21:57 -04:00
  • 90f095ba51 Added clan logo to LS Customs menu. (#2199) gir489 2023-09-26 16:02:16 -04:00
  • c976a3cb42 fix(LobbyLock): LOBBY_LOCK_ALLOW_FRIENDS checkbox (#2188) lonelybud 2023-09-25 03:05:44 +05:30
  • d4d934e565 fix(LobbyLock): use multikick when lobby lock is enabled (#2189) lonelybud 2023-09-25 02:44:28 +05:30
  • 44f7f0b77a feat(anticheat): add bonus http blocker (#2186) yubie 2023-09-24 17:13:14 -04:00
  • 22f581068f Fixed fillsnacks not working. (#2180) gir489 2023-09-23 05:54:30 -04:00
  • 220e995035 Add Garage drop-down to Spawn PV menu (#2171) gir489 2023-09-22 17:16:33 -04:00
  • 247536aacc fix(player-db): restore old on-demand thread creation behavior. (#2167) Quentin 2023-09-21 20:08:23 +02:00