--- deliantra/server/Changes 2010/04/05 02:05:32 1.603 +++ deliantra/server/Changes 2010/04/05 03:22:24 1.604 @@ -42,6 +42,8 @@ TODO: thrown objects hit natively (with their own skill). TODO: golem survives "longer" now. TODO: spells etc. act as skill-tools +TODO: slow down some skills (e.g. stealing) +TODO: stealing, mining, others has no "there is nothing" message. - (maps) the mana fountain now has a ratelimit of 30 potions per hour. - (maps) added (navar) gravedigger, that buys players gravestones. - made (wizard) look_at show also uuids. @@ -102,6 +104,12 @@ - the singing skill actually respects the direction now. - oratory and singing now require a direction. - use_skill now requires that you can actually apply the skill tool. + - do not invoke perl on every user command anymore by providing + a comamnd and an unknown_command event. + - move mark, run, run_stop, fire and fire_stop commands back from + perl to C++, for speed reasons (basically undo patchset 1304). + - add a client_destroy event, so we don't have to hook the + attachable destroy event (which is called much more often). 2.93 Sat Feb 13 15:52:36 CET 2010 - (maps) fix travel to valdor and back.