# # ChangeLog for README.txt in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 2:35:08 PM Thu, 29 Aug 2019 19:52:09 GMT Dmitry Portnoy [17714b8] * README.txt (modified) * makefile (modified) * upgrade-TODO.txt (added) * vulkan-ref.cpp (moved) Update the README and makefile to correctly setup and build ... Fri, 23 Aug 2019 04:12:13 GMT Dmitry Portnoy [d53ef6a] * README.txt (modified) Update the README to include instructions for building a 64-bit ... Fri, 23 Aug 2019 03:59:12 GMT Dmitry Portnoy [cbe946d] * NewOpenGLGame.vcxproj (modified) * README.txt (modified) * VulkanGame.vcxproj (modified) * vulkan-game.cpp (modified) Add separate shaders for the scene and overlay to the Vulkan project ... Wed, 21 Aug 2019 20:19:09 GMT Dmitry Portnoy [c8c6da8] * README.txt (modified) * compile.sh (modified) * makefile (modified) * shaders/overlay.frag (moved) * shaders/overlay.vert (moved) * shaders/scene.frag (added) * shaders/scene.vert (added) * vulkan-game.cpp (modified) Create the overlay texture using different flags based on the SDL ... Fri, 16 Aug 2019 15:47:01 GMT Dmitry Portnoy [e1a7f5a] * README.txt (modified) * shaders/shader.frag (modified) * shaders/shader.vert (modified) * vulkan-game.cpp (modified) Copy an SDL Texture to a Vulkan texture to use as a UI overlay on the ... Mon, 12 Aug 2019 03:45:20 GMT Dmitry Portnoy [5f3dba8] * README.txt (modified) * VulkanGame.vcxproj (modified) * assets/images/spaceship.bmp (added) * fonts/lazy.ttf (added) * game-gui-sdl.cpp (modified) * game-gui-sdl.hpp (modified) * makefile (modified) * vulkan-game.cpp (modified) Create a transparent texture in SDL and render some sample images and ... Fri, 02 Aug 2019 04:15:02 GMT Dmitry Portnoy [fba08f2] * README.txt (modified) * shaders/shader.frag (modified) * shaders/shader.vert (modified) * vulkan-game-ref.cpp (added) * vulkan-game.cpp (modified) Update vulkan-game.cpp to support texturing in the shader Tue, 23 Jul 2019 04:02:06 GMT Dmitry Portnoy [80edd70] * README.txt (modified) * VulkanGame.vcxproj (modified) * shaders/shader.vert (modified) * vulkan-game.cpp (modified) Use a vertex buffer to store the points to be rendered Wed, 10 Jul 2019 03:10:26 GMT Dmitry Portnoy [1c6cd5e] * NewOpenGLGame.sln (modified) * README.txt (modified) * VulkanGame.vcxproj (added) * vulkan-game.cpp (modified) Create the VulkanGame VS2019 project and add it to the NewOpenGLGame ... Wed, 03 Jul 2019 02:24:05 GMT Dmitry Portnoy [b6127d2] * README.txt (modified) * vulkan-game.cpp (modified) Enable validation extensions Tue, 02 Jul 2019 17:16:02 GMT Dmitry Portnoy [ab65f84] * README.txt (modified) * makefile (modified) Get the vulkangame makefile target working in both Linux and OSX Tue, 02 Jul 2019 00:51:13 GMT Dmitry Portnoy [f898c5f] * README.txt (modified) * game-gui-sdl.cpp (added) * game-gui-sdl.hpp (added) * game-gui.hpp (added) * vulkan-makefile (added) * vulkan-tutorial.cpp (added) Add files from the vulkan tutorial Wed, 26 Jun 2019 04:44:22 GMT Dmitry Portnoy [71876b9] * README.txt (modified) * makefile (modified) * new-vulkan-game.cpp (added) Start integrating SDL in Linux Mint Tue, 25 Jun 2019 04:11:21 GMT Dmitry Portnoy [03f4c64] * .gitignore (modified) * README.txt (modified) * makefile (modified) * vulkan-game.cpp (added) Create an initial program and makefile config that uses Vulkan Fri, 10 May 2019 18:18:31 GMT Dmitry Portnoy [e6bc0f4] * README.txt (modified) * TODO.txt (modified) * makefile (modified) * new-game.cpp (modified) Add a callback for the window resize event Fri, 29 Jun 2018 15:06:27 GMT Dmitry Portnoy [58088c0] * README.txt (modified) Update the OSX build instructions in the README. 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 ... Thu, 14 Jun 2018 14:15:55 GMT Dmitry Portnoy [885f0bb] * README.txt (modified) Update readme Fri, 30 Mar 2018 01:20:21 GMT Dmitry Portnoy [fc424f6] * README.txt (modified) * makefile (modified) Update README and makefile comments 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 Wed, 19 Jul 2017 03:01:33 GMT Dmitry Portnoy [11a48af] * .gitignore (modified) * OpenGLGame.vcxproj (modified) * README.txt (modified) * mygame.cpp (modified) Merge branch 'master' of http://medievaltech.com/git/opengl-game Wed, 19 Jul 2017 03:01:30 GMT Dmitry Portnoy [669c4e6] * README.txt (modified) Change the README 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 ... Wed, 28 Jun 2017 03:12:16 GMT Dmitry Portnoy [fe70cd3] * README.txt (modified) * game.cpp (modified) Update the build instructions for Linux 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 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