Arrows

So here’s something that I’ve wanted to do ever since that early alpha of MMORPG Tycoon v1.1;  get a proper concave end onto the mouse cursor.

Since v1.1, the mouse cursor has been implemented using an algorithm more commonly used for simulating rubberised fabrics.  In effect, each point in the model acts like a spring against every other point in the model, so it springs around following the actual location of the (hidden) operating system’s mouse pointer.  The problem is that this “springs” approach really only works with approximately convex shapes;  concave shapes tend to flip over as they’re dragged, so that things you intended to be concave end up being convex.

But I’ve now mostly figured out a way to get that concave shape that I want, without changing the basic cursor behaviour.  Now I just need to fix the rendering of the background to match (you can see that it’s subtly wrong, if you look closely at this screenshot).

In other news, I’ve also added maximum ranges onto combat abilities (and made the GUI update to show abilities as disabled, if you’re out of range), and have fixed the problem of being able to attack and kill monsters which are already dead.