Good evening everybody,
So I just got banned from isxeve irc for some very childish repsonses from my side on Ama's refusal to reply to my pm's in irc. I want to make my appologies for the words I chose to express my dissatisfaction about the way my question was handeled.
The reason I wanted to chat in pm, was because I wanted to supply Ama with some code fragments of possible additions that might be a nice addition to isxeve. Some of these additions are even in the feature requests. I figured it wasn't material of huge interest for the entire isxeve channel. Therefor I asked Ama a few times (spread over about 2-3 weeks) very polightly if he had time to talk to me. I never received any resonse, expect the one some you have seen in isxeve irc.
As I said before, I felt Ama's way of handling a small and simple pm like that was wrong, and I was a bit surprised by it. unfortunately I got a little caried away there. Again my apologies for my childish response.
Now for the additions I made in a separate extention which might be nice for isxeve (its all in C and linked to some python lib). I'm not super farmiliar with this stuff, so please don't look at the details too much, but the idea should be clear to the devs.
First the code to check if someone can legally be killed...for instance if they steal your ore or loot:
Then there is some stuff I got just in python...first opening the corp hanger of some ship (i.e. Orca), where the number is the entity id of the pilot:
Finally code to move in a specific direction (x, y, z)...which is nice for decent positioning (its a normalized vector for the direction):
As you can see some of this stuff still contains some debug info, static fields or just plain errors I never noticed, but the code worked for me, so I guess/hope it can be implemented properly in isxeve.
-----
EDIT by Amadeus: code removed (see below)
Big thanks go out to BobbySing, GliderPro and Da_Teach for the help on the above stuff.
Regards,
Stijn
So I just got banned from isxeve irc for some very childish repsonses from my side on Ama's refusal to reply to my pm's in irc. I want to make my appologies for the words I chose to express my dissatisfaction about the way my question was handeled.
The reason I wanted to chat in pm, was because I wanted to supply Ama with some code fragments of possible additions that might be a nice addition to isxeve. Some of these additions are even in the feature requests. I figured it wasn't material of huge interest for the entire isxeve channel. Therefor I asked Ama a few times (spread over about 2-3 weeks) very polightly if he had time to talk to me. I never received any resonse, expect the one some you have seen in isxeve irc.
As I said before, I felt Ama's way of handling a small and simple pm like that was wrong, and I was a bit surprised by it. unfortunately I got a little caried away there. Again my apologies for my childish response.
Now for the additions I made in a separate extention which might be nice for isxeve (its all in C and linked to some python lib). I'm not super farmiliar with this stuff, so please don't look at the details too much, but the idea should be clear to the devs.
First the code to check if someone can legally be killed...for instance if they steal your ore or loot:
Code:
*SNIP*
Code:
*SNIP*
Code:
*SNIP*
-----
EDIT by Amadeus: code removed (see below)
Big thanks go out to BobbySing, GliderPro and Da_Teach for the help on the above stuff.
Regards,
Stijn