Iván Sánchez Ortega

Results 151 comments of Iván Sánchez Ortega

It looks like the problem only exists when the node-webkit is run in a sandbox. Running from source works as expected.

An alternative is using `App.dataPath` from node-webkit, instead of the dir glitter is run from.

Apparently the bug is also present on the WiiU web browser.

Research if visibility depends on nebulae around vessel, or not.

~Wait, somehow JS assumes complement-2 signed integers, so this code fails for `#rrggbbaa` values where `rr >= 80`.~ Added 0-255 coercion (`& 0xff`) to the `rr` byte to avoid troubles...

Hah, I had some of the experimental flags set in my chrome, so I didn't notice that. So far this is breaking one of my use cases (one that can...

> Most important detail is on how to go from "sensors say x" to, "ok, this is a destroyer from race Y at position Z" Easy. Targets are identified when...

In my mind, I imagine a Science console in which you can cycle through the sensor bands. Instead of a clean image of the environment, the Sci officer would see...

You're gonna hate me for saying this, but in real life, missiles don't lock onto a "target", they lock onto a sensor fingerprint because of an onboard sensor suite for...

Well, target acquisition is a bit more complex. If you have an infrared camera, you might think "steer towards the brightest pixel in the image", but you can throw pattern...