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

Comparing deliantra/server/Changes (file contents):
Revision 1.153 by root, Thu May 8 11:39:23 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 2
3TODO: dragons should not be able to change their title via the settings tab in playerbook
4TODO: emergency swap mode is not working 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}
5 7
6syncpoints: rules, news, motd, crossfiremail 82.6 Sun Jul 20 18:58:08 CEST 2008
7""/opt/perl/lib/perl5/unicore/Canonical.pl", "/opt/perl/lib/perl5/unicore/To/Lower.pl" etc... 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).
8 33
9TODO: you have to unapply the jumping first before you cna raedy spell... 342.56 Wed Jun 4 10:50:40 CEST 2008
102.54 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
11 - change floorbox item ordering to enable more efficient protocol and to 62 - change floorbox item ordering to enable more efficient protocol and to
12 stay in sync with the 0.9971 client update which also reverses ordering. 63 stay in sync with the 0.9971 client update which also reverses ordering.
13 - bugfix: the jumping skill now gives experience for jumping 64 - bugfix: the jumping skill now gives experience for jumping
14 and for attacking monsters. it also takes about one second to do a jump. 65 and for attacking monsters. it also takes about one second to do a jump.
15 - bugfix: players couldn't starve in 2.53 :( 66 - bugfix: players couldn't starve in 2.53 :(
19 were created outside a map. 70 were created outside a map.
20 - bugfix: couldn't apply inventory items when levitating, but ground items 71 - bugfix: couldn't apply inventory items when levitating, but ground items
21 (fixed by reversing the logic). 72 (fixed by reversing the logic).
22 - bugfix: fixed a mismatched '"' in the debugging description of objects 73 - bugfix: fixed a mismatched '"' in the debugging description of objects
23 - bugfix: the random map generator no longer leaks key objects. 74 - bugfix: the random map generator no longer leaks key objects.
75 - bugfix: support random maps >127x127.
24 - (maps) fixed the death certificate system in nimbus. 76 - (maps) fixed the death certificate system in nimbus.
25 - (maps( rebalance onefang, build a road to onefang, temporarily closed zorn. 77 - (maps) rebalance onefang, build a road to onefang, temporarily closed zorn.
26 - (arch) the material 'wood' was undefined, it's now a burnable material. 78 - (arch) the material 'wood' was undefined, it's now a burnable material.
27 - (arch) give ball lightning a real name. 79 - (arch) give ball lightning a real name.
28 - (arch) fixed material of bones (was 'wood', is now 'bone') 80 - (arch) fixed material of bones (was 'wood', is now 'bone')
81 - support cfpod in ex replies (client item tooltips).
29 - unapply item in range slow when readying a spell. 82 - unapply item in range slow when readying a spell.
30 - bugfix: account for rounding errors in weight updates. 83 - bugfix: account for rounding errors in weight updates.
31 - remove synchronous mkdir in chargen_race_done. 84 - remove synchronous mkdir in chargen_race_done.
32 - fix per-race starting maps. 85 - fix per-race starting maps.
33 - check hiscore on suicide and quit as well. 86 - check hiscore on suicide and quit as well.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines