mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-28 20:00:24 -07:00
[Networking] Doxygen (#7030)
* [Networking] Doxygen * Lint cause my autolinter is broken lol * Update. * Update Doxyfile Co-authored-by: tooomm <tooomm@users.noreply.github.com> * Alphabetical ordering Co-authored-by: tooomm <tooomm@users.noreply.github.com> * Add new card art rule comment * move filter program into doxygen folder * [Networking] Doxygen Took 49 seconds * [Networking] Doxygen Took 2 hours 0 minutes Took 58 minutes Took 8 seconds Took 29 seconds Took 4 minutes Took 1 minute Took 4 minutes * [Networking] Fix Doxyfile Took 2 hours 0 minutes Took 58 minutes Took 8 seconds Took 29 seconds Took 4 minutes Took 1 minute Took 6 minutes * [Networking] Fix Doxyfile Took 2 hours 0 minutes Took 58 minutes Took 8 seconds Took 29 seconds Took 4 minutes Took 1 minute Took 3 minutes * [Networking] Fix Doxyfile again Took 2 hours 0 minutes Took 58 minutes Took 8 seconds Took 29 seconds Took 4 minutes Took 1 minute Took 2 minutes --------- Co-authored-by: Lukas Brübach <lukas.bruebach@bdosecurity.de> Co-authored-by: tooomm <tooomm@users.noreply.github.com> Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
12f0f59453
commit
61b9d7abf6
20 changed files with 2642 additions and 129 deletions
|
|
@ -1630,10 +1630,9 @@ void Server_AbstractPlayer::getInfo(ServerInfo_Player *info,
|
|||
bool withUserInfo)
|
||||
{
|
||||
getProperties(*info->mutable_properties(), withUserInfo);
|
||||
if (recipient == this) {
|
||||
if (deck) {
|
||||
info->set_deck_list(deck->writeToString_Native().toStdString());
|
||||
}
|
||||
|
||||
if (deck) {
|
||||
info->set_deck_list(deck->writeToString_Native().toStdString());
|
||||
}
|
||||
|
||||
for (Server_Arrow *arrow : arrows) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue