Skip to content

Commit 60c12b6

Browse files
authored
Merge pull request #10 from monkeber/feature/docs
feature/docs
2 parents bede02d + e2afb2e commit 60c12b6

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# CS2 Server Manager
22

3-
![Qt](https://img.shields.io/badge/Qt-%23217346.svg?style=for-the-badge&logo=Qt&logoColor=white) ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
3+
![Qt](https://img.shields.io/badge/Qt-%23217346.svg?style=for-the-badge&logo=Qt&logoColor=white) ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white) ![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white)
44

5-
This is a very simple app I created for managing my local server to play with friends because typing commands into server cmd was not really convenient. The app is mostly intended to be used with local server on the same machine, but you also can connect to a remote server via RCON (Stopping and starting will not work).
5+
This is a very simple app I've created for managing my local server to play with friends because typing commands into server cmd was not really convenient. The app is mostly intended to be used with local server on the same machine, but you also can connect to a remote server via RCON (Stopping and starting will not work).
66

77
Written in C++ and QML as an exercise.
88

9-
## Interface
9+
## UI
1010

11-
![Console Page](docs/consolePage.png) ![Console Page Light](docs/consolePageLight.png) ![Server Params Page](docs/serverParametersPage.png)
11+
![Console Page](docs/consolePage.png) ![Console Page Light](docs/consolePageLight.png) ![Server Params Page](docs/serverParametersPage.png) ![Map History Page](docs/mapHistoryPage.png) ![Log Window](docs/logWindow.png)
1212

1313
## Features
1414

@@ -26,6 +26,8 @@ Written in C++ and QML as an exercise.
2626

2727
✅ Light and dark themes
2828

29+
✅ History of the downloaded maps
30+
2931
⬜️ Redirect server cmd output into a panel inside the application and get rid of standalone window if possible
3032

3133
## Build
@@ -52,8 +54,9 @@ Open the project in Qt Creator and hit build.
5254
Versions of dependencies used, probably will work on newer versions as well:
5355

5456
- QtCreator 13.0.0
55-
- Qt 6.7.0 (MSVC 2019)
57+
- Qt 6.7.0 (MSVC 2019) and Qt 6.8.1 (MSVC 2022)
5658
- [rconpp](https://github.com/Jaskowicz1/rconpp) at [d77993b](https://github.com/Jaskowicz1/rconpp/commit/d77993b1e8993701dbf6b2974b41045a915c7b42)
59+
- Conan 2 and dependencies retrieved using it, see conanfile.txt for more details
5760
- CMake 3.29.2
5861

5962
## Deploy

docs/consolePage.png

13.8 KB
Loading

docs/consolePageLight.png

12.3 KB
Loading

docs/logWindow.png

173 KB
Loading

docs/mapHistoryPage.png

277 KB
Loading

docs/serverParametersPage.png

9.08 KB
Loading

0 commit comments

Comments
 (0)