Timeline
Oct 4, 2019:
- 8:39 PM Changeset in opengl-game [771b33a]feature/imgui-sdlpoints-test by
- In openglgame, port over some more of the pipeline creation code and …
- 8:27 PM Changeset in opengl-game [0b1b52d]feature/imgui-sdlpoints-test by
- In openglgame, port over the functionality to specify and initialize …
- 8:19 PM Changeset in opengl-game [83b5b4b]feature/imgui-sdlpoints-test by
- Handle window resize events in openglgame
- 8:10 PM Changeset in opengl-game [5b02676]feature/imgui-sdlpoints-test by
- Make vulkangame and openglgame compile on OSX with the new …
- 3:51 AM Changeset in opengl-game [ee75487]feature/imgui-sdlpoints-test by
- Add utils.cpp/hpp to the VulkanGame MSVC project
Oct 3, 2019:
- 3:46 AM Changeset in opengl-game [3de31cf]feature/imgui-sdlpoints-test by
- Add and begin implementing an OpenGL version of the GraphicsPipeline class
- 3:44 AM Changeset in opengl-game [7d2b0b9]feature/imgui-sdlpoints-test by
- Add and begin implementing a GraphicsPipeline class to hold info for …
- 3:41 AM Changeset in opengl-game [4d84c72]feature/imgui-sdlpoints-test by
- Move the OpenGL shaders to a gl-shaders folder
Oct 1, 2019:
- 3:14 AM Changeset in opengl-game [40995d3]feature/imgui-sdlpoints-test by
- Merge branch 'master' of medievaltech.com:opengl-game
- 3:03 AM Changeset in opengl-game [7563b8a]feature/imgui-sdlpoints-test by
- In vulkanref, implement the ability to add new objects to the scene
- 2:48 AM Changeset in opengl-game [a0da009]feature/imgui-sdlpoints-test by
- Add a window resize callback in gamegui and add an unknown event type …
Sep 27, 2019:
- 8:53 PM Changeset in opengl-game [fa9fa1c]feature/imgui-sdlpoints-test by
- In vulkangame, create the command pool
- 8:21 PM Changeset in opengl-game [0e09340]feature/imgui-sdlpoints-test by
- In vulkangame, detect when the framebuffer is resized
- 7:58 PM Changeset in opengl-game [6fc24c7]feature/imgui-sdlpoints-test by
- In vulkangame, add code to create a render pass
- 7:20 PM Changeset in opengl-game [f94eea9]feature/imgui-sdlpoints-test by
- In vulkangame, add code to create image views
Sep 26, 2019:
- 9:49 PM Changeset in opengl-game [054d9ed]feature/imgui-sdlpoints-test by
- Use SDL_WINDOW_FULLSCREEN_DESKTOP only on Windows, and …
Sep 25, 2019:
- 12:20 AM Changeset in opengl-game [91c89f7]feature/imgui-sdlpoints-test by
- Use SDL_WINDOW_FULLSCREEN_DESKTOP when creating the SDL window to …
Sep 23, 2019:
- 2:02 AM Changeset in opengl-game [502bd0b]feature/imgui-sdlpoints-test by
- In vulkangame, add code to create a swap chain
- 12:32 AM Changeset in opengl-game [c1c2021]feature/imgui-sdlpoints-test by
- In vulkangame, add code to create a logical device
Sep 22, 2019:
- 11:27 PM Changeset in opengl-game [a0c5f28]feature/imgui-sdlpoints-test by
- Add renderScene and renderUI functions to vulkangame
- 2:28 AM Changeset in opengl-game [fe5c3ba]feature/imgui-sdlpoints-test by
- In vulkangame, change the pickPhysicalDevice() and isDeviceSuitable() …
Sep 16, 2019:
- 7:04 PM Changeset in opengl-game [90a424f]feature/imgui-sdlpoints-test by
- In vulkangame, add code to create a Vulkan surface and pick a physical …
- 6:42 PM Changeset in opengl-game [c6fec84]feature/imgui-sdlpoints-test by
- Update the makefile to correctly compile openglgame
- 2:09 AM Changeset in opengl-game [f133da0]feature/imgui-sdlpoints-test by
- Add renderScene and renderUI functions to openglgame and use IMGUI to …
- 2:04 AM Changeset in opengl-game [df2cc24]feature/imgui-sdlpoints-test by
- Add IMGUI and its dependencies to the openglgame MSVC project
Sep 15, 2019:
- 5:44 AM Changeset in opengl-game [c1d9b2a]feature/imgui-sdlpoints-test by
- In vulkangame, create a Vulkan instance and enable the Vulkan debug …
- 5:37 AM Changeset in opengl-game [92cbc6a]feature/imgui-sdlpoints-test by
- In openglgame, initialize OpenGL using glew, register the OpenGL debug …
- 5:27 AM Changeset in opengl-game [a6f6833]feature/imgui-sdlpoints-test by
- Remove getWindowSize() from game-gui and instead add getWindowWidth(), …
- 5:01 AM Changeset in opengl-game [09e15a4]feature/imgui-sdlpoints-test by
- Add logger.hpp and logger.cpp to the MSVC projects
Sep 14, 2019:
- 12:58 AM Changeset in opengl-game [c559904]feature/imgui-sdlpoints-test by
- Start using the logger class to output basic debugging info to a file …
- 12:29 AM Changeset in opengl-game [2e77b3f]feature/imgui-sdlpoints-test by
- Move the debug status output from the main functions to the openglgame …
- 12:13 AM Changeset in opengl-game [cabdd5c]feature/imgui-sdlpoints-test by
- Mark which parts of the old code were moved over to the new openglgame …
- 12:02 AM Changeset in opengl-game [cb01aff]feature/imgui-sdlpoints-test by
- Create a VulkanUtils class to hold some generic Vulkan functions
- 12:00 AM Changeset in opengl-game [5289665]feature/imgui-sdlpoints-test by
- Add logger.cpp to both openglgame and vulkangame and compile …
Sep 13, 2019:
- 3:07 PM Changeset in opengl-game [1fcca9e]feature/imgui-sdlpoints-test by
- Rename logger.h to logger.hpp
- 2:51 AM Changeset in opengl-game [c61323a]feature/imgui-sdlpoints-test by
- Implement processEvents() and pollEvent() for GameGui_GLFW and …
- 1:30 AM Changeset in opengl-game [f6521fb]feature/imgui-sdlpoints-test by
- Add processEvents() and pollEvent() to GameGui, implement them for …
Sep 12, 2019:
- 9:39 PM Changeset in opengl-game [203ab1b]feature/imgui-sdlpoints-test by
- Rename utils.h to utils.hpp
- 5:28 PM Changeset in opengl-game [d2f607c]feature/imgui-sdlpoints-test by
- Fix the logic for creating a fullscreen SDL window
- 5:23 AM Changeset in opengl-game [7bf5433]feature/imgui-sdlpoints-test by
- Create a new OpenGLGame project for a refactor of the original OpenGL …
- 3:29 AM Changeset in opengl-game [27c40ce]feature/imgui-sdlpoints-test by
- Update vulkangame to correctly display a window in Windows and add …
- 2:52 AM Changeset in opengl-game [39278a8]feature/imgui-sdlpoints-test by
- Rename the NewOpenGLGame and VulkanGame projects to OpenGLReference …
Note:
See TracTimeline
for information about the timeline view.