.. |
backend
|
fix(lua): better error reporting when calling player commands (#2932)
|
2024-04-10 11:43:55 +02:00 |
core
|
Remove DROWN flag and replace it with WATER flag. (#2863)
|
2024-03-22 22:19:57 +01:00 |
file_manager
|
feat(LuaMgr): Disable and Enable scripts from UI and prevent crash when renaming the scripts/ dir. (#2493)
|
2023-12-13 23:19:52 +01:00 |
fonts
|
Custom Sky Color and unify some stuff (#1779)
|
2023-07-20 22:46:32 +02:00 |
gta
|
Refactor m_rockstar_id into its proper type of a 64-bit signed integer. (#2901)
|
2024-03-31 21:11:52 +02:00 |
gui
|
refactor: switch RAGE_JOAAT with string literal functions (#2806)
|
2024-03-12 09:42:11 +01:00 |
hooking
|
Redesigned the preview system entirely. (#2888)
|
2024-03-30 18:41:12 +01:00 |
hooks
|
Refactor m_rockstar_id into its proper type of a 64-bit signed integer. (#2901)
|
2024-03-31 21:11:52 +02:00 |
http_client
|
refactor: Implement HTTP client with proxy support (#2146)
|
2023-10-30 21:18:32 +01:00 |
invoker
|
refactor!: repo cleanup (#2650)
|
2023-12-30 16:05:18 +01:00 |
logger
|
fix(Logger): not logging anymore after setup is done (#2858)
|
2024-03-21 22:22:33 +01:00 |
lua
|
fix(lua): better error reporting when calling player commands (#2932)
|
2024-04-10 11:43:55 +02:00 |
memory
|
Replace offset.bin's header version variable with TimeDateStamp. (#2832)
|
2024-03-16 22:06:29 +01:00 |
native_hooks
|
refactor!: Rewrite of the old notification service (#2866)
|
2024-03-23 00:04:49 +01:00 |
renderer
|
feat(FontMgr): expand Turkish glyph range (#2915)
|
2024-04-04 20:34:43 +02:00 |
services
|
Fixed vehicles in preview exploding. (#2908)
|
2024-04-04 09:43:10 +02:00 |
util
|
Revert #2857 (#2921)
|
2024-04-06 23:49:55 +02:00 |
views
|
fix(Onboarding): not showing up when cache needs to generate (#2916)
|
2024-04-05 14:16:58 +02:00 |
widgets
|
feat(cmake): update ImGui to latest release (#2621)
|
2023-12-21 16:01:47 +01:00 |
byte_patch_manager.cpp
|
Many different fixes (#2749)
|
2024-02-21 23:34:11 +01:00 |
byte_patch_manager.hpp
|
Custom Sky Color and unify some stuff (#1779)
|
2023-07-20 22:46:32 +02:00 |
common.hpp
|
lua: allow functions to be called without giving all of its args (#2744)
|
2024-02-21 13:02:29 +01:00 |
fiber_pool.cpp
|
Play audio on voice chat and more (#1053)
|
2023-03-09 12:23:01 +00:00 |
fiber_pool.hpp
|
Play audio on voice chat and more (#1053)
|
2023-03-09 12:23:01 +00:00 |
file_manager.cpp
|
feat(renderer): added dynamic font loading based on lang requirements (#2738)
|
2024-02-21 21:26:29 +01:00 |
file_manager.hpp
|
refactor!: File Manager (#1633)
|
2023-07-08 17:54:59 +02:00 |
function_types.hpp
|
Redesigned the preview system entirely. (#2888)
|
2024-03-30 18:41:12 +01:00 |
gta_pointers_layout_info.hpp
|
Feat ptr cache continued (#1227)
|
2023-04-14 17:54:07 +01:00 |
gta_pointers.hpp
|
Redesigned the preview system entirely. (#2888)
|
2024-03-30 18:41:12 +01:00 |
gta_util.hpp
|
feat(anticheat): Anticheat bypass improvements (#2463)
|
2023-11-30 10:47:39 +01:00 |
gui.cpp
|
feat: Add menu onboarding to YimMenu (#2492)
|
2024-02-23 22:54:25 +01:00 |
gui.hpp
|
Tunables service fix and theme changes (#1507)
|
2023-06-23 08:43:44 +02:00 |
json_util.hpp
|
Add more spoofing options and added clang-format (#1020)
|
2023-03-01 21:27:15 +00:00 |
main.cpp
|
refactor!: Rewrite of the old notification service (#2866)
|
2024-03-23 00:04:49 +01:00 |
natives.hpp
|
Optimizations (#2649)
|
2023-12-29 17:07:00 +01:00 |
packet.cpp
|
Rewrite AC bypass (#2430)
|
2023-11-19 23:20:15 +01:00 |
packet.hpp
|
Rewrite AC bypass (#2430)
|
2023-11-19 23:20:15 +01:00 |
pointers.cpp
|
Redesigned the preview system entirely. (#2888)
|
2024-03-30 18:41:12 +01:00 |
pointers.hpp
|
Use the timestamp when validating cache version (#2834)
|
2024-03-18 14:33:09 +01:00 |
sc_pointers_layout_info.hpp
|
Feat ptr cache continued (#1227)
|
2023-04-14 17:54:07 +01:00 |
sc_pointers.hpp
|
Optimizations (#2649)
|
2023-12-29 17:07:00 +01:00 |
script_function.cpp
|
Custom Sky Color and unify some stuff (#1779)
|
2023-07-20 22:46:32 +02:00 |
script_function.hpp
|
refactor: switch RAGE_JOAAT with string literal functions (#2806)
|
2024-03-12 09:42:11 +01:00 |
script_global.cpp
|
feat(ScriptGlobal): Allow for constexpr offset calculation (#1721)
|
2023-07-15 00:55:09 +02:00 |
script_global.hpp
|
feat(anticheat): Anticheat bypass improvements (#2463)
|
2023-11-30 10:47:39 +01:00 |
script_local.cpp
|
feat(anticheat): Anticheat bypass improvements (#2463)
|
2023-11-30 10:47:39 +01:00 |
script_local.hpp
|
fix(mobile): PV summon timer (#1689)
|
2023-07-11 23:53:15 +02:00 |
script_mgr.cpp
|
refactor: switch RAGE_JOAAT with string literal functions (#2806)
|
2024-03-12 09:42:11 +01:00 |
script_mgr.hpp
|
feat(anticheat): Anticheat bypass improvements (#2463)
|
2023-11-30 10:47:39 +01:00 |
script.cpp
|
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (#1775)
|
2023-07-22 13:05:43 +02:00 |
script.hpp
|
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (#1775)
|
2023-07-22 13:05:43 +02:00 |
thread_pool.cpp
|
feat(anticheat): Anticheat bypass improvements (#2463)
|
2023-11-30 10:47:39 +01:00 |
thread_pool.hpp
|
fix: thread pool rescaling incorrectly (#2357)
|
2023-10-31 20:21:40 +01:00 |
version.cpp.in
|
Add more spoofing options and added clang-format (#1020)
|
2023-03-01 21:27:15 +00:00 |
version.hpp
|
Add more spoofing options and added clang-format (#1020)
|
2023-03-01 21:27:15 +00:00 |