Commit Graph

7 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
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
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
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
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