summaryrefslogtreecommitdiff
path: root/src/gui/customserverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-29Fixed compile with ENABLE_MANASERV=OFFThorbjørn Lindeijer1-1/+1
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer1-4/+4
2025-04-02General code cleanupsThorbjørn Lindeijer1-40/+7
2025-04-01GUI: Made CheckBox, RadioButton and Slider more customizableThorbjørn Lindeijer1-5/+5
2025-01-20Made client config statically typedThorbjørn Lindeijer1-2/+0
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer1-5/+5
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer1-1/+1
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-7/+7
2012-03-21Added default ports when connecting to a custom server.jurkan1-5/+6
2012-02-18Fixed manaserv-enabled buildsThorbjørn Lindeijer1-7/+7
2012-02-12Restored manaserv-less buildsYohann Ferreira1-0/+16
2012-02-07Fixed the server type selected when modifying a custom server.Yohann Ferreira1-2/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-15Center the CustomServerDialog on its parent windowThorbjørn Lindeijer1-1/+2
2012-01-13Improved the layout of the custom server dialogThorbjørn Lindeijer1-10/+10
2012-01-10Added a modify button to the server dialog.Yohann Ferreira1-3/+16
2012-01-10Made addition of custom servers be done in a separate window.Yohann Ferreira1-0/+194