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

Comparing deliantra/server/Changes (file contents):
Revision 1.837 by root, Wed Dec 12 02:13:04 2012 UTC vs.
Revision 1.840 by root, Fri Jan 11 15:08:03 2013 UTC

72 - rework the random map parameter passign a bit to be extendable. 72 - rework the random map parameter passign a bit to be extendable.
73 - (random maps) use a nonrecursive algorithm to generate mazes, 73 - (random maps) use a nonrecursive algorithm to generate mazes,
74 also, improve the quality of the mazes (no longer will the edges 74 also, improve the quality of the mazes (no longer will the edges
75 almost always form a passage) and add two new types - "rooms" 75 almost always form a passage) and add two new types - "rooms"
76 and "braided". 76 and "braided".
77 - implement --unique option to reset command.
77 - (random maps) add new "cave" layout, which is much more ... 78 - (random maps) add new "cave" layout, which is much more ...
78 cave-like. 79 cave-like.
79 - (random maps) new layout style "castle" that generates straighish, 80 - (random maps) new layout style "castle" that generates straighish,
80 rogue-ish maps. 81 rogue-ish maps.
81 - (random maps) new layout style "multiple" that simply mixes multiple 82 - (random maps) new layout style "multiple" that simply mixes multiple
113 no known impact. 114 no known impact.
114 - clean up unused settings, introduce DELIANTRA_DATADIR. 115 - clean up unused settings, introduce DELIANTRA_DATADIR.
115 - (arch) added potion of fortitude to resist fear for the jeweler skill. 116 - (arch) added potion of fortitude to resist fear for the jeweler skill.
116 - (arch, maps) move worldmap gridmap data to arch/res/ and implement 117 - (arch, maps) move worldmap gridmap data to arch/res/ and implement
117 a generic table/matrix/palette converter to cfutil. 118 a generic table/matrix/palette converter to cfutil.
119 - avoid crash in describe_item when a power crystal has maxsp=0 (as used,
120 apparently, in the brewery map).
118 - do not endlessly loop when an optional extension cannot be loaded. 121 - do not endlessly loop when an optional extension cannot be loaded.
119 - remove limits of 000..999 from worldmap coordinates, support negative 122 - remove limits of 000..999 from worldmap coordinates, support negative
120 coordinates and introduce z-layers - deliantra is now 3d, in yet another 123 coordinates and introduce z-layers - deliantra is now 3d, in yet another
121 sense. 124 sense.
122 - move "the worldmap" to ext/map-world-classic.ext and make ext/map-world.ext 125 - move "the worldmap" to ext/map-world-classic.ext and make ext/map-world.ext
207 - change dm hiding - hidden status is no longer respected by spells etc., 210 - change dm hiding - hidden status is no longer respected by spells etc.,
208 it only affects information commands. use observe instead. 211 it only affects information commands. use observe instead.
209 - automatically send fx for all changed faces, not just for visible tiles. 212 - automatically send fx for all changed faces, not just for visible tiles.
210 - fix g++-4.7/c++ incompatibilities in noise.h, and work around similar 213 - fix g++-4.7/c++ incompatibilities in noise.h, and work around similar
211 problems in blitz++. 214 problems in blitz++.
215 - catch sigfpe in the same way as sigsegv.
212 216
2133.0 Sat May 29 23:30:57 CEST 2010 2173.0 Sat May 29 23:30:57 CEST 2010
214 - (maps, arch) complete revamping of the transport routes - all cities are 218 - (maps, arch) complete revamping of the transport routes - all cities are
215 now easily reachable, at a price. 219 now easily reachable, at a price.
216 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 220 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines