s25client
s25client copied to clipboard
Return To The Roots (Settlers II(R) Clone)
What is the official status of the WinAPI video backend? I've mostly ignored it in my PRs and the feature set continues to diverge. When new features are exposed in...
Working on the *Addon Settings* window, I'm really fed up with the task of manually laying out controls. Is there interest in a set of helper classes to simplify building...
since one of the last updates, the camera movement with right mouse button is laggy.
Press alt+q in the game. Nothing happens. The following window should be shown. 
Hi guys, currently tryring to compile rttr for an embedded linux handheld with an RK3566 no x or opengl. Compiled via cmake .. -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DRTTR_USE_SYSTEM_LIBS=ON -DRTTR_INCLUDE_DEVTOOLS=OFF -DRTTR_OPENGL=GLES2.0 It...
Currently we support 7 players, 8 are possible without crashes, 10 sometimes but 16 never but the new editor supports 16 players by default. So which windows are affected: -...
hey, I've run into a crash: ``` 0x00005555556085ae in nobBaseWarehouse::HandleLeaveEvent (this=0x555558657340) at /var/tmp/portage/games-strategy/s25rttr-9999-r6/work/s25rttr-9999/libs/s25main/buildings/nobBaseWarehouse.cpp:542 542 /var/tmp/portage/games-strategy/s25rttr-9999-r6/work/s25rttr-9999/libs/s25main/buildings/nobBaseWarehouse.cpp: Datei oder Verzeichnis nicht gefunden. (gdb) bt #0 0x00005555556085ae in nobBaseWarehouse::HandleLeaveEvent (this=0x555558657340) at /var/tmp/portage/games-strategy/s25rttr-9999-r6/work/s25rttr-9999/libs/s25main/buildings/nobBaseWarehouse.cpp:542 #1...
Hi, In the old settlers I would often use hotkeys to navigate my notifications. I would click "n" to open the notification window, "enter" to go to the notification site,...
Using this setting: ``` function getAllowedChanges() return { ["general"] = true, ["addonsAll"] = false, ["addonsSome"] = true, ["ownNation"] = true, ["ownColor"] = true, ["ownTeam"] = false, ["aiNation"] = false, ["aiColor"]...
Fix bug #968 - Roads are no longer allowed to be in no-mans land or in border The code is ugly so if you have any suggestions, feel free to...