# # ChangeLog for new-game.cpp in opengl-game # # Generated by Trac 1.5.4 # Oct 19, 2024, 2:27:30 AM Sat, 03 Mar 2018 01:24:52 GMT Dmitry Portnoy [d12d003] * new-game.cpp (modified) Continue debugging object detection for mouse clicks 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, 16 Dec 2017 04:45:49 GMT Dmitry Portnoy [33a9664] * new-game.cpp (modified) * opengl-notes.txt (added) Debug object detection for mouse clicks Fri, 25 Aug 2017 03:10:04 GMT Dmitry Portnoy [c62eee6] * new-game.cpp (modified) Use glm mat types instead of arrays and mat swizzle operators (e.g. ... Tue, 22 Aug 2017 02:36:33 GMT Dmitry Portnoy [485424b] * color.frag (moved) * color.vert (moved) * makefile (modified) * new-game.cpp (modified) * stb_image.cpp (added) * stb_image.h (added) * test.png (added) * texture.frag (added) * texture.vert (added) Add support for loading and applying texture and add a square to the ... Fri, 18 Aug 2017 01:53:46 GMT Dmitry Portnoy [201e2f8] * new-game.cpp (modified) Make the model matrix support rotations and translations Thu, 17 Aug 2017 02:30:31 GMT Dmitry Portnoy [7ee66ea] * new-game.cpp (modified) * test.vert (modified) Add view and projection matrices allow the player to move and rotate ... Sat, 05 Aug 2017 18:55:49 GMT Dmitry Portnoy [93baa0e] * new-game.cpp (modified) * test.vert (modified) Add face culling and a model matrix that can be changed to move the scene Sat, 05 Aug 2017 02:48:13 GMT Dmitry Portnoy [d0b9596] * new-game.cpp (modified) * test.vert (modified) Specify the attribute locations in the vertex shader Sat, 05 Aug 2017 02:24:43 GMT Dmitry Portnoy [8b7cfcf] * makefile (modified) * new-game.cpp (modified) * test.frag (modified) * test.vert (modified) Allow each vertex to have its own color Fri, 04 Aug 2017 17:51:59 GMT Dmitry Portnoy [ec4456b] * new-game.cpp (modified) * test.frag (added) * test.vert (added) Add fullscreen and anti-aliasing support and some more logging Wed, 02 Aug 2017 00:18:32 GMT Dmitry Portnoy [be246ad] * new-game.cpp (modified) Enable OpenGL 4 on OSX Fri, 21 Jul 2017 03:10:08 GMT Dmitry Portnoy [22b2c37] * .gitignore (modified) * game01.cpp (deleted) * game02.cpp (deleted) * game06.cpp (modified) * logger.cpp (added) * logger.h (added) * makefile (modified) * new-game.cpp (modified) Add a simple logger and remove some old, unneeded tutorial files Thu, 20 Jul 2017 02:36:56 GMT Dmitry Portnoy [644a2e4] * new-game.cpp (modified) Finish the triangle drawing program Wed, 19 Jul 2017 04:08:45 GMT Dmitry Portnoy [516668e] * new-game.cpp (modified) WIP for drawing a triangle 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