Commit Graph

25 Commits

Author SHA1 Message Date
fbf1566581 Add lua library under lib folder, add file_functions to repo. 2025-04-02 14:49:38 -04:00
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.

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