File: NEWS

package info (click to toggle)
gtkatlantic 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,552 kB
  • ctags: 866
  • sloc: sh: 10,952; ansic: 7,826; xml: 191; makefile: 47
file content (169 lines) | stat: -rw-r--r-- 4,559 bytes parent folder | download | duplicates (2)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
2014-03-22  Sylvain Rochet
  * fully ported to GTK3, without using any deprecated GTK3 widget
  * full support of monopd 0.9.5 protocol
  * fixed a lot of bugs while reworking things for GTK3
  * fixed board display glitchs
  * reworked graphic engine to support cairo composition and cairo buffers
  * reworked almost everything, in short
  * gtkatlantic: release 0.5.0

2014-01-13  Sylvain Rochet
  * WIN32 port
  * fixed some configure/Makefile problems
  * fixed all -Wall and -Wextra compiler warnings with gcc 4.8.2
  * gtkatlantic: release 0.4.4

2010-04-18  Sylvain Rochet
  * fixed a bug when deleting players
  * fixed a bug when multiple games are running on the same server
  * fixed all warnings with gcc 4.4.3
  * reworked much things
  * gtkatlantic: release 0.4.3

2006-03-02  Sylvain Rochet
  * fix some configure/Makefile problems
  * gtkatlantic: release 0.4.2

2004-07-21  Sylvain Rochet
  * fix some configure/Makefile problems
  * gtkatlantic: release 0.4.1

2004-06-25  Sylvain Rochet
  * fix player list bug
  * gtkatlantic: release 0.4.0

2004-02-15  Xavier Amado
  * Removed Themes from the menu since it's incomplete.

2004-02-15  Xavier Amado
  * Gtk2 Port fully checked in.

2004-02-15  Xavier Amado
  * Checked in the first set of changes for the GTK2 port.

2003-12-25  Sylvain Rochet
  * fix a bug in auction
  * gtkatlantic: release 0.3.2

2003-11-07  Sylvain Rochet
  * interface is now widely better when resized
  * interface for auctions has been improved by buttons with relative value +1 +10 +50 +100
  * client can now ask to ping other client by !ping command
  * gtkatlantic: release 0.3.1

2003-10-30  Sylvain Rochet
  * new metaserver, now templates and open games lists are hosted on metaserver
  * window can now be resizable
  * gtkatlantic: release 0.3.0

2003-08-15  Sylvain Rochet
  * added a /me command
  * gtkatlantic: release 0.2.13

2003-07-26  Sylvain Rochet
  * fix "End Turn" button bug yet :)
  * fix a little bug in the parser
  * gtkatlantic: release 0.2.12

2003-07-25  Sylvain Rochet
  * fix player cards display
  * fix player list
  * fix "End Turn" button bug
  * gtkatlantic: release 0.2.11

2003-07-04  Sylvain Rochet
  * fix some protocol changements
  * gtkatlantic: release 0.2.10

2003-06-18  Sylvain Rochet
  * updated scripts for autoconf 2.57
  * updated scripts for automake 1.4-p4
  * updated code for gcc 3.3 
  * gtkatlantic: release 0.2.9

2003-05-15  Sylvain Rochet
  * fix for all known bugs
  * added popup menu on players list
  * begun graphical theme support
  * improve interface a bit
  * gtkatlantic: release 0.2.8

2003-02-14  Sylvain Rochet
  * estate tree
  * faster network functions
  * fix lot of little bugs
  * still better token position
  * new interface options
  * add help
  * gtkatlantic: release 0.2.7

2003-02-08  Sylvain Rochet
  * animate tokens
  * better token display
  * fix some bugs
  * better interface
  * and more...
  * gtkatlantic: release 0.2.6

2003-02-01  Sylvain Rochet
  * fix bugs in trades
  * remove some mistakes
  * improve lot of things
  * gtkatlantic: release 0.2.5

2003-01-25  Sylvain Rochet
  * fix bug when cookie was invalid
  * fix a huge bug in get games list
  * gtkatlantic: release 0.2.4

2003-01-24  Sylvain Rochet
  * implement trades
  * add How to Play
  * finish implement reconnection after crash
  * gtkatlantic: release 0.2.3

2003-01-20  Sylvain Rochet
  * remove lot of memory leaks (all I think)
  * client use metaserver to check last release
  * gtkatlantic: release 0.2.2

2003-01-18  Sylvain Rochet
  * use another better metaserver
  * fix bug when player have not fonts
  * start cookie support to reconnect after crash
  * gtkatlantic: release 0.2.1

2003-01-09  Sylvain Rochet
  * support new features of monopd 0.7.0
  * better display of player log
  * fix bug when name of estate is too long to be displayed
  * remove all warnings
  * gtkatlantic: release 0.2.0

2003-01-06  Sylvain Rochet
  * added game configuration
  * gtkatlantic: release 0.1.5

2003-01-05  Sylvain Rochet
  * implement jail
  * implement cards (community chest & chance)
  * implement tax (10% or 200)
  * improve interface
  * fix some bugs
  * gtkatlantic: release 0.1.4

2003-01-04  Sylvain Rochet
  * implement mortgages
  * gtkatlantic: release 0.1.3

2003-01-03  Sylvain Rochet
  * implement build/sell houses
  * gtkatlantic: release 0.1.2

2003-01-02  Sylvain Rochet
  * implement auctions
  * gtkatlantic: release 0.1.1

2003-01-01  Sylvain Rochet
  * gtkatlantic: initial version.
  * gtkatlantic: release 0.1.0