Pshy
Pshy
When zoom scrolls textures, it does not look like a "zoom", but rather like moving the camera forward. Perhaps there could be another property for that if this is needed.
This feature could be added without undo/redo concerns by using a confirm dialogue.
Related to #8876. Even if you fix the current issue by preventing ships from spawning as jumping from a system they cant spawn in, ships could still jump away to...
> This could now be addressed by #6489. If by that you mean using the `restricted` property, no it cannot, because #6489 is about explicitly prohibiting all a government's fleets...
If a fleet is able to jump into a system, then they should also be able to spawn in it, from the locations they can jump from. Instead of using...
This would happen if a plugin updating from `commit`s does not have the `branch` name configured:  
According to [ES's RFC 0001](https://github.com/endless-sky/rfcs/blob/main/rfcs/0001-plugin-index.md): - `branch`: Allows for special branches to be used when type is `commit`. If omitted, the default branch will be used instead. This would mean...
You can get the default branch using github's api like this: https://api.github.com/repos/Pshy0/es-ruin-the-fun There is a "default_branch" field.
This script gets the repository branch pointing to the same commit than HEAD: ``` #!/bin/env sh HEAD_COMMIT=$(git ls-remote $1 HEAD | head -n 1 | sed -e 's|\t.*/\?HEAD$||') HEAD_BRANCH=$(git ls-remote...
Happening in v4.3.beta2.official [b75f0485b]