Tóth András
Tóth András
Here's another savegame from a testing game of atl02 development: [atl02_recruit_in_far_port.wgf.zip](https://github.com/widelands/widelands/files/8777657/atl02_recruit_in_far_port.wgf.zip) Right in the saved state one ship is carrying a scythe to the far port, while the other one...
Actually the whole `debian` directory is way outdated. I'm not sure whether anyone actually uses it, but in the current state it is probably more like a disservice to our...
OTOH maybe it should be possible to kick the worker from a constructionsite too, if it doesn't need too deep changes in the code.
I added a section on this to [Tips & Tricks](https://www.widelands.org/wiki/Tips%20and%20Tricks/#not-enough-builders) in the wiki, so that part is fixed.
Tested with my ancient system (Debian buster / oldstable with SDL 2.0.9). With master I can get it to jump with an external mouse if I move it really fast....
Python scripts probably use 4 spaces to follow [PEP-8](https://peps.python.org/pep-0008/#indentation). I guess (pure) tabs are only dangerous when copying code from a terminal [window] with mouse selection, because then they will...
Sorry, I shoudn't have posted this based on memory. I mean it as there should be a clean cancel function for production sites, that does the above, not just the...
`install-dependencies.sh` matches the github workflow for Debian, MSYS and Mac. The script installs many more deps than the workflow on Mac though. Apart from some usual development tools: icu4c, jpeg,...
asio 1.24.0 is available now… I'll test it and update the PR accordingly.
Since all hotkeys have their function now even during filtering, I think `Space` should have it too. But ultimately this should be decoupled somehow. Some ideas: - disable filtering in...