Commit History

Author SHA1 Message Date
  Tobias Markus ee13e2d5d3 Fix a couple linter warnings 1 month ago
  Tobias Markus 11e336b6e1 Remove a few unnecessary std::string casts 5 months ago
  Carsten Wirtz 95f14170af Update several icons + update missing texture (#2493) 8 months ago
  Vankata453 154315da07 Extend sub-pixel rendering support (#2609) 9 months ago
  Tobias Markus 86f3fef8c1 General code quality fixes 2 years ago
  Semphris 50195125eb Level sats in-game: corners are rounder 3 years ago
  Semphris 2fd5ed445c Added stats counter visible in the pause menu + when completing one of the three categories 3 years ago
  Wuzzy f31276d3d6 Use green font for perfect level stats 4 years ago
  Christian Hagemeier 1270db43e7 Fix Worldmap statistics (#1159) 4 years ago
  Ingo Ruhnke 6d7fc637fb Fix clang-tidy performance warnings 5 years ago
  Ingo Ruhnke 1756839971 Move most SquirrelUtil functions to SquirrelVM 5 years ago
  Ingo Ruhnke bdf22b7593 Wrap up HSQUIRRELVM in SquirrelVM 5 years ago
  Tobias Markus 080978a8ac Fix statistics displaying --:--:-- when playing a level for the first time 5 years ago
  Ingo Ruhnke e700715502 Fix -Wmissing-variable-declarations errors 5 years ago
  Ingo Ruhnke 635cf66ccd Replace `for(` with `for (` 5 years ago
  Ingo Ruhnke ff0beace09 Replace `if(` with `if (` 5 years ago
  Ingo Ruhnke edb9cc9353 Fix constness of Statistics::serialize_to_squirrel() 5 years ago
  Ingo Ruhnke 85df27ff66 Remove scripting:: namespace from squirrel/ code 5 years ago
  Ingo Ruhnke 13efd554ad Move Squirrel related code into squirrel/ subdirectory 5 years ago
  Ingo Ruhnke 1d9074f9af Replace nv_ values in Statistic with Statistic::get_status() 5 years ago
  Ingo Ruhnke 6a2b9a090c Minor cleanup in Statistics 5 years ago
  Ingo Ruhnke 3310c00418 Remove unused total_stats tracking 5 years ago
  Ingo Ruhnke 92ece7b1a8 Add m_ prefixes to Statistics member variables 5 years ago
  Ingo Ruhnke 2e2bf4d839 Remove unused Statistics::declare_invalid() 5 years ago
  Ingo Ruhnke d27f5eadbc Made the code -Wconversion clean under gcc 5 years ago
  Ingo Ruhnke 30468d23aa Made the code -Wconversion clean under clang 5 years ago
  Ingo Ruhnke 82f787e8a6 Use new style C++ cast instead of old style C cast 5 years ago
  Ingo Ruhnke c2b0a76d0b Added the includes that are needed to make SCREEN_WIDTH/HEIGHT work 5 years ago
  Ingo Ruhnke 9d45a26f5c Replaced .overlay() with .color() again 5 years ago
  Ingo Ruhnke a612cb93e7 Use overlay() layer for GUI elements 5 years ago