|
0419367472
|
Upgrade to C++20
|
2022-03-09 11:58:43 -08:00 |
|
|
d03b0b804e
|
Export CMake compile commands for clangd
|
2022-03-09 11:57:33 -08:00 |
|
|
38c0eaf462
|
Fix CMakeLists.txt, switch from C++14 to C++17
|
2022-03-09 11:05:54 -08:00 |
|
|
0dcaa0422b
|
Improve horizontal movement
|
2022-03-09 10:33:33 -08:00 |
|
|
ae5f62fcd4
|
Improve input
|
2022-03-08 21:01:30 -08:00 |
|
|
d054d5c329
|
Add scoring, remove temporary speedups
|
2022-03-08 16:48:21 -08:00 |
|
|
fac23ba4f5
|
Move some variables from int to uint
|
2022-03-08 16:28:12 -08:00 |
|
|
91ca7a7b74
|
Add next block readout
|
2022-03-08 12:06:18 -08:00 |
|
|
b20a58b7d3
|
Add thousands comma, prevent tiles and blocks counters from counting on reset
|
2022-03-07 20:18:08 -08:00 |
|
|
e57b3cc550
|
Add background, bitmap text counters
|
2022-03-07 19:40:10 -08:00 |
|
|
2df9d4d95f
|
Fix ground movement
|
2022-03-06 19:48:31 -08:00 |
|
|
7bb946a805
|
Prevent window resizing
|
2022-03-06 19:21:21 -08:00 |
|
|
c2e3cd1679
|
Add textures
|
2022-03-06 17:03:37 -08:00 |
|
|
797ab34246
|
Add 60 FPS limit
|
2022-03-06 11:40:38 -08:00 |
|
|
e663e8c061
|
Remove broken conditional drawing code
|
2022-03-06 11:38:29 -08:00 |
|
|
9ddc9caf4a
|
Add increasing speed for each row cleared
|
2022-03-06 10:25:47 -08:00 |
|
|
386678ab21
|
Add game over reset
|
2022-03-06 10:15:29 -08:00 |
|
|
e4b894e23d
|
Fix font path
|
2022-03-06 09:59:10 -08:00 |
|
|
417d17751c
|
Draw on start
|
2022-03-06 09:58:46 -08:00 |
|
|
b7a4b8ae35
|
Match game dimensions to Quadrapassel
|
2022-03-06 09:58:31 -08:00 |
|
|
b3f7e3789a
|
Add scorekeeping
|
2022-03-06 09:53:26 -08:00 |
|
|
13932a45e8
|
Add back fastforwarding
|
2022-03-06 09:05:42 -08:00 |
|
|
b779c37aba
|
Add conditional redrawing
|
2022-03-06 09:01:32 -08:00 |
|
|
18253d188e
|
Improve input system
|
2022-03-06 08:53:37 -08:00 |
|
|
4f53a00f41
|
Fix row not clearing bug by checking all rows
|
2022-03-05 13:38:50 -08:00 |
|
|
0e76abdcc7
|
Seed the random number generator
|
2022-03-05 13:33:26 -08:00 |
|
|
6600bdf109
|
Allow for clearing of more than one row at once
|
2022-03-05 13:31:22 -08:00 |
|
|
9df133113a
|
Adjust dimensions
|
2022-03-05 13:31:00 -08:00 |
|
|
a31f2d0559
|
Move rotation to event system
|
2022-03-05 13:24:44 -08:00 |
|
|
551d6dc2c5
|
Remove outdated rotation_state transformations comment
|
2022-03-05 13:20:49 -08:00 |
|
|
7827f00524
|
Move snapping to event system
|
2022-03-05 13:20:21 -08:00 |
|
|
9cb6f35ec1
|
Adjust speed and remove unnecessary window.setFramerateLimit call
|
2022-03-05 13:14:36 -08:00 |
|
|
ba88df070a
|
Add mostly functional row clearing
|
2022-03-05 13:11:15 -08:00 |
|
|
cda6883dd6
|
Fix right wall collisions
|
2022-03-05 12:38:16 -08:00 |
|
|
4d3e1d3b2d
|
Prevent O block from rotating
|
2022-03-05 12:35:54 -08:00 |
|
|
20222ad686
|
Add collision detection for rotation
|
2022-03-05 12:31:43 -08:00 |
|
|
d67b06d006
|
Add block rotation
|
2022-03-05 12:14:43 -08:00 |
|
|
f09b6c51e2
|
Rewrite block definitions
|
2022-03-05 11:49:39 -08:00 |
|
|
f00b40e945
|
Clean up unneeded curly braces in block type initialization
|
2022-03-05 11:42:41 -08:00 |
|
|
ba36ac45cb
|
Remove fixed tile size requirements
|
2022-03-05 11:40:34 -08:00 |
|
|
42c8414378
|
Switch from lists to vectors, clean up includes
|
2022-03-05 11:37:49 -08:00 |
|
|
e97ff2269a
|
Add disfunctional rotation
|
2022-03-05 11:00:18 -08:00 |
|
|
fa27bd9127
|
Migrate block loops to Block::get_tiles
|
2022-03-05 10:41:15 -08:00 |
|
|
3c861bd5e2
|
Add fast forwarding
|
2022-03-04 14:28:35 -08:00 |
|
|
96a0254208
|
Add snapping
|
2022-03-04 14:05:18 -08:00 |
|
|
2aa3f14aaa
|
Add section comments and remove useless landed = false statement
|
2022-03-04 13:57:51 -08:00 |
|
|
6bbb802089
|
Fix L block
|
2022-03-04 13:54:43 -08:00 |
|
|
20a1017705
|
Add horizontal collision detection
|
2022-03-04 13:49:28 -08:00 |
|
|
69b36e97af
|
Restructure code, moving into classes
|
2022-03-04 13:09:27 -08:00 |
|
|
1d6a0914d5
|
Make blocks fall in center
|
2022-03-04 12:23:51 -08:00 |
|