we negotiated with the mindustry tool programmer, and he agreed to let us merge into one until v8 is actually released, and before leading to the above agreement we used to have a separate group for our server, why did you delete it, hope you agree to approve for us
* quell changes version 1 (draft)
* Quell Homing Workaround and Stat Display Working
* Quell, 16 close range instead of 19
* final color adjustment
* quell description attempt 1
* quell desc attempt 2
* e
* oop
* Added Homing to Quell Plasma Shielding
---------
Co-authored-by: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
- If a sector had both a launch and landing pad of the same resource, when clicking "Redirect Launch Pads" to make other sectors' launch pads to send theirs to that sector, the prompt would remain enabled due to the disable check not considering self sending that same resource, making it seem it did nothing.
Implementation details:
- Refactored some variable names and code blocks for easier reading.
- Created ``canRedirectExports`` method which determines if the provided sector's launch pads can be redirected to the player's current sector. This method is used in both the button's disabled attribute and during execution of redirecting sectors.
Testing details:
- Utilized Windows instructions for compilation and running the application;
- Used save file from Steam's "v8-beta" branch;
- Selected a sector which contained both a launch and landing pad of the same resource. Before the changes, the button would remain enabled after pressing it. After the changes, the button now remains disabled (as all other sectors were already exporting to that sector).
* Log kicks related to DOS bans
* unBlacklistDos method
Added a method to remove an IP that was blacklisted for being a potential DOS attack.
* Added a command to add/remove/list DOS bans
* Switched from spaces to a tab in the subnet-ban command
Switched from spaces to a tab in the subnet-ban command's listing function. This is better for accessibility and customizability.
* Use info(String, Object...) instead of String.format
* Fixed formatting to fit style guidelines
Allow holding down the cargo pickup & cargo drop keys to repeatedly pick up or drop off payloads. This takes effect after a short delay so that tapping to pick up or drop off individual payloads is still reliable.