public
Description: Tetris clone
Homepage: http://gottcode.org/gottet/
Clone URL: git://github.com/gottcode/gottet.git
gottet / ChangeLog
100644 80 lines (64 sloc) 2.114 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
2008-06-18 Graeme Gott <graeme@gottcode.org>
* Tag version 1.0.3.
 
2008-06-17 Graeme Gott <graeme@gottcode.org>
* FIXED: Binary not installed with make install.
 
2008-06-16 Graeme Gott <graeme@gottcode.org>
* Tag version 1.0.2.
 
2008-06-09 Graeme Gott <graeme@gottcode.org>
* FIXED: Top row was duplicated when other rows were removed.
 
2008-05-31 Alessandro Briosi <tsdogs@briosix.org>
* Ported to Qtopia4.
 
2008-05-26 Graeme Gott <graeme@gottcode.org>
* Remember size of scoreboard.
 
2008-05-24 Graeme Gott <graeme@gottcode.org>
* Tag version 1.0.1.
* FIXED: Falling pieces became jerky at higher levels.
* FIXED: Rotating pieces on left edge would get them stuck.
 
2008-05-14 Graeme Gott <graeme@gottcode.org>
* Tag version 1.0.
* Add program name.
 
2008-05-13 Graeme Gott <graeme@gottcode.org>
* Add icon.
* Add about menu items.
* Pause game when it loses focus.
 
2008-05-12 Graeme Gott <graeme@gottcode.org>
* Add high score board.
* Show score.
* Show what level you are on.
* Show lines removed.
* Show next piece.
 
2008-05-11 Graeme Gott <graeme@gottcode.org>
* Draw tiles on the fly.
* Remember window size and position.
* Add pause logic.
* Add new game logic.
* Add game over logic.
* Add window class.
* Scale board when resized.
* FIXED: Board didn't shift down when a line was removed.
* FIXED: Segfaulted when a piece was dropped.
 
2008-05-10 Graeme Gott <graeme@gottcode.org>
* Remove timer class.
* Remove image class.
* Merge game class into board class.
* Convert to Qt 4.
 
2007-04-16 Graeme Gott <graeme@gottcode.org>
* Render background image.
 
2007-04-15 Graeme Gott <graeme@gottcode.org>
* Improve tile images.
* Add game logic.
* Add shifting board down.
 
2007-04-14 Graeme Gott <graeme@gottcode.org>
* Remove full lines.
* Move logic into game class.
* Manage tile images in game class.
* Add game class.
* Add timer class.
* Add highlight images.
* Add piece rotation.
* Add collision detection.
* Add simple piece class.
 
2007-04-13 Graeme Gott <graeme@gottcode.org>
* Add simple board class.
* Add simple image class.
* Add tile images.