From fb64ca386c51cc3942e1f38cfd76132b1b50e9db Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:48:01 +0200 Subject: Add playerlist widget element (#996) * Commit * Boyfailure code commit * Cooking code spaghetti * Accidental overwrite recursive function call hell * Implemented player list * Add partial moderator widget Sleepy time! Hee-Hoo! * Moderator Dialog - Step 1 - WIP * Appease the clang gods * Clang appeasement policy * *sacrifices goat to clang* * Added player report, reworked implementation, ... * Added player-specific report * Reworked implementation * No longer uses JSON. * Removed preset loader. --------- Co-authored-by: TrickyLeifa Co-authored-by: Leifa <26681464+TrickyLeifa@users.noreply.github.com> --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e5b24e1..346f8874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,10 @@ add_executable(Attorney_Online src/widgets/server_editor_dialog.cpp src/widgets/server_editor_dialog.h data.qrc + src/widgets/playerlistwidget.h src/widgets/playerlistwidget.cpp + src/widgets/moderator_dialog.h src/widgets/moderator_dialog.cpp src/screenslidetimer.h src/screenslidetimer.cpp + src/moderation_functions.h src/moderation_functions.cpp src/network/serverinfo.h src/network/serverinfo.cpp ) -- cgit