From 5a1dd4114f3d5592ff95935e6cb741624ff5b7db Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 11 Feb 2022 08:37:02 -0500 Subject: [PATCH] Add docs for adding a new SDL server to the code --- DEVELOPING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEVELOPING.md b/DEVELOPING.md index b703e66..a24b57c 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -71,3 +71,10 @@ echo 'source $HOME/.cargo/env' >> $HOME/.bashrc ./win-static-build.sh ``` + +# Adding a new SDL lite server backend to the code + + * Add the new server name to the array in getRandomServer() in settings.cpp + * Add the new server to dropdown in mainwindow.cpp + +TODO: Make both of these places use a single list of servers.