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

Comparing deliantra/server/Changes (file contents):
Revision 1.793 by root, Sat Aug 13 20:53:42 2011 UTC vs.
Revision 1.800 by root, Wed Jan 4 02:48:57 2012 UTC

21TODO: 2010-07-26 23:16:17.5863 W Can't call method "skip_block" on an undefined value at /opt/deliantra-server/share/deliantra-server/cf.pm line 2136. 21TODO: 2010-07-26 23:16:17.5863 W Can't call method "skip_block" on an undefined value at /opt/deliantra-server/share/deliantra-server/cf.pm line 2136.
22 when trying to load a map that apparently could not been saved during chargen. 22 when trying to load a map that apparently could not been saved during chargen.
23TODO: http://maps.deliantra.net/lostwages/alchemistscave.xhtml - doesn't work, even after the diamonds you do not get the cauldron. 23TODO: http://maps.deliantra.net/lostwages/alchemistscave.xhtml - doesn't work, even after the diamonds you do not get the cauldron.
24TODO: 2010-10-12 00:46:54.9727 E place_special_exit: undefined hole type 4 24TODO: 2010-10-12 00:46:54.9727 E place_special_exit: undefined hole type 4
25TODO: 2010-10-12 00:05:52.3436 E object refering to nonexistant archetype 'ability_fire'. 25TODO: 2010-10-12 00:05:52.3436 E object refering to nonexistant archetype 'ability_fire'.
26TODO: 2011-08-13 23:21:15.7242 E Treasurelist mage_hound did not generate a valid entry in summon_object
26TODO: partially transparent, yellow ground(?): wall/bulletwall/bul_wall_*.x11.32x32.png 27TODO: partially transparent, yellow ground(?): wall/bulletwall/bul_wall_*.x11.32x32.png
27 28
28TODO: potionimp/stat potion descriptrions 29TODO: potionimp/stat potion descriptrions
30TODO: 22:29:37 -server:#cf- Scara chats: schmorp: i'm trying to get a clue about the tarot and the meaning of the
31TODO: sepharoth, it goes like this: philosophical salt equals "Gunas" (Subconsciousness), philosophical
32TODO: sulfur equals "Rajas" (Activity) and philosphical mercury equals "Sattva" (Superconsciousness) or
33TODO: the sepharoth "Kether"
29 - (maps) hopefully fix tobias' tower. 34 - (maps) hopefully fix tobias' tower.
30 - (maps) hopefully fix healing potion vendor in arena entrance. 35 - (maps) hopefully fix healing potion vendor in arena entrance.
31 - (arch) fixed an error in the Gnarg scale mail artifact. 36 - (arch) fixed an error in the Gnarg scale mail artifact.
32 - it was possible to unapply or half-unapply cursed items in many 37 - it was possible to unapply or half-unapply cursed items in many
33 cases, which confused players and also player state. fixed. 38 cases, which confused players and also player state. fixed.
122 - 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.
123 - server now enforces width/height matches between tiled maps. 128 - server now enforces width/height matches between tiled maps.
124 - fix some off-by-one bugs that presumably created empty rectangles 129 - fix some off-by-one bugs that presumably created empty rectangles
125 for unordered map walks - which should not cause any real issues. 130 for unordered map walks - which should not cause any real issues.
126 - 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...
127 - cfutil no longer creates split tiles multiple times due to a 134 - cfutil no longer creates split tiles multiple times due to a
128 off-by-one bug in comparing mtimes. 135 off-by-one bug in comparing mtimes.
129 - 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
130 is used for all build materials currently. 137 is used for all build materials currently.
131 - require imagemagick >= 6.6. 138 - require imagemagick >= 6.6.
132 - fixed possible crash due to broken initialisation order of shstr and 139 - fixed possible crash due to broken initialisation order of shstr and
133 freed_map, thanks go to Jonathan Neuschäfer for spotting this! 140 freed_map, thanks go to Jonathan Neuschäfer for spotting this!
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.
134 147
1353.0 Sat May 29 23:30:57 CEST 2010 1483.0 Sat May 29 23:30:57 CEST 2010
136 - (maps, arch) complete revamping of the transport routes - all cities are 149 - (maps, arch) complete revamping of the transport routes - all cities are
137 now easily reachable, at a price. 150 now easily reachable, at a price.
138 - (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