# # ChangeLog for .gitignore in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 8:35:42 AM Fri, 30 Jun 2017 01:39:23 GMT Dmitry Portnoy [4813066] * .gitignore (modified) * OpenGLGame.vcxproj (modified) * README.txt (modified) Convert the VC++ project to VS2017 and update the Windows build ... Fri, 23 Jun 2017 20:07:56 GMT Dmitry Portnoy [8a6d19d] * .gitignore (modified) * README.txt (modified) * common/controls-new.cpp (added) * common/controls.cpp (added) * common/controls.hpp (added) * common/shader.cpp (added) * common/shader.hpp (added) * common/texture.cpp (added) * common/texture.hpp (added) * game01.cpp (added) * game02.cpp (added) * game04.cpp (added) * game06.cpp (added) * makefile (modified) * mygame.cpp (added) * shaders/ColorFragmentShader.fragmentshader (added) * shaders/SimpleFragmentShader.fragmentshader (added) * shaders/SimpleVertexShader.vertexshader (added) * shaders/TextureFragmentShader.fragmentshader (added) * shaders/TransformVertexShader-color.vertexshader (added) * shaders/TransformVertexShader.vertexshader (added) * uvtemplate.DDS (added) Implement movement in a basic 3D scene and add some examples from the ... Sat, 25 Feb 2017 21:28:06 GMT Dmitry Portnoy [4d52702] * .gitignore (modified) * OpenGLGame.sln (added) * OpenGLGame.vcxproj (added) * README.txt (modified) * game.cpp (modified) Add Visual Studio project files and support for building in Windows Wed, 22 Feb 2017 15:25:51 GMT Dmitry Portnoy [a6edbfb] * .gitignore (added) * game (deleted) Add .gitignore and ignore the game exe