This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
YimMenu
Archived
Watch
1
Star
0
Fork
0
You've already forked YimMenu
Code
Actions
Releases
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu
/
src
History
gir489
81e43b51d7
Fixes Idle Kick to replace the globals that freemode.c4 uses to determine idle time. (
#1979
)
2023-08-19 13:02:26 +02:00
..
backend
Fixes Idle Kick to replace the globals that freemode.c4 uses to determine idle time. (
#1979
)
2023-08-19 13:02:26 +02:00
core
Fixes Idle Kick to replace the globals that freemode.c4 uses to determine idle time. (
#1979
)
2023-08-19 13:02:26 +02:00
file_manager
Disable path traversal for Project File/Folder and added Session Switch command (
#1908
)
2023-08-02 21:38:22 +02:00
fonts
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
gta
Various fixes (
#1983
)
2023-08-19 13:01:59 +02:00
gui
feat(Handling): Allow a broader range on the sliders (
#1986
)
2023-08-18 16:03:10 +02:00
hooks
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
logger
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
lua
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
memory
fix(byte_patch): sometimes the page protections get modified between
apply
and
restore
: make sure the protections are fine for us to memcpy. (
#1831
)
2023-07-24 16:13:09 +02:00
native_hooks
Refactored Allow All Weapons In Vehicle to force all vehicles to use … (
#1730
)
2023-07-16 18:24:40 +02:00
services
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
util
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
views
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
widgets
fix(gui): Use correct imgui style for hotkey background (
#1371
)
2023-06-05 21:33:04 +02:00
byte_patch_manager.cpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
byte_patch_manager.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
common.hpp
Ped animations interface (
#1668
)
2023-08-04 14:43:35 +02:00
crossmap.cpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
crossmap.hpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
detour_hook.cpp
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
detour_hook.hpp
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
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
Disable path traversal for Project File/Folder and added Session Switch command (
#1908
)
2023-08-02 21:38:22 +02:00
file_manager.hpp
refactor!: File Manager (
#1633
)
2023-07-08 17:54:59 +02:00
function_types.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
gta_pointers_layout_info.hpp
Feat ptr cache continued (
#1227
)
2023-04-14 17:54:07 +01:00
gta_pointers.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
gta_util.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
gui.cpp
General UI tweaks (
#1538
)
2023-06-27 14:05:44 +02:00
gui.hpp
Tunables service fix and theme changes (
#1507
)
2023-06-23 08:43:44 +02:00
hooking.cpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
hooking.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
invoker.cpp
Mission fixes and modder detection improvements (
#1598
)
2023-07-05 09:30:06 +02:00
invoker.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
json_util.hpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
main.cpp
Ped animations interface (
#1668
)
2023-08-04 14:43:35 +02:00
natives.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
packet.cpp
Force relay connections (
#1813
)
2023-07-23 18:47:25 +02:00
packet.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
pointers.cpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
pointers.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
renderer.cpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
renderer.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
sc_pointers_layout_info.hpp
Feat ptr cache continued (
#1227
)
2023-04-14 17:54:07 +01:00
sc_pointers.hpp
More player database improvements (
#1725
)
2023-07-15 22:37:20 +02:00
script_function.cpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
script_function.hpp
Custom Sky Color and unify some stuff (
#1779
)
2023-07-20 22:46:32 +02:00
script_global.cpp
feat(ScriptGlobal): Allow for constexpr offset calculation (
#1721
)
2023-07-15 00:55:09 +02:00
script_global.hpp
feat(ScriptGlobal): Allow for constexpr offset calculation (
#1721
)
2023-07-15 00:55:09 +02:00
script_local.cpp
fix(mobile): PV summon timer (
#1689
)
2023-07-11 23:53:15 +02:00
script_local.hpp
fix(mobile): PV summon timer (
#1689
)
2023-07-11 23:53:15 +02:00
script_mgr.cpp
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (
#1775
)
2023-07-22 13:05:43 +02:00
script_mgr.hpp
lua: sub folders support, check for .lua file extension, refactor and simplify internals. (
#1775
)
2023-07-22 13:05:43 +02: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
refactor(ThreadPool): dynamically scale based on demand (
#1912
)
2023-08-03 12:56:05 +02:00
thread_pool.hpp
refactor(ThreadPool): dynamically scale based on demand (
#1912
)
2023-08-03 12:56:05 +02: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
vmt_hook.cpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
vmt_hook.hpp
Add more spoofing options and added clang-format (
#1020
)
2023-03-01 21:27:15 +00:00
vtable_hook.cpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00
vtable_hook.hpp
Huge protection improvements and other stuff (
#1963
)
2023-08-19 13:01:08 +02:00