ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.796 by root, Sat Oct 15 00:58:13 2011 UTC vs.
Revision 1.800 by root, Wed Jan 4 02:48:57 2012 UTC

127 - remove legacy fly_on/off, flying, walk_on/off and no_pass attributes. 127 - remove legacy fly_on/off, flying, walk_on/off and no_pass attributes.
128 - server now enforces width/height matches between tiled maps. 128 - server now enforces width/height matches between tiled maps.
129 - fix some off-by-one bugs that presumably created empty rectangles 129 - fix some off-by-one bugs that presumably created empty rectangles
130 for unordered map walks - which should not cause any real issues. 130 for unordered map walks - which should not cause any real issues.
131 - increase face hashlen to 5 octets from 4, to avoid a collision. 131 - increase face hashlen to 5 octets from 4, to avoid a collision.
132 - fix output-rate limiting - min/max now use the first argument for the type,
133 as all other similar macros - might cause other breakage...
132 - cfutil no longer creates split tiles multiple times due to a 134 - cfutil no longer creates split tiles multiple times due to a
133 off-by-one bug in comparing mtimes. 135 off-by-one bug in comparing mtimes.
134 - cfutil now supports type: prefix to derive faces from other faces, which 136 - cfutil now supports type: prefix to derive faces from other faces, which
135 is used for all build materials currently. 137 is used for all build materials currently.
136 - require imagemagick >= 6.6. 138 - require imagemagick >= 6.6.
137 - fixed possible crash due to broken initialisation order of shstr and 139 - fixed possible crash due to broken initialisation order of shstr and
138 freed_map, thanks go to Jonathan Neuschäfer for spotting this! 140 freed_map, thanks go to Jonathan Neuschäfer for spotting this!
139 - fix the brace command. 141 - fix the brace command.
142 - implement refcnt_buf.
143 - avoid std::string to store facedata, use refcnt_buf instead, for a 20kb
144 codesize decrease. wow.
145 - removed version 1 ext/exti command support.
146 - store meta information in faceinfo->meta unless prepended or empty.
140 147
1413.0 Sat May 29 23:30:57 CEST 2010 1483.0 Sat May 29 23:30:57 CEST 2010
142 - (maps, arch) complete revamping of the transport routes - all cities are 149 - (maps, arch) complete revamping of the transport routes - all cities are
143 now easily reachable, at a price. 150 now easily reachable, at a price.
144 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 151 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines