--- deliantra/server/Changes 2009/10/01 20:46:39 1.406 +++ deliantra/server/Changes 2009/10/04 19:49:12 1.411 @@ -38,8 +38,14 @@ - display spell description for spellbooks, rods, wands, potion and scrolls, but not horns (to make them more useful for content-creators). + - fix a number of bugs in check_move_on: 1) it didn't update the flags + 2) it skipped spell effects and 3) it didn't handle the case where + and object was destroyed while iterating over it correctly. all this + allowed players to sometimes walk onto spaces they should not be able to + walk on. - examining an object now dumps the serialised object form when the user is a wizard (wizlook). + - party spells didn't work all that well. - display the duration of change_ability spells when examining them (missing: protection spells, but they are a hack...). - fix a minor cfpod formatting bug. @@ -52,6 +58,9 @@ - fix a bug where recasting an ability changing spell could shorten its remaining duration. - fix RUNATT attack mode, which was broken before (used e.g. by mice). + - fix a broken bow-related speed optimisation by using splay - speed + up splay operations as well. + - use NDI_CLEAR for the body command, and make it use observe. 2.80 Tue Sep 15 20:22:31 CEST 2009 - fix the "screen stays black on login" bug and remove debug instrumentation