Commit Graph

106 Commits

Author SHA1 Message Date
ab3fddec1b Update _config.yml 2018-08-20 00:44:05 +02:00
059ee2baa2 Update README.md 2018-08-20 00:39:32 +02:00
08c7b07af0 Update README.md 2018-08-20 00:38:54 +02:00
16498f1971 Update _config.yml 2018-08-20 00:37:30 +02:00
f7a63a7bf4 Update _config.yml 2018-08-20 00:35:46 +02:00
823ca27c00 Update README.md 2018-08-19 23:52:58 +02:00
23b2c613ae Set theme jekyll-theme-midnight 2018-08-19 23:50:47 +02:00
d22e434c43 Set theme jekyll-theme-midnight 2018-08-19 23:49:17 +02:00
90978230c8 Set theme jekyll-theme-slate 2018-08-19 23:47:07 +02:00
0841a30a31 Set theme jekyll-theme-midnight 2018-08-19 23:38:34 +02:00
00f02b0787 Remove ancient builds 2018-08-19 23:35:40 +02:00
b3ec394f5a Update README.md 2018-08-19 23:35:07 +02:00
86d3f59ede Compiled with nuitka 2018-08-19 23:28:49 +02:00
54bce41d50 Use nuitka for compiling, reorganize py files 2018-08-19 23:28:22 +02:00
8139bf8154 Show details button by default 2018-08-19 23:08:54 +02:00
ee0e684e82 Update README.md 2018-08-19 05:26:26 +02:00
5fb4a09c5a Update README.md 2018-08-19 05:24:52 +02:00
bb1f4445b0 rebuild 2018-08-19 05:21:34 +02:00
3f86f66a23 minor fixes 2018-08-19 05:16:51 +02:00
f13962890f Use my new super module propertize 2018-08-19 04:49:56 +02:00
68cf21392c propertize just Point.x and y 2018-08-18 00:16:58 +02:00
174af377ae undo property test 2018-08-17 22:43:56 +02:00
a15b4f56d4 playuing with properties 2018-08-17 18:27:39 +02:00
0f2d5f3f37 test propertize Qt5 2018-08-16 18:26:43 +02:00
095e0ebf62 Reduce latency with no updating on ghost hard drop, merge block.py with tetromino.py 2018-08-12 17:14:19 +02:00
3bd090b38e Improve latence by using PreciseTimer 2018-08-12 03:02:37 +02:00
93d3b19575 Merge branch 'master' of https://github.com/adrienmalin/Tetris2000 2018-08-11 12:46:49 +02:00
97131e02cf minor fix
-    def move(self, horizontally, vertically, trail=False):
+    def move(self, horizontally, vertically, trail=0):
2018-08-11 12:46:23 +02:00
256e10e9d6 Update README.md 2018-08-09 01:06:00 +02:00
eebe0f724e Update README.md 2018-08-09 01:03:20 +02:00
2d5594dae8 CAPSLOCK 2018-08-09 00:58:32 +02:00
0b24348370 Merge branch 'master' of https://github.com/adrienmalin/Tetris2000 2018-08-09 00:57:24 +02:00
886b462230 New screenshot 2018-08-09 00:57:16 +02:00
f6b64ae487 Add Screenshot 2018-08-09 00:48:02 +02:00
1dc4426f77 Merge branch 'master' of https://github.com/adrienmalin/Tetris2000 2018-08-09 00:37:58 +02:00
854d9eeac2 Add screeshots, move up next queue 2018-08-09 00:33:20 +02:00
5ff74ac58e Add tar.gz dist for linux 2018-08-07 11:35:23 +02:00
0017add342 Formatting with black 2018-08-07 01:11:32 +02:00
d1c2be7d1f More file merging 2018-08-07 01:07:44 +02:00
e4dd237079 Merge branch 'master' of https://github.com/adrienmalin/Tetris2000 2018-08-07 00:22:51 +02:00
a057a3ab1d Update README.md 2018-08-07 00:22:32 +02:00
7c837adf98 Undo game_gui splitting
Setting strings must be shared beteen widgets and created after QApplication instanciating for translation
2018-08-07 00:14:13 +02:00
8523ab204c Delete game_gui.py 2018-08-06 23:00:43 +02:00
a264f0cae0 Revert back merge error 4h ago
I nearly lost my mind
2018-08-06 23:00:06 +02:00
f2b5a32b35 Revert "move rotate to top"
This reverts commit 9d0f2392ca.
2018-08-06 21:02:27 +02:00
899d04ce03 Revert "Correcting piece positionning in hold queue and next piece frame"
This reverts commit 0ba390d09f.
2018-08-06 20:58:17 +02:00
fd39b59111 Revert "Merge branch 'master' of https://github.com/adrienmalin/Tetris2000"
This reverts commit 99d6da5990, reversing
changes made to c4914eedd8.
2018-08-06 20:49:07 +02:00
99d6da5990 Merge branch 'master' of https://github.com/adrienmalin/Tetris2000 2018-08-06 20:45:34 +02:00
0ba390d09f Correcting piece positionning in hold queue and next piece frame 2018-08-06 17:36:42 +02:00
9d0f2392ca move rotate to top 2018-08-06 15:38:50 +02:00