| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-23 | Merge pull request #2995 from endrift/tasinputdlg-threading | Lioncash | |
| DolphinWX: TAS fixes, take three | |||
| 2015-09-02 | Merge pull request #2885 from endrift/tasinputdlg-threading | Lioncash | |
| DolphinWX: Finish removing bandaid from 704f787 | |||
| 2015-09-02 | Merge pull request #2834 from endrift/tasinputdlg-threading | Lioncash | |
| DolphinWX: Ensure TASInputDlg only gets modified on the main thread | |||
| 2015-09-01 | Merge pull request #2696 from RisingFog/tasinput | Lioncash | |
| Fix random hangs when loading savestates with TAS Input | |||
| 2015-09-01 | Merge pull request #2689 from RisingFog/patch-1 | skidau | |
| Fix TASInput Crash When Stick Bitmap Is Null | |||
| 2015-05-31 | DolphinWX: Fix threading issues with TAS pad updates | Jeffrey Pfau | |
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-08 | DolphinWX: Remove unnecessary includes | Lioncash | |
| 2015-04-29 | Silence -Wshadow and -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-04-25 | Merge pull request #2290 from RachelBryk/cc-tasinput | comex | |
| Implement classic controller tas input. | |||
| 2015-04-22 | Implement classic controller tas input. | Rachel Bryk | |
| 2015-04-09 | DolphinWX: Fix memory leaks relating to the TAS dialog | Lioncash | |
| Initially, the dialogs construct in the background when Dolphin initializes. However, it waits until the user actually makes the dialogs visible to decide on whether to create the Wii or GC control layouts. Therefore, the call to CreateBaseLayout() essentially creates a sizer that isn't actually attached to a main sizer that is set as the sizer for the dialog to use. So upon destruction, these controls would never actually be destroyed if the user didn't open and then close the TAS dialogs. | |||
| 2015-04-07 | TASInputDlg: Remove unnecessary explicit bools | Lioncash | |
| 2015-03-28 | Fix home button in tas input. | Rachel Bryk | |
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2014-12-06 | TASInputDlg: Eliminate the usage of some spacers. | Lioncash | |
| Bordering parameters can be specified on addition. | |||
| 2014-12-06 | TASInputDlg: Fix a typo in layout alignment flags | Lioncash | |
| 2014-12-06 | TASInputDlg: Replace some for loops with range-based for loops. | Lioncash | |
| 2014-12-06 | TASInputDlg: Remove unnecessary wxWidgets default values. | Lioncash | |
| 2014-11-07 | Fix analog l/r with tas input. | Rachel Bryk | |
| 2014-11-05 | TASInputDlg: Narrow a variable scope in UpdateFromText | Lioncash | |
| 2014-11-02 | Fix some warnings. | Rachel Bryk | |
| 2014-11-02 | Add nunchuk support to tas input. | Rachel Bryk | |
| 2014-11-02 | TASInputDlg: Use Bind over Connect for event handling | Lioncash | |
| 2014-10-30 | Fix wiimote accel. | Rachel Bryk | |
| 2014-10-28 | Merge pull request #1393 from RachelBryk/accel | skidau | |
| Fix acceleration emulation for wiimote and nunchuk. | |||
| 2014-10-25 | Fix acceleration emulation for wiimote and nunchuk. | Rachel Bryk | |
| The 1-2 least significant bits were missing. | |||
| 2014-10-24 | Alternate inputs once per frame rather than once per input for turbo. | Rachel Bryk | |
| Fixes turbo for games that do not run at 60 fps. | |||
| 2014-10-19 | TASInputDlg: Pass string by reference for CreateStickLayout | Lioncash | |
| Also handles strings passed to it correctly. | |||
| 2014-10-18 | TASInputDlg: Apply m_ prefix to class member variables. | Lioncash | |
| 2014-10-15 | Merge pull request #1274 from lioncash/uninit | skidau | |
| TASInputDlg: Fix some potential uninitialized variable warnings. | |||
| 2014-10-14 | TAS warning fixes: unused vars, shadowing, incorrect (unsigned) | comex | |
| 2014-10-13 | TASInputDlg: Fix some potential uninitialized variable warnings. | Lioncash | |
| Also guard against null (even if it doesn't happen it stops more warnings if someone compiles with -Wall or runs analysis with clang. | |||
| 2014-10-08 | Fix another crash in tas input. | Rachel Bryk | |
| 2014-10-07 | Fix crash in tas input. | Rachel Bryk | |
| 2014-10-03 | Add wiimote tas input. | Rachel Bryk | |
| 2014-08-13 | Placed ampersands and asterisks against type name | Charles Rozhon | |
| 2014-07-21 | GCPadStatus: coalescing magic numbers into consts | booto | |
| 2014-07-11 | Merge pull request #601 from lioncash/pad-struct | Dolphin Bot | |
| Change SPADStatus struct name to GCPadStatus | |||
| 2014-07-10 | Change SPADStatus struct name to GCPadStatus | Lioncash | |
| Also get rid of the typedef, since this is unnecessary in C++ | |||
| 2014-07-10 | DolphinWX: Remove unnecessary true within event Skip calls | Lioncash | |
| 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-03-12 | Simplify boolean toggling in the TASInputDlg. | Lioncash | |
| Also fixed the indentation for some code in a switch statement. | |||
| 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-03-02 | Fix a case where the wrong placeholders were being assigned for the up and ↵ | Lioncash | |
| down D-Pad buttons in the TAS dialog. | |||
| 2014-02-23 | Make DolphinWX/ mostly IWYU clean. | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
