index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerEmu.cpp
Age
Commit message (
Expand
)
Author
2017-02-07
ControllerEmu: Move into its own directory
Lioncash
2017-01-23
ControllerEmu: Add missing virtual destructor to BooleanSetting
Lioncash
2016-12-27
ControllerEmu: Fix LoadDefaults to use ciface argument
Michael Maltese
2016-11-28
Add flexibility to InputConfigDialog
aldelaro5
2016-11-25
Add the ability to get partial input group
aldelaro5
2016-09-24
Add a recenter control for Wiimote IR relative input
Léo Lam
2016-09-24
Add relative input for the Wiimote IR
Léo Lam
2016-08-28
Toggle and Switches for upward/sideway WiimoteEmu
Tim Maile
2016-07-29
ControllerInterface: Add RemoveDevice()
Léo Lam
2016-07-12
ControllerEmu: Split the Setting class
Léo Lam
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-10-03
Merge pull request #3128 from lioncash/unique
shuffle2
2015-10-03
Merge pull request #3113 from lioncash/input
shuffle2
2015-10-03
ControllerEmu: Use make_unique over raw new
Lioncash
2015-10-01
InputCommon: Get rid of multiple identical define macros
Lioncash
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-12
Use official names for GameCube controller sticks
JosJuice
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-04-01
Add an option for wiimote battery.
Rachel Bryk
2014-11-11
Fix some double->float conversions.
Rachel Bryk
2014-10-12
ControllerEmu: Get rid of redundant string appending
Lioncash
2014-09-04
Checkbox for iteration
MikeRavenelle
2014-09-04
Fix a typo introduced by 5adbc83 in ControllerEmu.cpp.
Rachel Bryk
2014-09-03
Change ControlState typedef to double, and change all related floats/doubles ...
Rachel Bryk
2014-08-15
InputCommon: Don't base default radius of analog sticks off of their name.
Lioncash
2014-08-11
Set the default radius to 100 for non-gcpad analog sticks.
Rachel Bryk
2014-07-11
ControllerEmu: Virtualize settings
Jasper St. Pierre
2014-07-11
ControllerEmu: Remove support for the "Square Stick" option
Jasper St. Pierre
2014-07-11
ControllerEmu: Fix code style
Jasper St. Pierre
2014-07-11
ControllerEmu: Remove unnecessary include
Jasper St. Pierre
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-13
Fix IniFile to use string& instead of char*
Matthew Parlane
2014-02-01
Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. Al...
Lioncash
2014-01-30
Remove some unnecessary comments, as pointed out by Matt_P.
Lioncash
2014-01-30
Light cleanup to a little bit of InputCommon. Replaces much of the iterators ...
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre