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
karifeld
f086efc4a6
fix(ESP): Patch for
#198
(
#204
)
2022-05-16 00:09:31 +02:00
..
api
feat(Remote): Increased request timeout
#114
2022-03-16 13:23:51 +01:00
backend
refactor: Remove Detected Code (
#203
)
2022-05-13 17:19:43 +02:00
core
feat(ESP): Expand functionality
2022-05-11 12:00:54 +02:00
file_manager
feat(FileManager): Added FileManager for easier file management
2022-02-21 18:03:44 +01:00
fonts
refactor(Fonts): Removed unused rubik font
2022-01-04 22:52:23 +01:00
gta
feat(datBitBuffer): Renamed unkBit
2022-03-16 00:03:40 +01:00
gui
feat(GUI): Simplifying the gui (
#118
)
2022-05-04 19:16:40 +02:00
hooks
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +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
fix(MobileService): Update last update time
2022-05-11 00:02:33 +02:00
util
fix(Toxic): Don't use 0 as player id, make sure it's valid
2022-05-13 14:49:27 +02:00
views
fix(ESP): Patch for
#198
(
#204
)
2022-05-16 00:09:31 +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
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
common.hpp
Added variables for common self natives
2022-05-07 18:27:59 -04:00
crossmap.hpp
feat(Crossmap): Updated with more accurate crossmap
2022-01-07 00:36:55 +01:00
detour_hook.cpp
feat(Logger): Implement new logger
2022-02-21 18:22:46 +01:00
detour_hook.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
features.cpp
feat(Features): Run loop in backend
2021-05-19 14:35:30 +02:00
features.hpp
feat(Project): Fresh start
2021-05-18 23:03:42 +02:00
fiber_pool.cpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +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
Fix Script Event Handler hook from clogging event queue (
#163
)
2022-05-08 22:00:55 +02:00
gta_util.hpp
feat(PlayerList): Rewrite of entire player management system
2022-01-31 18:27:35 +01:00
gui.cpp
chore: Cleanup code
2022-05-05 01:39:11 +02:00
gui.hpp
feature(GUI): Notifications are gui styled. (
#69
)
2022-03-02 00:21:29 +01:00
hooking.cpp
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +02:00
hooking.hpp
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +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
chore(Logger): Uncomment disable quick edit mode
2022-02-21 20:09:48 +01:00
main.cpp
feat(GUI): Simplifying the gui (
#118
)
2022-05-04 19:16:40 +02:00
natives.hpp
feat(Natives): Updated from aloc8or list (
#75
)
2022-03-02 15:41:09 +01:00
pointers.cpp
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +02:00
pointers.hpp
feat(ErrorScreen): Removed detour hook as it's "detected"
2022-05-13 18:45:32 +02:00
renderer.cpp
refactor: Remove Detected Code (
#203
)
2022-05-13 17:19:43 +02:00
renderer.hpp
Merge: rework_gui > master
2022-02-28 23:04:56 +01: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
Cache native handlers
2019-07-29 23:21:23 +02:00
script_mgr.hpp
Premake, Gitmodules, Readme
2019-06-23 22:00:18 +02:00
script.cpp
Removed StackWalker and replaced it with g3log exception handling.
2020-02-22 18:45:59 -05:00
script.hpp
Removed StackWalker and replaced it with g3log exception handling.
2020-02-22 18:45:59 -05: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