# # ChangeLog for gui in opengl-game # # Generated by Trac 1.5.4 # Sep 8, 2024, 1:20:54 AM Sun, 14 Mar 2021 01:52:44 GMT Dmitry Portnoy [d255d52] * gui/imgui/button-imgui.cpp (modified) * gui/imgui/ui-widget.cpp (moved) * makefile (modified) Get VulkanGame and SDLGame to compile on Linux Sat, 13 Mar 2021 22:37:06 GMT Dmitry Portnoy [301c90a] * IMGUI/imconfig.h (modified) * VulkanGame.vcxproj (modified) * VulkanGame.vcxproj.filters (modified) * compiler.hpp (modified) * consts.hpp (modified) * crash-logger.hpp (modified) * game-gui-sdl.cpp (modified) * gui/imgui/button-imgui.cpp (added) * gui/imgui/button-imgui.hpp (added) * gui/imgui/ui-wdget.cpp (added) * gui/imgui/ui-widget.hpp (added) * main-vulkan.cpp (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Implement the start of a generic UI system built on top of IMGUI, ... Sat, 13 Feb 2021 23:41:39 GMT Dmitry Portnoy [d8cf709] * game-gui-glfw.cpp (modified) * game-gui-sdl.cpp (modified) * game-gui-sdl.hpp (modified) * game-gui.hpp (modified) * gui/button.cpp (modified) * gui/button.hpp (modified) * gui/game-screen.cpp (modified) * gui/game-screen.hpp (modified) * gui/main-screen.cpp (modified) * gui/main-screen.hpp (modified) * gui/panel.cpp (modified) * gui/panel.hpp (modified) * gui/screen.cpp (modified) * gui/screen.hpp (modified) * gui/ui-element.cpp (modified) * gui/ui-element.hpp (modified) * main-vulkan.cpp (modified) * opengl-game.cpp (modified) * opengl-game.hpp (modified) * vulkan-game.cpp (modified) Change UIEvent to also include the original event from the UI library ... Sat, 25 Jul 2020 20:05:57 GMT Dmitry Portnoy [aa7707d] * VulkanGame.vcxproj (modified) * compile.bat (modified) * gui/button.cpp (modified) * gui/panel.cpp (modified) * main-vulkan.cpp (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Update the Vulkan SDK version and get the latest code compiling on ... Wed, 10 Jun 2020 21:44:02 GMT Dmitry Portnoy [f809ae6] * gui/game-screen.cpp (modified) * gui/ui-value.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Show the score and frame rate on the game screen Wed, 10 Jun 2020 21:18:21 GMT Dmitry Portnoy [699e83a] * gui/game-screen.cpp (added) * gui/game-screen.hpp (added) * gui/panel.cpp (added) * gui/panel.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Add a GameScreen class to render the main gameplay Wed, 10 Jun 2020 02:36:24 GMT Dmitry Portnoy [e1f88a9] * assets/fonts/ProggyClean.ttf (added) * consts.hpp (modified) * game-gui.hpp (modified) * gui/button.cpp (added) * gui/button.hpp (added) * gui/main-screen.cpp (added) * gui/main-screen.hpp (added) * gui/screen.cpp (added) * gui/screen.hpp (added) * gui/ui-element.cpp (added) * gui/ui-element.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Create a system to draw and switch between different screens, a ...