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

Comparing deliantra/server/Changes (file contents):
Revision 1.795 by root, Sat Aug 13 23:22:46 2011 UTC vs.
Revision 1.802 by root, Fri Feb 3 03:01:44 2012 UTC

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: 2011-08-13 23:21:15.7242 E Treasurelist mage_hound did not generate a valid entry in summon_object
27TODO: partially transparent, yellow ground(?): wall/bulletwall/bul_wall_*.x11.32x32.png 27TODO: partially transparent, yellow ground(?): wall/bulletwall/bul_wall_*.x11.32x32.png
28 28
29TODO: 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"
30 - (maps) hopefully fix tobias' tower. 34 - (maps) hopefully fix tobias' tower.
31 - (maps) hopefully fix healing potion vendor in arena entrance. 35 - (maps) hopefully fix healing potion vendor in arena entrance.
32 - (arch) fixed an error in the Gnarg scale mail artifact. 36 - (arch) fixed an error in the Gnarg scale mail artifact.
33 - 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
34 cases, which confused players and also player state. fixed. 38 cases, which confused players and also player state. fixed.
123 - 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.
124 - server now enforces width/height matches between tiled maps. 128 - server now enforces width/height matches between tiled maps.
125 - fix some off-by-one bugs that presumably created empty rectangles 129 - fix some off-by-one bugs that presumably created empty rectangles
126 for unordered map walks - which should not cause any real issues. 130 for unordered map walks - which should not cause any real issues.
127 - 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...
128 - cfutil no longer creates split tiles multiple times due to a 134 - cfutil no longer creates split tiles multiple times due to a
129 off-by-one bug in comparing mtimes. 135 off-by-one bug in comparing mtimes.
130 - 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
131 is used for all build materials currently. 137 is used for all build materials currently.
132 - require imagemagick >= 6.6. 138 - require imagemagick >= 6.6.
133 - fixed possible crash due to broken initialisation order of shstr and 139 - fixed possible crash due to broken initialisation order of shstr and
134 freed_map, thanks go to Jonathan Neuschäfer for spotting this! 140 freed_map, thanks go to Jonathan Neuschäfer for spotting this!
135 - 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.
147 - new extension, ota_update, for online updates of the game client.
148 - implement a simpler config value system for extensions that allows
149 config updates without a reload.
136 150
1373.0 Sat May 29 23:30:57 CEST 2010 1513.0 Sat May 29 23:30:57 CEST 2010
138 - (maps, arch) complete revamping of the transport routes - all cities are 152 - (maps, arch) complete revamping of the transport routes - all cities are
139 now easily reachable, at a price. 153 now easily reachable, at a price.
140 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 154 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines