Revision 158:c8f14a3d46ee Setup/Changelog.txt

b/Setup/Changelog.txt
1
Changelog:
2
[C] = Client, [S] = Server, [-] = Both/Unrelated
3

  
4
Version 0.6
5
===========
6
[C] Added rendering of lightsources
7
[C] Added buttons to the largescale and region dialogs to pick locations from the game window
8
[-] Added support for larger tiledata/animdata/art files
9
[C] Added ability to define custom "nodraw" tiles (see Wiki)
10
[C] Changed static tile render order
11
[C] Changed translucent tiles to be more opaque
12
[C] Changed the format of locations and random presets to be less fragile
13
[C] Fixed a crash related to the Virtual Layer
14
[C] Fixed several smaller bugs
15
[S] Fixed memory leak
16

  
17
Version 0.5
18
===========
19
[C] Completely reworked rendering (should be much faster now)
20
[C] Added one-step UnDo
21
[C] Added support for animated tiles
22
[C] Added optional height information to flat mode
23
[C] Added keyboard movement (NumPad, Arrow Keys, WSAD)
24
[C] Added live-preview for drawing operations
25
[C] Changed config path to be within the home directory
26
[C] Added options to toggle animations and security questions
27
[C] Added (re)storing of options on start/exit
28
[C] Added highlight of target regions to the LargeScaleCommand window
29
[C] Optimized memory handling to adjust for larger requirements
30
[-] Several internal fixes and cleanups
31

  
32
Version 0.4.1
33
=============
34
[C] Added random altitude to the elevate tool
35
[C] Fixed Boundaries not being updated when using the spin edits
36
[C] Fixed RegionControl to not react on mouseclicks when no region is selected
37
[C] Fixed VirtualLayer crashing CentrED when scrolling to the edges of a map
38
[C] Fixed elevation with the mouse wheel being far too high
39

  
40
Version 0.4.0
41
=============
42
[C] Added regional restrictions to accounts
43
[C] Added visualization of these restrictions for users
44
[C] Added better GTK2 compatibility to the Linux version
45
[C] Added random altitude to the draw tool
46
[S] Added more detailed startup messages
47
[S] Changed config file to use XML
48
[S] Bumped config file version to 3
49
[-] Removed some memory leaks
50

  
51
Version 0.3.6
52
=============
53
[C] Added support for translucent tiles
54
[C] Added Jump-To-TileID to the tile list (just enter the number and press enter)
55
[C] Improved Linux support
56
 *  Switched to GTK instead of GTK2 to improve stability
57
 *  Fixed the filter dialog
58
 *  Added correct parent window behavior
59
 *  Added (internal) drag & drop between the tile lists
60
 *  Disabled the tooltip due to inconsistent behavior (will be reenabled later)
61

  
62
Version 0.3.5
63
=============
64
[C] Added ability to hide No-Draw tiles
65
[C] Added flat-view (where everything is drawn with Z = 0)
66
[C] Added tooltip to the tile list (showing the flags and the name of the tiles)
67
[C] Fixed crash when dragging the mouse over an arrow
68
[C] Fixed some crashes in the linux version
69

  
70
Version 0.3.4
71
=============
72
[S] Softened timeout checks to prevent unnecessary kicks
73
[S] Added validation for the map size on startup
74

  
75
Version 0.3.3
76
=============
77
[C] Optimized responsiveness
78
[S] Changed to a more stable zlib implementation
79
[S] Fixed bug in disconnect handling, which could lead to a server crash
80

  
81
Version 0.3.2
82
=============
83
[C] Added statics filter (by Tile ID and Hue)
84
[C] Fixed occasional error when selecting tiles
85

  
86
Version 0.3.1
87
=============
88
[C] Added access level change notification
89
[C] Changed ordering of tiles for the move tool
90
[C] Fixed radar handling on first start
91
[C] Fixed invalid numbering of statics in the tile list
92
[C] Fixed strange scrolling behavior of the tile list
93
[S] Added timeout of 30secs to client connections
94
[S] Fixed possible memory corruption
95

  
96
Version 0.3
97
===========
98
[C] Added large scale commands
99
[C] Added (re)storing ability of Random-Presets
100
[C] Added Location list to store coordinates
101
[C] Added radar map
102
[C] Added virtual layer
103
[C] Added fields to directly enter values to the Boundaries and the Hue settings
104
[C] Added left-click menu to the selection tool (pops up after holding the left mouse button for a second)
105
[C] Added hotkeys (F1 to F8, one for each tool)
106
[C] Added new access levels (None [= locked] and Viewer [= can only see the map and chat])
107
[C] Fixed problems with the Move-tool
108
[C] Fixed some memory leaks and several other bugs
109
[S] Added support for the new client features
110
[S] Changed config file: REFER TO THE INCLUDED UPGRADE NOTES!!!
111
[S] Fixed the netcode handling (that could have lead to crashes in some cases)
112

  
113
Version 0.2
114
===========
115
[C] Added client list
116
[C] Added ability to jump to other clients positions
117
[C] Added chat
118
[C] Added support to add hued tiles
119
[C] Added tool to hue existing tiles
120
[C] Added automatical movement while the movement arrows are pressed
121
[C] Changed tile info shown when hovering (more details)
122
[S] Added timestamps
123
[S] Added storage of clients last position
124
[S] Changed win32 version to no longer require "--init"
1
Changelog:
2
[C] = Client, [S] = Server, [-] = Both/Unrelated
3

  
4
Version 0.6.1
5
=============
6
[C] Added highlighting for (un)walkable tiles
7
[C] Added optional white map-background
8
[C] Fixed static drawing order (again)
9
[C] Fixed flickering that occured in some cases
10
[S] Fixed server not always saving changes
11

  
12

  
13
Version 0.6
14
===========
15
[C] Added rendering of lightsources
16
[C] Added buttons to the largescale and region dialogs to pick locations from the game window
17
[-] Added support for larger tiledata/animdata/art files
18
[C] Added ability to define custom "nodraw" tiles (see Wiki)
19
[C] Changed static tile render order
20
[C] Changed translucent tiles to be more opaque
21
[C] Changed the format of locations and random presets to be less fragile
22
[C] Fixed a crash related to the Virtual Layer
23
[C] Fixed several smaller bugs
24
[S] Fixed memory leak
25

  
26
Version 0.5
27
===========
28
[C] Completely reworked rendering (should be much faster now)
29
[C] Added one-step UnDo
30
[C] Added support for animated tiles
31
[C] Added optional height information to flat mode
32
[C] Added keyboard movement (NumPad, Arrow Keys, WSAD)
33
[C] Added live-preview for drawing operations
34
[C] Changed config path to be within the home directory
35
[C] Added options to toggle animations and security questions
36
[C] Added (re)storing of options on start/exit
37
[C] Added highlight of target regions to the LargeScaleCommand window
38
[C] Optimized memory handling to adjust for larger requirements
39
[-] Several internal fixes and cleanups
40

  
41
Version 0.4.1
42
=============
43
[C] Added random altitude to the elevate tool
44
[C] Fixed Boundaries not being updated when using the spin edits
45
[C] Fixed RegionControl to not react on mouseclicks when no region is selected
46
[C] Fixed VirtualLayer crashing CentrED when scrolling to the edges of a map
47
[C] Fixed elevation with the mouse wheel being far too high
48

  
49
Version 0.4.0
50
=============
51
[C] Added regional restrictions to accounts
52
[C] Added visualization of these restrictions for users
53
[C] Added better GTK2 compatibility to the Linux version
54
[C] Added random altitude to the draw tool
55
[S] Added more detailed startup messages
56
[S] Changed config file to use XML
57
[S] Bumped config file version to 3
58
[-] Removed some memory leaks
59

  
60
Version 0.3.6
61
=============
62
[C] Added support for translucent tiles
63
[C] Added Jump-To-TileID to the tile list (just enter the number and press enter)
64
[C] Improved Linux support
65
 *  Switched to GTK instead of GTK2 to improve stability
66
 *  Fixed the filter dialog
67
 *  Added correct parent window behavior
68
 *  Added (internal) drag & drop between the tile lists
69
 *  Disabled the tooltip due to inconsistent behavior (will be reenabled later)
70

  
71
Version 0.3.5
72
=============
73
[C] Added ability to hide No-Draw tiles
74
[C] Added flat-view (where everything is drawn with Z = 0)
75
[C] Added tooltip to the tile list (showing the flags and the name of the tiles)
76
[C] Fixed crash when dragging the mouse over an arrow
77
[C] Fixed some crashes in the linux version
78

  
79
Version 0.3.4
80
=============
81
[S] Softened timeout checks to prevent unnecessary kicks
82
[S] Added validation for the map size on startup
83

  
84
Version 0.3.3
85
=============
86
[C] Optimized responsiveness
87
[S] Changed to a more stable zlib implementation
88
[S] Fixed bug in disconnect handling, which could lead to a server crash
89

  
90
Version 0.3.2
91
=============
92
[C] Added statics filter (by Tile ID and Hue)
93
[C] Fixed occasional error when selecting tiles
94

  
95
Version 0.3.1
96
=============
97
[C] Added access level change notification
98
[C] Changed ordering of tiles for the move tool
99
[C] Fixed radar handling on first start
100
[C] Fixed invalid numbering of statics in the tile list
101
[C] Fixed strange scrolling behavior of the tile list
102
[S] Added timeout of 30secs to client connections
103
[S] Fixed possible memory corruption
104

  
105
Version 0.3
106
===========
107
[C] Added large scale commands
108
[C] Added (re)storing ability of Random-Presets
109
[C] Added Location list to store coordinates
110
[C] Added radar map
111
[C] Added virtual layer
112
[C] Added fields to directly enter values to the Boundaries and the Hue settings
113
[C] Added left-click menu to the selection tool (pops up after holding the left mouse button for a second)
114
[C] Added hotkeys (F1 to F8, one for each tool)
115
[C] Added new access levels (None [= locked] and Viewer [= can only see the map and chat])
116
[C] Fixed problems with the Move-tool
117
[C] Fixed some memory leaks and several other bugs
118
[S] Added support for the new client features
119
[S] Changed config file: REFER TO THE INCLUDED UPGRADE NOTES!!!
120
[S] Fixed the netcode handling (that could have lead to crashes in some cases)
121

  
122
Version 0.2
123
===========
124
[C] Added client list
125
[C] Added ability to jump to other clients positions
126
[C] Added chat
127
[C] Added support to add hued tiles
128
[C] Added tool to hue existing tiles
129
[C] Added automatical movement while the movement arrows are pressed
130
[C] Changed tile info shown when hovering (more details)
131
[S] Added timestamps
132
[S] Added storage of clients last position
133
[S] Changed win32 version to no longer require "--init"

Also available in: Unified diff