Statistics
| Branch: | Tag: | Revision:

root / Setup / Changelog.txt @ 158:c8f14a3d46ee

History | View | Annotate | Download (4.9 kB)

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"