Goober5000
Goober5000
PR #6371 adds the procedural translation, so the localization part of this PR is obsolete. That leaves just the number bump.
There are existing checks that prevent a ship from taking damage during the last stages of warpout. It should be possible to prevent the ship from being jostled during the...
Addendum: I've been told the error popup associated with ConnectionSpeed can be removed, as long as the rest of the UI/setting code is left
Fixed by #6412
I did a bit of searching and found other coders looking for the same thing: https://forum.qt.io/topic/55613/solved-why-is-every-dialog-title-appended-with-application-name/8 https://stackoverflow.com/questions/43563746/show-qapplicationapplicationdisplayname-only-on-main-window It seems like such a simple thing that can be controlled by a...
Ok @TheForce172 , you said #6493 implements half of this. Do you have a plan for the other half?
Sounds about right. The return type could use an enum class with values corresponding to the `SEXP_` boolean values, and then these could be converted in the `LuaSEXP::getSexpReturnValue` function.
I recently added a caching mechanism to alleviate this problem: https://github.com/FSO-Scripters/fso-scripts/pull/59 But this is not to take away from your comment, which is an excellent use case for this FR.
Turns out that this can be done in a way that's fully compatible with the current API. PR shortly.
Implemented in #6063