--- deliantra/server/Changes 2009/10/09 21:21:49 1.416 +++ deliantra/server/Changes 2009/10/12 14:00:57 1.426 @@ -44,14 +44,22 @@ 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. + - fix an exploit where inscription/marking runes could execute arbitrary code. - examining an object now dumps the serialised object form when the user is a wizard (wizlook). + - altars no longer accept unpaid items. - party spells didn't work all that well. + - added complex object matching framework (cf::match), and make altars + and pedestals use it. + - identified skill-tools show what skill they grant. - display the duration of change_ability spells when examining them (missing: protection spells, but they are a hack...). + - improve effectiveness of special foods created by woodsman skill, + adding more variety to the different mushrooms. - fix a minor cfpod formatting bug. - do not talk about the hintmode so much - die-hards are expected to find the hintmode setting on the settings page. + - IPO no longer lies about prices; prices tweaked. - enable the object loader to also dump archetypes. - (maps) fix guild teleporters to Pupland Terminal. - (maps) put the trapdoor above the floor in sisters/necro_ruins1. @@ -65,8 +73,12 @@ up splay operations as well. - use NDI_CLEAR for the body command, and make it use observe. - implement introspection data for C++ classes (%REFLECT). - - (arch) add name_pl fields for building materials. + - (arch) add name_pl fields and documentation for building materials. - (maps) random fountains no longer generate permanent stat increases. + - fix transmutation alchemy. + - speed up many frequently-invoked C->perl callbacks. + - added complex object matching framework, to be used in altars and the like. + - switch to YAML::XS from YAML. 2.80 Tue Sep 15 20:22:31 CEST 2009 - fix the "screen stays black on login" bug and remove debug instrumentation