Commit Graph

4 Commits

Author SHA1 Message Date
5e6d5f0cfc Add a random number generator in test_menu2.
Add minimum and maximum for random number generator.
Add open current directory button to test_menu2.
Add some new functions for directories in imgui_functions.
Comment more code in imgui_functions, clean it up a bit.
Add some new items into imgui_defines.h
Add float to string, address to string, generate random number to misc_util.
Add template to convert all values that work with it to a string.
2025-03-31 16:11:48 -04:00
cabe2c85ca I have separated out the test1 and test2 menus into their own files.
Move defines.h into utils, cleanup main_menu a bit.
Add some items to pch fil.
Add imgui defines for quicker access to imgui functions.
Add cheat menu font to options, add credits.txt.
2025-03-31 15:06:17 -04:00
b49dd981e7 Add ImGui style from Cheat Menu on the gta trilogy.
Add credits to user-grinch for the style used in readme and in the code.
Disable dll test code.
2025-03-13 06:52:59 -04:00
afd62ebc5f Move most ImGui functions into imgui_functions.cpp.
Remove ImGui functions out of directx9_test.cpp.
Move InitializeD3D into helpers.cpp
2025-03-13 03:04:28 -04:00