# # ChangeLog for mygame.cpp in opengl-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 4:06:28 PM Wed, 07 Mar 2018 01:52:19 GMT Dmitry Portnoy [0424bd8] * OpenGLGame.sln (modified) * OpenGLGame.vcxproj (modified) * mygame.cpp (modified) Update the OpenGLGame project to only include mygame.cpp and the ... Fri, 30 Jun 2017 15:14:17 GMT Dmitry Portnoy [1f63bdb] * mygame.cpp (modified) Some minor changes Sun, 25 Jun 2017 19:15:12 GMT Dmitry Portnoy [92bc4fe] * common/controls-new.cpp (modified) * common/controls.cpp (modified) * common/controls.hpp (modified) * mygame.cpp (modified) Make the game window fullscreen, hide the mouse cursor, and change ... 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 ...