--- deliantra/server/Changes 2009/03/18 11:09:13 1.352 +++ deliantra/server/Changes 2009/04/27 01:38:48 1.362 @@ -35,6 +35,20 @@ 2009-03-14 06:45:26.9431+owner: {cnt:75967614,uuid:<1.54ad3baf9>,name:"goblin",flags:[0,7,8,11,14,54,55,56,57,58,60,89],type:0}(on /pup_land/raffle/raffle1_u1@5+16) +TODO: destroying earth walls will not update player los +TODO: autopickup in shop + - move shop item listing and some otherstuff into the info tab. + - avoid crashes when non-players cast party spells. + - fix a crash in get_spell_by_name (for learn_spell). + - added pyromancer class with graphics (by Job Vranish). + - small improvement of the number of potions in shops + (by Job Vranish). + - added a few party spells (by Job Vranish). + - use a common message dynbuf. + +2.78 Sun Apr 5 20:04:29 CEST 2009 + - fixed bug in alchemy, where finding the right object for enhancements + didn't work. - aggressively merge spell effects and do not allow more than 5 spell effects (w.r.t. put_more) per mapspace, to give the server a chance to survive a hundred deathsheads. @@ -44,15 +58,18 @@ - use gender-neutral place descriptions for invite. - (arch) new faces for alchemist class, wizard class and quetzalcoatl race. Thanks go to Lisa Larsen! - - remove support for colour reducing 32x32 images (no cfclient support anymore). + - remove support for colour reducing 32x32 images (no cfclient support + anymore). + - actually mention the literacy level when it is too low to learn the spell. - use better dependency tracking for include/keyword.h. - - add accept-invitation and suicide to the list of asynchronous commands, so - it is possible to invite somebody out of some stck-till-death traps, + - add accept-invitation and suicide to the list of asynchronous commands, + so it is possible to invite somebody out of some stck-till-death traps, or simply to commit suicide. - replace the "ignoring delayed commands" message by something more useful (cf. cunning gnome freezeing issue). - various fixes for weapon improvements. - fixed small bug with handling connect errors in the IRC gateway. + - support T and G sequences in cfpod. 2.77 Sun Feb 1 16:30:48 CET 2009 - convert me command from per-map to chat, which makes more sense, also