George Sedov

Results 7 comments of George Sedov

> Block flags are mostly an implementation details that is used for unit targeting. It's used in the logic already for ```unit locate```, so if it is to be changed,...

I decided to remove the tooltip for "any" altogether. If you don't understand what "any" means tooltip probably won't help.

It can be easily fixed with `__VA_OPT__` ```cpp #define NLOHMANN_DEFINE_TYPE_INTRUSIVE(Type, ...) \ friend void to_json(nlohmann::json& __VA_OPT__(nlohmann_json_j), const Type& __VA_OPT__(nlohmann_json_t)) { __VA_OPT__(NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__))) } \ friend void from_json(const nlohmann::json& __VA_OPT__(nlohmann_json_j), Type&...

You may be actually wrong about being compliant to the spec. As far as I understand section 4.4.1.4, it says that you should put 0xffff only if the value is...

The buttons that do different things depending on when you press them are rarely a good idea. But I'll think of a way to introduce this.

What exactly do you ask? "Rotate orbit" tool allows you to change inclination while keeping the AP and PE the same. You can't keep AP and PE if you change...

Do you just want to rotate the velocity vector without changing its magnitude? It's not that hard to implement, but the GUI is heavily packed. I'll note this feature for...