s25client
s25client copied to clipboard
Return To The Roots (Settlers II(R) Clone)
fixes #798 fixes #1181 I still have unit tests and other stuff to fix, but I think it's ready for reviews. There's small problem with column names on 800x600 resolution,...
The bug is described in #1621, and is about the game using only the bottom-left corner of the window to draw, and the mouse cursor bounding box not being correct...
under a fully updated macOS 13.5 This happens on both latest stable 0.9.5 and latest nightly s25rttr_20230814-e37a322209cffb00fda4afd50c87b8f7e8261083-darwin.x86_64.tar.bz2 Version 0.8.1 doesn't have this issue and launches correctly. Happy to test updates...
RTTR Nightly 20230302 (rev 60d3d94) on Lubuntu x64. **Setup:** - Generals are restricted in HQ, in every storehouse and in every harbor. - In military preferences soldiers with high rank...
Optimally, there would be LODs for different zoom levels. I wonder whether as a first step, perhaps an Upscaling model (upscayl?) can be shipped, that creates different LODs on the...
I am using Pipewire for providing Pulseaudio but somehow s25client never shows up as a sound client.
I'm struggling to get the audio driver to work when compiling settlers myself. The v0.9.5 binaries work with sound. Output: ``` Return To The Roots v20231226-2c9c492fa7e98bb65ad4eab0d23dd4ccea18d0b9 Compiled with Clang version...
When I try to play the map "The Snake", the map doesn't load. Instead I get the error message: "Player 2 doesn't have a valid start location! Server state changed...
- [ ] Store/Load campaign status in/from settings (mission playable/finished) - [ ] Api for querying and setting status of a campaign `isFinished(UID,missionId) setFinished(UID,missionId)` `isPlayable(UID,missionId) setPlayable(UID,missionId)` - [ ] Add...