91 Commits (cpp)
 

Author SHA1 Message Date
Elnu 79d02d0489 Fix target of Debian build script
2 years ago
Elnu 8ded199bbf Update CMakeLists.txt project version number
2 years ago
Elnu 1ae8196ae7 Add Debian copyright file
2 years ago
Elnu a2156d2055 v1.0.1
2 years ago
Elnu efa898ebaa Fix performance issue in paused state
2 years ago
Elnu eee95af5e3 Remove untested note on build README
2 years ago
Elnu 95a77e59b7 Update screenshot
2 years ago
Elnu baa8bdcfd8 Fix bug where level 0 uses previous game's update_interval
2 years ago
Elnu 67322d79c3 Add wall kicks
2 years ago
Elnu e5d32f58d3 Remove Windows build protections
2 years ago
Elnu 074faeb05a Remove Windows build things and make adjustments for CMake v3.23.0-rc3
2 years ago
Elnu 477a72195c Add border to playfield to increase contrast
2 years ago
Elnu 916d5e6c8b Ensure required folders exist in Debian build script
2 years ago
Elnu 38bd97148a Get Windows compilation partially working
2 years ago
Elnu e18094174f Move Linux build stuff into dedicated folder
2 years ago
Elnu d9513bdee3 Add pausing
2 years ago
Elnu 6215239745 Update README.md files
2 years ago
Elnu 2f2369dbb2 Add icon, Debian packaging
2 years ago
Elnu 9c8bccbe0d Update background text
2 years ago
Elnu 22d5bc40c4 Add configuration help
2 years ago
Elnu 4ed0a1a841 Rename to septadrop
2 years ago
Elnu 186fb78a0b Remove OK notes from BlockType.cpp
2 years ago
Elnu b1849ccdd8 Move move frame interval into config
2 years ago
Elnu c6308d5388 Refactor BlockType
2 years ago
Elnu e88ff1ebe6 Create shared resources header file
2 years ago
Elnu 48886ecfd8 Separate out Main.cpp
2 years ago
Elnu 77d634015f Remove unused #include statements
2 years ago
Elnu bd62eb8ed7 Organize resources into folders, update packer accordingly
2 years ago
Elnu 9a9f74cb52 Improve packing
2 years ago
Elnu 874d9b3819 Improve packer formatting
2 years ago
Elnu 7cefa4f969 Add initial version of asset inclusion in binary
2 years ago
Elnu 7a7c5d7398 Add sound effects
2 years ago
Elnu 5d118895a7 Remove unused clear_color variable
2 years ago
Elnu 862004e422 Add highscores
2 years ago
Elnu 9b7f2db494 Update compile and run instructions
2 years ago
Elnu 0419367472 Upgrade to C++20
2 years ago
Elnu d03b0b804e Export CMake compile commands for clangd
2 years ago
Elnu 38c0eaf462 Fix CMakeLists.txt, switch from C++14 to C++17
2 years ago
Elnu 0dcaa0422b Improve horizontal movement
2 years ago
Elnu ae5f62fcd4 Improve input
2 years ago
Elnu d054d5c329 Add scoring, remove temporary speedups
2 years ago
Elnu fac23ba4f5 Move some variables from int to uint
2 years ago
Elnu 91ca7a7b74 Add next block readout
2 years ago
Elnu b20a58b7d3 Add thousands comma, prevent tiles and blocks counters from counting on reset
2 years ago
Elnu e57b3cc550 Add background, bitmap text counters
2 years ago
Elnu 2df9d4d95f Fix ground movement
2 years ago
Elnu 7bb946a805 Prevent window resizing
2 years ago
Elnu c2e3cd1679 Add textures
2 years ago
Elnu 797ab34246 Add 60 FPS limit
2 years ago
Elnu e663e8c061 Remove broken conditional drawing code
2 years ago