summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/NetWindow.cpp
AgeCommit message (Expand)Author
2015-04-11DolphinWX: Break the netplay UI controls into separate classes.Lioncash
2015-03-27NetPlay: Disable some UI elements when a game is runningmathieui
2015-03-18NetPlay: Select a game only if enet connected successfullymathieui
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-25Change netplay initial gctime to be determined by the hosts initial timeZiek
2015-02-25Moved Traversal Client code over from old netplayZiek
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-12More minor consistency changesStevoisiak
2015-01-10Support overclocking and underclocking the Gamecube CPUFiora
2014-11-15Fix wxCommandEvent/wxThreadEvent subclass mismatchcomex
2014-11-13Removed "Dual Core [OFF]" from netplay warningsStevoisiak
2014-11-11NetPlayDiag: Get rid of unnecessary text limit checkLioncash
2014-11-10NetPlayDiag: Get rid of event tableLioncash
2014-11-10NetPlayDiag: Make the window title translateableLioncash
2014-11-07DolphinWX: Remove unnecessary forward declarationsLioncash
2014-10-07Updated Netplay to use GetName()Steven Vascellaro
2014-09-22Change netplay buffer SpinCtrl to default to 5.Rachel Bryk
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-03Merge pull request #671 from lioncash/non-panicPierre Bourdon
2014-08-02Core: Kill off an unused parameter for NetPlayServer::StartGameLioncash
2014-08-02DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic e...Lioncash
2014-07-25Remove audio frame limit.Rachel Bryk
2014-07-13DolphinWX: Remove the use of some wx 1.0 compatibility functions.Lioncash
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-19Merge pull request #436 from RachelBryk/netplay-kickTony Wasserka
2014-06-18Add an option to kick players from netplay.Rachel Bryk
2014-06-07Merge pull request #391 from RachelBryk/netplay-flash-on-joinRyan Houdek
2014-05-29Merge pull request #403 from RachelBryk/netplay-player-selectionshuffle2
2014-05-27When updating netplay player list, reselect by string instead of index.Rachel Bryk
2014-05-23Limit netplay chat messages to 2000 characters.Rachel Bryk
2014-05-23Flash netplay window when someone joins if the window doesn't have focus.Rachel Bryk
2014-05-17Kill off _T and wxT macrosLioncash
2014-05-17Get rid of old wx event type usages. Use recommended replacementsLioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-28Fix various warnings reported by clangTillmann Karras
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-01-08NetPlay: Sync CPU engine between NetPlay clients/serversJasper St. Pierre
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre