# # ChangeLog for gui/game-screen.cpp in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 10:18:48 AM 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 ... 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