Commit History

Author SHA1 Message Date
  Ingo Ruhnke 4d77e009f0 Remove useless private region 2 years ago
  Ingo Ruhnke a95a8e5a97 Remove unused src/engine/resource/ 2 years ago
  Ingo Ruhnke 4ef46c9ae4 Remove superfluous space before function calls, 'foo ()' > 'foo()' 2 years ago
  Ingo Ruhnke c6440f13a3 Move some game code into new Application class 2 years ago
  Ingo Ruhnke 34ee12656b Move Screenshot file handling out of engine/display/ 2 years ago
  Ingo Ruhnke 7e28a2987d Replace Size/Rect/Vector2f/... with their library counterparts 2 years ago
  Ingo Ruhnke 2a03c99f60 Replace raise_exception() with plain throw 2 years ago
  Ingo Ruhnke 5233a86b9e Move FramebufferType into engine/display/ 2 years ago
  Ingo Ruhnke 085cd94411 Remove Display dependency from pingus::input 2 years ago
  Ingo Ruhnke 538dfd056c Minor code cleanup, reorder private/public sections 2 years ago
  Ingo Ruhnke 587fba499a Remove Controller::current() 2 years ago
  Ingo Ruhnke d18d6f8a2f Update dependencies 2 years ago
  Ingo Ruhnke 3401b4d31a Update dependencies 2 years ago
  Ingo Ruhnke e58e2fde07 Replace static with anonymous namespace or lambda 2 years ago
  Ingo Ruhnke f71bfb9ca5 Move SDL_Event handling from pingus::input into ScreenManager 2 years ago
  Ingo Ruhnke bf936d884a Move pingus::input::EventName up to pingus:: 2 years ago
  Ingo Ruhnke ec646c6c43 Add m_ prefix to member variables 2 years ago
  Ingo Ruhnke 0bcb1b5454 Remove some dependencies from src/engine/input/ 2 years ago
  Ingo Ruhnke 873a8f10e2 Replace custom Math:: functions with <cmath> 2 years ago
  Ingo Ruhnke dbb201a145 Use tinycmmc in CMakeLists.txt 2 years ago
  Ingo Ruhnke 71e5716b28 Update flake.nix to nixos-22.05 2 years ago
  Ingo Ruhnke e0932c4e98 Update code-style, use "T const&" instead of "const T&" 2 years ago
  Ingo Ruhnke 19d0cc05a5 Remove obsolete forward declarations 2 years ago
  Ingo Ruhnke c5b42d6230 Add namespace pingus around everything 2 years ago
  Ingo Ruhnke 00c73ffbea Add src/fwd.hpp to collect forward declarations 2 years ago
  Ingo Ruhnke 464bf455d4 Removed empty files 2 years ago
  Ingo Ruhnke 267af3bd29 Rename namespaces to lowercase, start adding pingus namespace 2 years ago
  Ingo Ruhnke d163ad56c4 Rename namespace Actions to pingus::action 2 years ago
  Ingo Ruhnke bbaffce7e7 Rename Editor namespace to pingus::editor 2 years ago
  Ingo Ruhnke c3c6da8c00 Update dependencies 2 years ago