NinjaSpectre

Results 9 comments of NinjaSpectre

So basically a dedicated radar screen station. But wouldn't [something like this](https://www.youtube.com/watch?v=B9K4N328OI8) happen then?

Perhaps just create a self-extracting archive (SFX) with 7-zip. The 32-bit Windows installer 7-zip provides is just a SFX itself so it should be extractable on Linux. Then use the...

The archive will extract to whatever path the user enters. The simple method I gave above only does that though... there are no "extras" (uninstaller, registry keys, start menu entries,...

Most likely another boolean, `hasFiredRecently` or similar, would need to be set and then reset after "x" update cycles. I don't have enough knowledge as to what an acceptable value...

I made pull request #638 to address the missing updates in the Code::Blocks project file. Hopefully that will resolve at least some of the problems @PlanetariumWSD has encountered.

If you revert the changes made in 65931211955396a8f939bf2f094b4502cc7e04a3, I believe SFML 2.3 would be able to work for you. However I wonder if your problems are related to e0b7114fc967402f3848ba9d98015b65122006a1 instead.

True about Code::Blocks support, but since #638 was merged you should be able to build current master (62a0faceb705a6b9f64ca2010e5f4a8ee555fe0d) with that project file as a short term solution. (Making path adjustments...

This is to have a software trigger so that a [Digital Multiplex (DMX) controller](https://github.com/daid/EmptyEpsilon/wiki/DMX-Configuration) can be used to display when a weapon tube has been fired. Currently there is only...

After some time trying various things I ended up replacing https://github.com/daid/EmptyEpsilon/blob/d3b6e69e8e8d04f920440d11f70320dfbe3d11b3/src/screenComponents/selfDestructEntry.cpp#L74 with the following: `code_label->setSize(594, 20 + 40 * lines);` `if (lines > 1)` `{` `code_label->setAlignment(ATopCenter);` `codes = "\n" +...