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

Comparing deliantra/server/Changes (file contents):
Revision 1.130 by root, Sun May 4 15:34:10 2008 UTC vs.
Revision 1.194 by root, Sun Jul 20 17:00:12 2008 UTC

1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 1Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2
3TODO: emergency swap mode is not working
4TODO: xs-warn doesn't end up in server log.
5TODO: maybe move gsay to the main chat channel?
6TODO: 2008-07-13 00:41:27.8762 BUG: process_events(): removed object is on active list: {cnt:8720978,uuid:<1.37c8d364d>,name:"bomb",flags:[2,11],type:102}
7
82.6 Sun Jul 20 18:58:08 CEST 2008
9 - (maps) extension of the jeweler quest/skill/town
10 - correctly move gsay to the party channel.
11 - fix a crash when animate weapon was used in some areas.
12 - fixed unnecessary identification of by converters created objects.
13 - (maps) tutorial now contains clues about chatting and talking
14 with NPCs.
15 - (arch) dragon scales got proper type now
16 - object::decrease would sometimes cause container weights to
17 be wrong, this has been fixed.
18 - do not send time updates for newly-seen items.
19 - thawing an icecube will once more drop its contents to the ground.
20 - fix cone spells etc. going through walls sometimes.
21 - fix a weight update bug that sometimes left containers
22 with wrong weights.
23 - added auto_apply event and extension for shop tiles.
24 - work around get_map_flags invoking perl and switching the stack.
25 - make sure the map is loaded when using a town portal return.
26 - fixed a bug with caching of sp/grace/food points for spells
27 where healing spells didn't cost any grace.
28 - fix starvation kill reason.
29 - fix pk killer name message.
30 - don't let people apply signs with @match.
31 - add support for berkeley db 4.7 (the new BDB module also fixes
32 what seems to be the biggets memleak in the server).
33
342.56 Wed Jun 4 10:50:40 CEST 2008
35 - require Coro 4.73 which contains an important performance-bugfix.
36 - use anyevent to manage listen ports (this enables IPv6 support).
37 - server supports ipv6 client connections now.
38 - use newly-available Coro::AnyEvent.
39 - get rid of the AnyEvent::AIO watcher, start the event thread earlier
40 to let it handle AIO requests.
41
422.55 Sat May 24 19:52:52 CEST 2008
43 - avoid newmap commands when crossing tiled map boundaries. this speeds up
44 processing considerably (especially in the client) and reduces data transfers
45 (saves roughly 1kb each crossing in typical configs). works even with gcfclient.
46 - (arch) fix typo in ixalovh treasurelist causing empty_archetypes to appear.
47 - (map) fixed npc dialogue in pup_land/s_f/special.
48 - bugfix: fix a crash when a player casts a swarm spell and then logs out
49 (swarm spells now stay in the player's inventory).
50 - bugfix: when unapplying skills also remove them from the range/combat slots.
51 - bugfix: do not merge items whose archetype name merges, use the
52 archetype *archname* (chairs of different facings were merged).
53 - bugfix: fix a potential crash issue in find_object_name (not used
54 normally).
55 - bugfix: locked doors cnanot be bashed down by magical means
56 (destruction, magic missile etc.).
57 - swarm spells without a direction now use various spiral patterns
58 instead of being fully random.
59 - update AnyEvent API to 3.4 and above.
60
612.54 Thu May 8 22:01:22 CEST 2008
62 - change floorbox item ordering to enable more efficient protocol and to
63 stay in sync with the 0.9971 client update which also reverses ordering.
64 - bugfix: the jumping skill now gives experience for jumping
65 and for attacking monsters. it also takes about one second to do a jump.
66 - bugfix: players couldn't starve in 2.53 :(
67 - bugfix: correctly send the client a del_spell when a spell gets removed.
68 - bugfix: spell effects like word of recall are removed on death.
69 - bugfix: fix a crash when objects with treasure on top (ground...)
70 were created outside a map.
71 - bugfix: couldn't apply inventory items when levitating, but ground items
72 (fixed by reversing the logic).
73 - bugfix: fixed a mismatched '"' in the debugging description of objects
74 - bugfix: the random map generator no longer leaks key objects.
75 - bugfix: support random maps >127x127.
76 - (maps) fixed the death certificate system in nimbus.
77 - (maps) rebalance onefang, build a road to onefang, temporarily closed zorn.
78 - (arch) the material 'wood' was undefined, it's now a burnable material.
79 - (arch) give ball lightning a real name.
80 - (arch) fixed material of bones (was 'wood', is now 'bone')
81 - support cfpod in ex replies (client item tooltips).
82 - unapply item in range slow when readying a spell.
83 - bugfix: account for rounding errors in weight updates.
84 - remove synchronous mkdir in chargen_race_done.
85 - fix per-race starting maps.
86 - check hiscore on suicide and quit as well.
87 - tell players when they are starving.
88 - get rid of costly object_from_name conversion for altar effects.
89 - fix map difficulty calculation for generators.
90 - slightly more intelligent handling of "is_animated" flag.
91 - support no_drop map header flag (before it was only available internally).
92 - make random-map-generated keys crumble after one hour, use more unique slaying.
2 93
32.53 Sun May 4 17:32:48 CEST 2008 942.53 Sun May 4 17:32:48 CEST 2008
4 - bugfix: custom skill settings were not saved by the server. 95 - bugfix: custom skill settings were not saved by the server.
5 - bugfix: remove did not actually remove items from the inventory, leaving 96 - bugfix: remove did not actually remove items from the inventory, leaving
6 ghost items. 97 ghost items.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines