0
I Use This!
Very Low Activity

Commits : Listings

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