Commit Verlauf

Autor SHA1 Nachricht Datum
  Rob 5f5d018d65 Fix spelling and comment consistency in the source code. (#2545) vor 1 Jahr
  MatusGuy 63390054e0 Ability to set bonus block coin sprite for coin, coin rain and coin explosion (#2546) vor 1 Jahr
  Vankata453 5917b9a31e Allow dispensing objects, dispenser object customization (#2497) vor 1 Jahr
  Ingo Ruhnke 0d163d1c02 Replace `else if(` with `else if (` vor 5 Jahren
  Ingo Ruhnke ff0beace09 Replace `if(` with `if (` vor 5 Jahren
  Ingo Ruhnke 270ca33d84 Rename `elapsed_time` to `dt_sec` vor 5 Jahren
  Ingo Ruhnke 52df85b250 Replace old RandomGenerator with new Random class vor 5 Jahren
  Ingo Ruhnke 5e4cdeb41e Add Sector::get() that returns a Sector&, use instead of ::current() vor 6 Jahren
  Ingo Ruhnke fcf21389c6 Use GameObjectManager::add<T>() instead of std::make_shared<T> vor 6 Jahren
  Ingo Ruhnke d27f5eadbc Made the code -Wconversion clean under gcc vor 6 Jahren
  Ingo Ruhnke b98a5c78ac Changed objects to work with Canvas class vor 6 Jahren
  Hume2 c0a738543a Changed "}else{" to "} else {" vor 9 Jahren
  Tobias Markus eb9172b9d6 [cppcheck] Part 1: Performance vor 9 Jahren
  Ingo Ruhnke 5c7020e504 Replaced Ref and RefCounter with std::shared_ptr<> vor 10 Jahren
  Ingo Ruhnke 75fc1b8f0b Turned a lot of other global objects into Currentons vor 10 Jahren
  Ingo Ruhnke a8057c3d17 Removed trailing whitespace from all *.?pp files vor 10 Jahren
  LMH c0b1f81b0b Reduced code for HeavyCoin used by CoinRain, correcting unusual coin behavior introduced in commit 4ed4ca8 vor 11 Jahren
  LMH 4ed4ca865c New BonusBlock content: 'coinrain'. Causes ten coins to rain down from the top of the sector. These coins are counted in level stats. vor 11 Jahren