| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-19 | Merge pull request #436 from RachelBryk/netplay-kick | Tony Wasserka | |
| Add an option to kick players from netplay. | |||
| 2014-06-18 | Add an option to kick players from netplay. | Rachel Bryk | |
| 2014-06-07 | Merge pull request #391 from RachelBryk/netplay-flash-on-join | Ryan Houdek | |
| Flash netplay window when someone joins if the window doesn't have focus... | |||
| 2014-05-29 | Merge pull request #403 from RachelBryk/netplay-player-selection | shuffle2 | |
| When updating netplay player list, reselect by string instead of index. | |||
| 2014-05-27 | When updating netplay player list, reselect by string instead of index. | Rachel Bryk | |
| Fixes issue 7284. | |||
| 2014-05-23 | Limit 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-23 | Flash netplay window when someone joins if the window doesn't have focus. | Rachel Bryk | |
| 2014-05-17 | Kill off _T and wxT macros | Lioncash | |
| 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-17 | Get rid of old wx event type usages. Use recommended replacements | Lioncash | |
| 2014-03-11 | Fixes 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-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-03-05 | Remove some superfluous arguments from some wx control creations | Lioncash | |
| wx has these as default parameters. | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann 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-28 | Fix various warnings reported by clang | Tillmann Karras | |
| - mostly remove unused variables - rename some generic JIT identifiers | |||
| 2014-02-23 | Make DolphinWX/ mostly IWYU clean. | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-01-08 | NetPlay: Sync CPU engine between NetPlay clients/servers | Jasper St. Pierre | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
