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
/
BigBaseV2
/
src
History
cl1xa
64f16206d2
Consistency & duplicate pointer (
#359
)
2022-07-24 22:52:30 +02:00
..
api
Added ped model data. (
#349
)
2022-07-19 12:19:19 +02:00
backend
Improve RGB Paint (
#347
)
2022-07-16 22:55:31 +02:00
core
Improve RGB Paint (
#347
)
2022-07-16 22:55:31 +02:00
file_manager
feat(FileManager): Added FileManager for easier file management
2022-02-21 18:03:44 +01:00
fonts
feat(Gui): Improved playerlist. (
#317
)
2022-07-05 18:56:32 +02:00
gta
Fix an issue where spawn max could crash the game for some vehicles (
#341
)
2022-07-16 22:36:05 +02:00
gui
feat(Gui): Improved playerlist. (
#317
)
2022-07-05 18:56:32 +02:00
hooks
feat(ScriptEventHandler): Block forced teleport to beach (
#337
)
2022-07-15 14:55:40 +02:00
memory
feat(Log): Changed log level of hooks and patterns
2021-05-25 12:59:02 +02:00
native_hooks
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +02:00
services
Added ped model data. (
#349
)
2022-07-19 12:19:19 +02:00
util
Fix an issue where spawn max could crash the game for some vehicles (
#341
)
2022-07-16 22:36:05 +02:00
views
Added ped model data. (
#349
)
2022-07-19 12:19:19 +02:00
widgets
fix(Hotkey): Make inline to make compiler happy
2022-01-18 02:21:04 +01:00
benchmark.h
feat(Project): Fresh start
2021-05-18 23:03:42 +02:00
common.cpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
common.hpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
crossmap.hpp
Removed detected stuff (
#275
)
2022-06-12 21:24:35 +02:00
detour_hook.cpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
detour_hook.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
fiber_pool.cpp
Name and status variables for the Script system. (
#244
)
2022-06-27 20:12:45 +02:00
fiber_pool.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
file_manager.hpp
feat(FileManager): Added FileManager for easier file management
2022-02-21 18:03:44 +01:00
function_types.hpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
gta_util.hpp
feat(PlayerList): Rewrite of entire player management system
2022-01-31 18:27:35 +01:00
gui.cpp
Added proofs to vehicle menu and improved waterproof feature. (
#330
)
2022-07-12 16:42:07 +02:00
gui.hpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
hooking.cpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
hooking.hpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
invoker_asm.asm
rename(Invoker): Assembly file rename to prevent object conflict
2021-07-24 17:15:52 +02:00
invoker.cpp
feat(Invoker): Added try except around native call
2021-07-23 00:47:55 +02:00
invoker.hpp
Cache native handlers
2019-07-29 23:21:23 +02:00
logger.hpp
feat(Logger): Remove awful indent
2022-06-23 01:03:46 +02:00
main.cpp
Added ped model data. (
#349
)
2022-07-19 12:19:19 +02:00
natives.hpp
feat(Natives): regenerated latest natives (
#230
)
2022-05-22 16:42:36 +02:00
pointers.cpp
Consistency & duplicate pointer (
#359
)
2022-07-24 22:52:30 +02:00
pointers.hpp
feat(hooks): General cleanup on hooks and pointers (
#322
)
2022-07-05 22:54:45 +02:00
renderer.cpp
feat(Gui): Improved playerlist. (
#317
)
2022-07-05 18:56:32 +02:00
renderer.hpp
feat(Gui): Improved playerlist. (
#317
)
2022-07-05 18:56:32 +02:00
script_global.cpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
script_global.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
script_hook.cpp
Removed StackWalker and replaced it with g3log exception handling.
2020-02-22 18:45:59 -05:00
script_hook.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
script_local.cpp
Added script_local implemented by gir489.
2020-02-22 20:53:28 -05:00
script_local.hpp
Added script_local implemented by gir489.
2020-02-22 20:53:28 -05:00
script_mgr.cpp
Name and status variables for the Script system. (
#244
)
2022-06-27 20:12:45 +02:00
script_mgr.hpp
Name and status variables for the Script system. (
#244
)
2022-06-27 20:12:45 +02:00
script.cpp
Name and status variables for the Script system. (
#244
)
2022-06-27 20:12:45 +02:00
script.hpp
Name and status variables for the Script system. (
#244
)
2022-06-27 20:12:45 +02:00
thread_pool.cpp
feat(ThreadPool): Simplified and optimised code
2022-02-21 18:22:00 +01:00
thread_pool.hpp
feat(ThreadPool): Added proper thread pool separate from main game thread
2021-09-18 22:08:46 +02:00
vmt_hook.cpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
vmt_hook.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00