summaryrefslogtreecommitdiff
path: root/Source/Core/Common/TraversalClient.cpp
AgeCommit message (Expand)Author
2018-11-19NetPlay: Implement chunked data transferTechjar
2018-06-14Common/Random: Add convenience template for simple arithmetic valuesLioncash
2018-05-31Common: Add Random utilitiesLéo Lam
2018-04-16TraversalClient: Use u32 instead of enet_uint32Lioncash
2018-04-16TraversalClient: In-class initialize members where applicableLioncash
2018-04-16TraversalClient: Make data externally read-only members privateLioncash
2017-09-09Common: Move version strings to their own headerLioncash
2017-08-08TraversalClient: make FailureReason an enum classMichael M
2017-07-22TraversalClient: Fix memory leaks in ReleaseTraversalClient()Lioncash
2016-07-23Improve netplay setup dialog UXAestek
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-02Merge pull request #2876 from CastellaFactory/masterMarkus Wick
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-20[Netplay:Traversal] Add "Force Netplay Listen Port" feature that was in old n...CastellaFactory
2015-03-18Traversal: Use a decent PRNG instead of rand()mathieui
2015-03-18NetPlay: Make the enet interrupts workmathieui
2015-03-01Fix -Wswitch warningTillmann Karras
2015-02-25Added TraversalServer.cpp to Core/CommonZiek
2015-02-25Added Gui elements in Netplay Setup Diag so a person can choose a traversal s...Ziek
2015-02-25Fixed issue where players were not disconnecting correctlyZiek
2015-02-25Change netplay initial gctime to be determined by the hosts initial timeZiek
2015-02-25Moved Traversal Client code over from old netplayZiek