# # ChangeLog for makefile in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 8:39:43 AM Wed, 19 Jul 2017 03:38:53 GMT Dmitry Portnoy [5272b6b] * .gitignore (modified) * makefile (modified) * new-game.cpp (added) Start building a new game from Anton Gerdelan's tutorials 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 ... Thu, 23 Feb 2017 02:28:24 GMT Dmitry Portnoy [15c7ed9] * game.cpp (modified) * makefile (modified) Change the makefile to fully support mac and linux and add ... Thu, 23 Feb 2017 00:00:04 GMT Dmitry Portnoy [5a643d3] * README.txt (modified) * makefile (modified) Change the makefile to support building for OSX and Linux Wed, 22 Feb 2017 03:27:04 GMT Dmitry Portnoy [cfda3b2] * README.txt (added) * game (added) * game.cpp (added) * makefile (added) Create a simple window and a Linux makefile