README update |
|
More...
|
over 8 years ago
|
Fixed countdown sound not activating when returning from Pause |
|
More...
|
over 8 years ago
|
Added statistics screen after Game Over |
|
More...
|
over 8 years ago
|
Moved score definitions to a new class |
|
More...
|
over 8 years ago
|
Removed an unused class member |
|
More...
|
over 8 years ago
|
Added CMake 2.8 backward compatibility |
|
More...
|
over 8 years ago
|
Cleaner compiler flag testing in CMake |
|
More...
|
over 8 years ago
|
Refactored WellBox::update and split its drawing function |
|
More...
|
over 8 years ago
|
Added GameOver single player state |
|
More...
|
over 8 years ago
|
Allow setting texture alpha |
|
More...
|
over 8 years ago
|
Separated position update code in MainMenuState |
|
More...
|
over 8 years ago
|
Moved part of the game logic from WellBox to the single player substates |
|
More...
|
over 8 years ago
|
Fixed missing header for std::pow |
|
More...
|
over 8 years ago
|
Tiny refactor |
|
More...
|
over 8 years ago
|
Updated Emscripten patch |
|
More...
|
over 8 years ago
|
Added platform notes to README |
|
More...
|
over 8 years ago
|
Added build status badges to README |
|
More...
|
over 8 years ago
|
Added screenshot |
|
More...
|
over 8 years ago
|
Fixed MSVC compile errors |
|
More...
|
over 8 years ago
|
Fixed incorrect key type of SDLWindow::joystick_mapping |
|
More...
|
over 8 years ago
|
Fixed braces initialization of `std::array`s |
|
More...
|
over 8 years ago
|
Fixed calling `std::abs` on floats |
|
More...
|
over 8 years ago
|
Added Appveyor CI support |
|
More...
|
over 8 years ago
|
Basic Travis CI support |
|
More...
|
over 8 years ago
|
Added music and sound effect caches |
|
More...
|
over 8 years ago
|
Added font cache |
|
More...
|
over 8 years ago
|
Replaced tabs with spaces in CMake files |
|
More...
|
over 8 years ago
|
Do not build the unit tests in release mode |
|
More...
|
over 8 years ago
|
Separated Well::update to keystate and gameplay update |
|
More...
|
over 8 years ago
|
Fixed DAS not activating when key press started during the countdown |
|
More...
|
over 8 years ago
|