summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/NetWindow.cpp
AgeCommit message (Collapse)Author
2014-06-19Merge pull request #436 from RachelBryk/netplay-kickTony Wasserka
Add an option to kick players from netplay.
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
Flash netplay window when someone joins if the window doesn't have focus...
2014-05-29Merge pull request #403 from RachelBryk/netplay-player-selectionshuffle2
When updating netplay player list, reselect by string instead of index.
2014-05-27When updating netplay player list, reselect by string instead of index.Rachel Bryk
Fixes issue 7284.
2014-05-23Limit netplay chat messages to 2000 characters.Rachel Bryk
There's not really a good reason to be sending messages longer than that, and very long messages can hang dolphin for quite a long time.
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
Minor other alterations that relate to above as well. Also added the PanicAlertT version of alerts for some error messages that use PanicAlert. We want the user to actually understand why the error occurred.
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
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
wx has these as default parameters.
2014-02-28Various changes suggested by cppcheckTillmann Karras
- remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL
2014-02-28Fix various warnings reported by clangTillmann Karras
- mostly remove unused variables - rename some generic JIT identifiers
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