-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SERVER-NETWORK: Add begin of MainServerNitwork MINOR * SERVER-NETWORK/CLIENT-NETWORK: upgrade LIST_LOBBY receive for server and client MINOR * SERVER-NITWORK: Fix missing sending of LIST_LOBBY packet PATCH * NITWORK: Fix compil PATCH * SERVER-NETWORK/NITWORK: Add begin of lobby creation MINOR * CLIENT-NITWORK: Add function not called MINOR * NITWORK/SERVER-NETWORK: Add CREATE_SERVER, LIST_SERVER, INFO_SERVER, OK_SERVER actions MAJOR * SERVER-NETWORK/SERVER-GAME: Upgrade main_server.cpp create a class that check args and separate lobby / main server mains MINOR * NITWORK-SERVER: Fix indentation of _actionToSendHandlers map PATCH * NITWORK: Fix compil PATCH * NITWORK: Fix compilation (constexpr std::string doesn't work) PATCH * NITWORK-CLIENT/NITWORK-MAIN-SERVER/NITWORK-SERVER: Add nitwork client packets for main server (send and receive) Add methods doc for NITWORK-CLIENT/NITWORK-MAIN-SERVER/NITWORK-SERVER MAJOR * Fix: Fix compilation on windows/macos PATCH * NITWORK-MAIN-SERVER: Fix compilation windows PATCH * NITWORK-MAIN-SERVER: Fix compilation windows PATCH * NITWORK-CLIENT/NITWORK-MAIN-SERVER/NITWORK-SERVER: Add client connexions methods and removing ip + port at startup Fix double connexion for nitwork MAJOR * CLIENT-GAME: Fix 2 times display added for menu PATCH * CLIENT-NETWORK: Call the right function to connect to main server PATCH * CLIENT-GAME: Fix menu were in the wrong index PATCH * NITWORK-MAIN-SERVER/NITWORK-CLIENT: Fix wrong endpoint added to mainserver packets Fix help for server PATCH * CLIENT-NETWORK: Add create lobby MINOR * NITWORK-MAIN-SERVER: Fix create new lobby wrong ip and port of owner (must be mainServer) PATCH * CLIENT-NETWORK: Send list loby every 2 seconds MINOR * FIX/FORMAT: Fix createLobby and format code PATCH * CLIENT-NETWORK: show current lobby MINOR * CLIENT: remove part that set to empty the sstring PATCH * CLIENT: remove set cursor that crash on wayland PATCH * NITWORK: Fix multiple actions handling PATCH * CICD: remove parallel PATCH * MAINSERVER-NETWORK: Fix creation of multiple lobbies with same name PATCH * DOC: Add documentation for nitwork.h PATCH * DOC/FIX: Add code doc in nitwork.h & Fix checks for new lobby PATCH * FIX: Fix nb threads for compilation (giving nb_proc -2 for threads) PATCH * FIX: Fix pr (code rabbit requests) PATCH * FIX: Fix compilation (nb threads) PATCH * FORMAT-AUTO: automatic format on pull request #131 * FIX: Fix macos compilation PATCH * FIX: Fix coderabbit requests (add try catch) PATCH * FIX: Fix death message responde server side PATCH * FORMAT-AUTO: automatic format on pull request #131 * FIX: Removing --no-parallel flag for compil.sh PATCH * FIX: Fix codeRabbbit requests PATCH --------- Co-authored-by: Xavier Mitault <[email protected]> Co-authored-by: Kitetsu <[email protected]> Co-authored-by: Github Actions <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eda3bc9
commit ac052c7
Showing
36 changed files
with
2,035 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"menu": { | ||
"name": { | ||
"name": "name", | ||
"type": "input", | ||
"font": "assets/Fonts/soliden/SolidenTrial-Black.otf", | ||
"spritePath": "assets/R-TypeSheet/r-typesheet1.gif", | ||
"text": "ServerOfSaverio", | ||
"color": "red", | ||
"textSize": 3, | ||
"maxChar": 30, | ||
"width": 500, | ||
"height": 500, | ||
"position" : { | ||
"x": 2000, | ||
"y": 2000 | ||
}, | ||
"rect": { | ||
"x": 101.0, | ||
"y": 0.0, | ||
"width": 32.0, | ||
"height": 19.0 | ||
}, | ||
"collisionRect": { | ||
"width": 2000, | ||
"height": 500 | ||
}, | ||
"animRect": [ | ||
{ | ||
"type": "hover", | ||
"time": 80, | ||
"noIncr": true, | ||
"list": [ | ||
{ | ||
"x" : 233.0, | ||
"y": 2.0, | ||
"width": 32.0, | ||
"height": 14.0 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"maxNb": { | ||
"name": "maxNb", | ||
"type": "input", | ||
"font": "assets/Fonts/soliden/SolidenTrial-Black.otf", | ||
"spritePath": "assets/R-TypeSheet/r-typesheet1.gif", | ||
"text": "2", | ||
"color": "red", | ||
"textSize": 3, | ||
"maxChar": 2, | ||
"width": 500, | ||
"height": 500, | ||
"position" : { | ||
"x": 2000, | ||
"y": 3000 | ||
}, | ||
"rect": { | ||
"x": 101.0, | ||
"y": 0.0, | ||
"width": 32.0, | ||
"height": 19.0 | ||
}, | ||
"collisionRect": { | ||
"width": 2000, | ||
"height": 500 | ||
}, | ||
"animRect": [ | ||
{ | ||
"type": "hover", | ||
"time": 80, | ||
"noIncr": true, | ||
"list": [ | ||
{ | ||
"x" : 233.0, | ||
"y": 2.0, | ||
"width": 32.0, | ||
"height": 14.0 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"gametype_normal": { | ||
"type": "button", | ||
"spritePath": "assets/R-TypeSheet/r-typesheet2.gif", | ||
"width": 500, | ||
"height": 500, | ||
"rect": { | ||
"x": 101.0, | ||
"y": 0.0, | ||
"width": 32.0, | ||
"height": 19.0 | ||
}, | ||
"position": { | ||
"x": 2000, | ||
"y": 4000 | ||
}, | ||
"collisionRect": { | ||
"width": 500, | ||
"height": 500 | ||
}, | ||
"animRect": [ | ||
{ | ||
"type": "hover", | ||
"time": 80, | ||
"noIncr": true, | ||
"list": [ | ||
{ | ||
"x": 233.0, | ||
"y": 2.0, | ||
"width": 32.0, | ||
"height": 14.0 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cmake_minimum_required(VERSION 3.15) | ||
|
||
add_subdirectory(SelectLobby) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cmake_minimum_required(VERSION 3.15) | ||
|
||
target_include_directories( | ||
${PROJECT_NAME_CLIENT} | ||
PRIVATE | ||
${CMAKE_CURRENT_SOURCE_DIR} | ||
) | ||
|
||
target_sources( | ||
${PROJECT_NAME_CLIENT} | ||
PRIVATE | ||
${CMAKE_CURRENT_SOURCE_DIR}/SelectLobbySystems.cpp | ||
) |
Oops, something went wrong.