Commit Graph

182 Commits

Author SHA1 Message Date
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
05f282f698 Remove unnecessary __init__ 2018-08-06 12:32:52 +02:00
c176782d16 More code splitting 2018-08-06 12:23:47 +02:00
c4914eedd8 dict declaration in settings dialog 2018-08-06 08:21:08 +02:00
9c409a5ced Update README.md 2018-08-06 02:51:01 +02:00
e0d24ed20d V0.3 2018-08-06 02:46:25 +02:00
15fb432a10 Rename backgrounds 2018-08-06 02:44:58 +02:00
c3de76d3b7 Merge pull request #3 from adrienmalin/Cleaning
Clean no longer required files
2018-08-06 02:41:13 +02:00
7429a77f90 Clean no longer required files 2018-08-06 02:39:31 +02:00
1142b0439b Set theme jekyll-theme-slate 2018-08-06 02:32:14 +02:00
30752cb9cc Delete Tetris2000.spec 2018-08-06 02:20:59 +02:00
784b47fb81 Delete Tetris2000.exe 2018-08-06 02:20:43 +02:00
792662b299 Delete MANIFEST.in 2018-08-06 02:19:50 +02:00
4015944af3 Delete setup.py 2018-08-06 02:19:06 +02:00
ddeeab20b5 Update README.md 2018-08-06 02:18:15 +02:00
3f0c7c7795 Merge pull request #2 from adrienmalin/V0.3
V0.3
2018-08-06 02:16:57 +02:00
e303a4e779 V0.3
- Change background images as I am not sure the other really are CC0
- Change music to remixes from ocremix.org
- Split code into several files
- Change setting dialog layout
- Add splashscreen
- Minor fixes
2018-08-06 02:14:44 +02:00
ef3deb788f Moving self-extracting archive to dist/ 2018-08-01 17:46:06 +02:00
05437b9b05 Update README.md 2018-08-01 08:46:25 +02:00
277b9d4d7c Update README.md 2018-08-01 02:33:28 +02:00
c4b0399dd7 Add self-extracting archive for Windows 2018-08-01 02:30:20 +02:00
55025094a9 Update README.md 2018-08-01 00:37:33 +02:00
b1d05a48dc Add files via upload
If Python's script is in path, type:

    Tetris2000
2018-08-01 00:35:40 +02:00
e52b9c797e correct main default arg 2018-08-01 00:10:56 +02:00
ee1816527d Add files via upload 2018-08-01 00:02:06 +02:00