EhWhoAmI

Results 12 comments of EhWhoAmI

How much closer are you to a release?

Adding this, ```java if (Double.isNaN(value) || Double.isInfinite(value)) { return Double.toString(value); } ``` under line 41, would help prevent throwing a `NumberFormatException`, as it skips `BigDecimal.valueOf()`, and just returns its own...

BTW @RyanMaugin , can you send a preview of Oculorum just to have a look at what it is like. No need for source code, just need an example syntax.

Implemented orbit circularization and Hohmann transfers with #237

Removed "Services, like engineering, management, distribution, finance, etc" because it would be too complicated, will have to procrastinate this when we have a more proper government system in place to...

Partially completed with #235, but it's likely that this will be rewritten in favor of a better model of global trade.

Issue was due to the fact that the center of the future position was fixed to the current position's center, which ended up messing up the interpolation.