Jos Yule

Results 16 comments of Jos Yule

One thing i've run into in my experiments is that i would like to have a delegate able to receive the array of touch events, rather then it only being...

ah i didn't realize that i could do that - i thought it had to be a child of a Container or other "on stage" object. You are right, that...

See this gist: https://gist.github.com/wtrebella/6145763 for a working example.

Hello! Thanks for the feedback! 1. I hadn't looked/known about the ROT.Path stuff before. Looking at the Dijkstra implementation, i can see how i can improve my code, but not...

Ok, I went back and threw out my implementation and tried to use the existing ROT.Path.Dijkstra stuff. I copy/pasted most of the underlying ROT.Path, and the ROT.Path.Dijkstra code as the...

1) The cost is if you are making a "combined" map with multiple targets, but you want some of the targets to be "more desirable" then others. In this way...

I'm not sure about limiting the target cost to greater then or equal to 0 because I don't know why you would limit it that like? If it works as...

I guess for each set of light strengths i can run/use a new instance of the `ROT.Lighting()` with that range, and then using the example in the lighting section, combine...

@CelticMinstrel What kind of info are you looking for? Specifically?

Just as a FYI, the ROGUE map code i wrote tries to follow the original ROGUE's room generation - a 3 x 3 "grid" , where each grid cell could...