Commit Graph

22 Commits

Author SHA1 Message Date
19c29b261c Windows compatibility fixes 2021-05-26 14:17:07 +02:00
5562ca4d82 Tetris: mouse proof-of-concept 2021-04-29 19:49:04 +02:00
90dc26251b Tetris: use new API 2021-04-29 13:25:55 +02:00
258ce51cfe Trying to switch to more object-oriented 2021-03-12 22:33:46 +01:00
fbe122a5b9 Added FEATURE flag, fixed rare segfault 2021-03-09 09:27:15 +01:00
3de364ce26 TETRIS: make enough room for 'Quit Game' text 2021-01-31 16:02:08 +01:00
79557e9edc TETRIS: only change textures in the main thread 2021-01-30 23:01:36 +01:00
fe675369ea TETRIS: Use FontConfiguration 2021-01-30 21:35:25 +01:00
b65b0bf034 TETRIS: use new TextRenderer interface 2021-01-30 16:48:40 +01:00
7f661630c0 TETRIS: static_cast might be faster than dynamic cast 2021-01-30 16:02:02 +01:00
67a56d31de TETRIS: use updated TextRenderer 2020-12-18 15:14:08 +01:00
90879a3f21 TETRIS: use new sdlpp library 2020-11-21 20:58:52 +01:00
9890da4e06 TETRIS: add variable scores based on number of lines destroyed 2020-10-29 18:01:38 +01:00
ca4ccbebc8 Tetris: use new event retreival function 2020-10-20 11:43:36 +02:00
5ec4182519 Tetris: make playable on macOS 2020-10-20 11:04:07 +02:00
13d18d071f Tetris: suppress size_t warnings 2020-09-29 18:36:12 +02:00
7621dc8dd4 Tetris: add block texture 2020-09-29 18:22:26 +02:00
eb60c88dac Tetris: Finish TODOs 2020-09-26 20:23:03 +02:00
96c54454f7 TETRIS: Code cleanup 2020-09-13 14:14:39 +02:00
74e53a0d67 Fix possible segfault 2020-09-12 09:36:08 +02:00
0a06e1d841 TETRIS: change menu background, slightly alter checking for full lines 2020-09-11 21:54:45 +02:00
51699740ab TETRIS: separate into multiple files, add options 2020-09-11 21:34:43 +02:00