# # ChangeLog for NewOpenGLGame.vcxproj in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 6:23:12 PM Wed, 27 Jun 2018 01:53:47 GMT Dmitry Portnoy [dba67b2] * NewOpenGLGame.vcxproj (modified) * README.txt (modified) * new-game.cpp (modified) Update the project to GLM 0.9.9, add the README to the Visual Studio ... Wed, 16 May 2018 03:40:17 GMT Dmitry Portnoy [b1d8ddc] * NewOpenGLGame.vcxproj (modified) Add some VS project settings for 64-bit builds Tue, 08 May 2018 01:39:00 GMT Dmitry Portnoy [1c81bf0] * NewOpenGLGame.vcxproj (modified) * new-game.cpp (modified) Remove imgui_example.cpp from the Visual Studio project and add ... Sun, 06 May 2018 22:21:20 GMT Dmitry Portnoy [c58ebc3] * IMGUI/imgui.cpp (moved) * IMGUI/imgui.h (moved) * IMGUI/imgui_demo.cpp (moved) * IMGUI/imgui_draw.cpp (moved) * IMGUI/imgui_internal.h (moved) * IMGUI/stb_rect_pack.h (moved) * IMGUI/stb_textedit.h (moved) * IMGUI/stb_truetype.h (moved) * NewOpenGLGame.vcxproj (modified) * imgui_example.cpp (modified) * imgui_impl_glfw_gl3.cpp (modified) Create an IMGUI folder for the imgui library files. Thu, 03 May 2018 03:17:21 GMT Dmitry Portnoy [54b6d6b] * NewOpenGLGame.vcxproj (modified) * gl3w.c (deleted) * gl3w.h (deleted) * glcorearb.h (deleted) * imgui_example.cpp (modified) * imgui_impl_glfw_gl3.cpp (modified) * imgui_impl_glfw_gl3.h (modified) Remove gl3w from the ImGui project and use glew instead Thu, 03 May 2018 02:45:49 GMT Dmitry Portnoy [4e0b82b] * .gitignore (modified) * NewOpenGLGame.vcxproj (modified) * gl3w.c (added) * gl3w.h (added) * glcorearb.h (added) * imgui.cpp (added) * imgui.h (added) * imgui_demo.cpp (added) * imgui_draw.cpp (added) * imgui_example.cpp (added) * imgui_impl_glfw_gl3.cpp (added) * imgui_impl_glfw_gl3.h (added) * imgui_internal.h (added) * new-game.cpp (modified) * stb_image_write.h (added) * stb_rect_pack.h (added) * stb_textedit.h (added) * stb_truetype.h (added) Add an ImGui example project Wed, 25 Apr 2018 02:44:28 GMT Dmitry Portnoy [05e43cf] * NewOpenGLGame.vcxproj (modified) * new-game.cpp (modified) Move the points for all models into one vbo Tue, 03 Apr 2018 03:11:47 GMT Dmitry Portnoy [e856d62] * NewOpenGLGame.vcxproj (modified) * TODO.txt (added) * new-game.cpp (modified) Make texture images appear right-side up and streamline the code for ... Thu, 29 Mar 2018 05:09:16 GMT Dmitry Portnoy [b73cb3b] * NewOpenGLGame.vcxproj (modified) * new-game.cpp (modified) Fix all issues with object click detection, and add the shader files ... Tue, 27 Feb 2018 02:16:05 GMT Dmitry Portnoy [6f73e0c] * NewOpenGLGame.vcxproj (modified) In the Visual Studio project, make the include and lib paths relative. Tue, 27 Feb 2018 01:53:43 GMT Dmitry Portnoy [1099b95] * NewOpenGLGame.vcxproj (modified) * new-game.cpp (modified) Make the Windows build use static versions of glew and glfw3 Sat, 29 Jul 2017 21:31:01 GMT Dmitry Portnoy [21de283] * .gitignore (modified) * NewOpenGLGame.sln (added) * NewOpenGLGame.vcxproj (added) * README.txt (modified) Create a VS project for the new version of the game