Commit Graph

  • fbf1566581 Add lua library under lib folder, add file_functions to repo. main kelson8 2025-04-02 14:49:38 -0400
  • eab83c296c Add 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. kelson8 2025-04-02 14:48:29 -0400
  • b0555158b4 Add test for getting the base memory address of a program kelson8 2025-04-02 14:05:28 -0400
  • 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. kelson8 2025-03-31 16:11:48 -0400
  • e13d74732e Update project to C++17 standard, add missing include file updates. Delete imgui.ini and add it to gitignore. kelson8 2025-03-31 15:11:07 -0400
  • 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. kelson8 2025-03-31 15:06:17 -0400
  • 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. kelson8 2025-03-13 06:52:59 -0400
  • affa0dbe3f Replicate some ReVC functions I have created for testing. Add link for imgui demo I used, move some preprocessors. Update gitignore and project files. kelson8 2025-03-13 06:23:10 -0400
  • afd62ebc5f Move most ImGui functions into imgui_functions.cpp. Remove ImGui functions out of directx9_test.cpp. Move InitializeD3D into helpers.cpp kelson8 2025-03-13 03:04:28 -0400
  • a6015f1e21 Move some functions into helpers.cpp, move directx9 variables into header. Cleanup directx9_test.cpp a bit, remove _TEST2 preprocessor. kelson8 2025-03-13 02:35:21 -0400
  • ee288b0540 Fix broken screenshot paths in Readme. kelson8 2025-03-13 02:02:59 -0400
  • 29dbb2b296 Add 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.h kelson8 2025-03-13 01:56:56 -0400
  • d2def8c21a Fix for images not working, set path to relative directory kelson8 2025-01-09 20:59:51 -0500
  • b8214d6f80 Possibly fix images not showing up in readme. kelson8 2025-01-09 20:58:18 -0500
  • 2c46abf148 Add screenshots to repo, also add screenshots to readme. kelson8 2025-01-09 20:56:48 -0500
  • 294937a0c6 Move 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. kelson8 2025-01-09 20:12:07 -0500
  • 938e61f01a Add missing update to text_menu.cpp, and add constructor test. kelson8 2025-01-06 13:26:56 -0500
  • 42956372a7 Change ImGui title Make text file functions output to screen when test checkbox is checked. kelson8 2025-01-06 13:25:45 -0500
  • 26e3acf9eb Add 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. kelson8 2024-08-25 13:34:08 -0400
  • a0dfb53a9a Update readme. Add GLFW to menu, an OpenGL library. kelson8 2024-06-18 13:16:15 -0400
  • eca8fe3c1d Move 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. kelson8 2024-06-18 13:13:26 -0400
  • f3c5095964 Remove directx code out of main kelson8 2024-05-26 03:18:09 -0400
  • da96d13a07 Split project into seperate OpenGL and DirectX9 files. OpenGL support is broken and incomplete. kelson8 2024-05-25 12:55:57 -0400
  • af93bd0cf5 Add file to repo. kelson8 2024-05-17 15:29:29 -0400
  • 7cc975034b Initial commit kelson8 2024-05-17 14:38:02 -0400