fbf1566581Add lua library under lib folder, add file_functions to repo.
main
kelson82025-04-02 14:49:38 -0400
eab83c296cAdd lua to project for testing, add test.lua script My lua test in here so far just outputs a message to cout. I will expand this for something later.kelson82025-04-02 14:48:29 -0400
b0555158b4Add test for getting the base memory address of a programkelson82025-04-02 14:05:28 -0400
5e6d5f0cfcAdd 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.kelson82025-03-31 16:11:48 -0400
e13d74732eUpdate project to C++17 standard, add missing include file updates. Delete imgui.ini and add it to gitignore.kelson82025-03-31 15:11:07 -0400
cabe2c85caI 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.kelson82025-03-31 15:06:17 -0400
b49dd981e7Add 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.kelson82025-03-13 06:52:59 -0400
affa0dbe3fReplicate some ReVC functions I have created for testing. Add link for imgui demo I used, move some preprocessors. Update gitignore and project files.kelson82025-03-13 06:23:10 -0400
afd62ebc5fMove most ImGui functions into imgui_functions.cpp. Remove ImGui functions out of directx9_test.cpp. Move InitializeD3D into helpers.cppkelson82025-03-13 03:04:28 -0400
a6015f1e21Move some functions into helpers.cpp, move directx9 variables into header. Cleanup directx9_test.cpp a bit, remove _TEST2 preprocessor.kelson82025-03-13 02:35:21 -0400
ee288b0540Fix broken screenshot paths in Readme.kelson82025-03-13 02:02:59 -0400
29dbb2b296Add Vice City menu for testing ReVC functions and how it looks. Add src/menus, src/util, and src/test to include path Label most items in main_menu and vice_city_menu. Add test for using httplib library. Disable helpers.cpp, need to figure out how to move this stuff into here. Add httplib.hkelson82025-03-13 01:56:56 -0400
d2def8c21aFix for images not working, set path to relative directorykelson82025-01-09 20:59:51 -0500
b8214d6f80Possibly fix images not showing up in readme.kelson82025-01-09 20:58:18 -0500
2c46abf148Add screenshots to repo, also add screenshots to readme.kelson82025-01-09 20:56:48 -0500
294937a0c6Move all files into src folder. Add defines.h for menu titles and window title. Reorganize project quite a bit, refactor code. Add _TEST2 preprocessor, add helpers.cpp and helpers.h. Partially make OpenGL work for Windows. Rename Solution to KCNet-ImGui-Test.kelson82025-01-09 20:12:07 -0500
938e61f01aAdd missing update to text_menu.cpp, and add constructor test.kelson82025-01-06 13:26:56 -0500
42956372a7Change ImGui title Make text file functions output to screen when test checkbox is checked.kelson82025-01-06 13:25:45 -0500
26e3acf9ebAdd a windows msg box, fix dark mode button. Add text file menu and a pch.h file for later. Move text file functions into text file menu. Add test dll for project.kelson82024-08-25 13:34:08 -0400
a0dfb53a9aUpdate readme. Add GLFW to menu, an OpenGL library.kelson82024-06-18 13:16:15 -0400
eca8fe3c1dMove main menu into its own file. Modify text file functions and rename file. Add functions for text in imgui with the text_functions file. Add keystates file.kelson82024-06-18 13:13:26 -0400
f3c5095964Remove directx code out of mainkelson82024-05-26 03:18:09 -0400
da96d13a07Split project into seperate OpenGL and DirectX9 files. OpenGL support is broken and incomplete.kelson82024-05-25 12:55:57 -0400