s25client icon indicating copy to clipboard operation
s25client copied to clipboard

Return To The Roots (Settlers II(R) Clone)

Results 191 s25client issues
Sort by recently updated
recently updated
newest added

It's currently not possible to localize the shown campaign names in the "Choose mission" screen and below the map preview. It should be possible to localize those names.

lua

This is my first pull request. Please have mercy :D GamePlayer::SuggestPact will not allow a request when pact.accepted = true If you have a pact with a duration that has...

Since we want to include the original roman campaign, we need to patch some map files. This could be done by altering the map file itself via lua when loading...

The replay crashes if you jump to the end - just like the game actually did. [2023-10-07_12-17-51.zip](https://github.com/Return-To-The-Roots/s25client/files/12909126/2023-10-07_12-17-51.zip)

![grafik](https://github.com/Return-To-The-Roots/s25client/assets/1276342/f4b255a3-fa58-45f9-a9ae-b6a21099fa87) ![grafik](https://github.com/Return-To-The-Roots/s25client/assets/1276342/90c2dde3-316f-4060-abf7-bb38f1ca013a) ![grafik](https://github.com/Return-To-The-Roots/s25client/assets/1276342/4d16933a-410a-4c5d-a01a-f66af80f3422)

If you have a look at the following 3 screenshots, you will notice, that in the 1st and 3rd one the activity window is placed correctly next to the click....

I've encountered that problem several times, currently it's not possible to host using IPv6, using IPv4 is working just fine. ```

I've reduced #1602 to just the change from `bool fullscreen` to `enum class DisplayMode` (or whatever we decide to call it in the end). ~~This depends on https://github.com/Return-To-The-Roots/libutil/pull/28 and I've...

Using the "Follow object" function is quite cumbersome, as one has to place the object near the center of the *Observation Window* first, which can be difficult at higher game...

Implement additional display modes in SDL2 and WinAPI backends: * Windowed fullscreen * Windowed (non-resizable) Fixes #1512 Closes #1615 To-do: - [ ] Rebase after #1612. - [ ] Rework...