Commit Graph

20 Commits (master)

Author SHA1 Message Date
David Cernat ed9a85f13b [General] Increase maxPlugins to 1000
This allows clients to have 1000 data files instead of 256 as before.

Also increase maxHashes to 50
3 years ago
David Cernat 4940687455 [General] Remove 'using namespace std' from multiplayer components 4 years ago
David Cernat 9f77c876f6 [General] Fix warnings related to double to int conversion in MasterData 5 years ago
David Cernat 154a9ce5a6 [General] Fix declarations hiding class members, part 2 5 years ago
David Cernat e15428e139 [General] Remove "created by" stamps added by IntelliJ 5 years ago
Koncord 695fb7d4a7 [General] Reorder RW(string) arguments
Change limit of default max string size to 64 KiB
7 years ago
Koncord d162f6fd3a [General] Explicitly use limitations of the master server 7 years ago
Koncord 1aabcdd09c [General] Add *_WITH_ACK_RECEIPT to master server packets 8 years ago
David Cernat a353a21280 [General] Fix code style inconsistencies 8 years ago
Koncord 3e284a1139 [General] Use unsigned int instead unsigned long
sizeof(unsigned long) != 8 on Windows
8 years ago
Koncord 80bd268de6 [General] Use simple types for master server packets 8 years ago
David Cernat b0cd636924 [General] Add basic integrity check to ProxyMasterPacket 8 years ago
Koncord 892960f913 [General] Add ctor to MasteData::Plugin 8 years ago
Koncord 8422ae0ce8 [General] Fix iterators in ProxyMasterPacket 8 years ago
David Cernat c3c04bbfc3 [General] Make coding style consistent 8 years ago
Koncord a4e45de6ca [General] Fix playersCount 8 years ago
Koncord 6e8750b9e4 [General] Change list players to vector players 8 years ago
Koncord 9643eb6026 [Master] Notify server about announce state
Rename structure Server to QueryData
8 years ago
Koncord 546bb42abb [General] Add Master Packets 8 years ago
Koncord 5854f680f0 [General] Add Master data types 8 years ago