Commit Graph

34 Commits

Author SHA1 Message Date
Marc Audy
01cddeab44 Fix XBoxOne compile error
[CL 2541454 by Marc Audy in Main branch]
2015-05-07 15:14:30 -04:00
Dmitry Rekman
91725743ba Fix warnings (initialization order issues).
#codereview Marc.Audy, Eric.Newman

[CL 2540232 by Dmitry Rekman in Main branch]
2015-05-06 18:57:14 -04:00
Marc Audy
96c57010be Remove unsupported gestures from EKeys
Made keys that are not blueprint bindable not selectable via the key selector dropdowns
Made supported gesture keys blueprint bindable
Added mechanism to organize keys in to more categories than just gamepad, keyboard, and mouse
Moved motion, gesture, android, steam, and xbox one keys in to their own menu categories

[CL 2539546 by Marc Audy in Main branch]
2015-05-06 13:57:18 -04:00
JJ Hoesing
2a716ef696 - Exposed Steam controller buttons to blueprint, input mapping, etc.
#codereview Marc.Audy

[CL 2534816 by JJ Hoesing in Main branch]
2015-05-02 04:29:27 -04:00
James Golding
87a8bc0ab1 UE-8738 Use full words for keys that are hard to read in UI
#codereview marc.audy

[CL 2518963 by James Golding in Main branch]
2015-04-21 05:44:29 -04:00
Chris Babcock
2e3ef723cd PR #967: Added support for Android menu and volume keys (Contributed by gatools)
#ue4
#android
#codereview Robert.Jones

[CL 2493857 by Chris Babcock in Main branch]
2015-03-27 11:06:40 -04:00
Nick Darnell
4d31066c36 BP - The FKey structure now copies using the assignment operator so that the KeyDetails shared ptr is properly copied to the new copy.
#codereview Marc.Audy

[CL 2487348 by Nick Darnell in Main branch]
2015-03-22 11:12:59 -04:00
Jaroslaw Palczynski
f23f29257b Back out changelist 2481333
Rob asked me to back out GENERATED_*_BODY -> GENERATED_BODY change for now until the "_Validate and _Implementation auto-generation" discussion is over.

#codereview Robert.Manuszewski

[CL 2481343 by Jaroslaw Palczynski in Main branch]
2015-03-17 05:38:32 -04:00
Jaroslaw Palczynski
fa31560e2d Enabled UHT to digest GENERATED_BODY instead of GENERATED_UCLASS_BODY, GENERATED_USTRUCT_BODY, GENERATED_UINTERFACE_BODY or GENERATED_IINTERFACE_BODY, changed every occurence to the new syntax and fixed every warning that have fallen out of this change.
#codereview Robert.Manuszewski

[CL 2481333 by Jaroslaw Palczynski in Main branch]
2015-03-17 05:19:11 -04:00
Richard Hinckley
dddc3b0127 [MERGE] Fixing GUBP documentation warnings.
[CL 2471426 by Richard Hinckley in Main branch]
2015-03-06 13:53:53 -05:00
Ben Marsh
d05a383d46 Fixes for Doxygen warnings.
[CL 2415280 by Ben Marsh in Main branch]
2015-01-22 09:24:44 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Marc Audy
3028589a49 Tweak the display names of the gamepad key mappings
[CL 2356342 by Marc Audy in Main branch]
2014-11-11 16:28:44 -05:00
Marc Audy
8997ffab51 Fix CIS issues by having extended characters directly in string
Don't use LOCTEXT for key names that are static across languages

[CL 2340006 by Marc Audy in Main branch]
2014-10-24 12:56:09 -04:00
Marc Audy
6a0ee813d1 Support AZERTY keys in FKey system
NOTE: Existing bindings to EKeys::Underscore and EKeys::Quote will no longer work and need to be switched to Hyphen and Apostrophe respectively.  Underscore and Quote now map to the actual keys in their name for binding on AZERTY (and any other keys where they are the unshifted value).

[CL 2339913 by Marc Audy in Main branch]
2014-10-24 11:30:45 -04:00
Marc Audy
4a00c581ab Make FKeyDetails DisplayName an Attribute
[CL 2334741 by Marc Audy in Main branch]
2014-10-20 14:39:20 -04:00
Jaroslaw Palczynski
7c41927cf4 Rename FPostConstructInitializeProperties to something simpler
Changed it with FObjectInitializer.

UECORE-7

[CL 2328384 by Jaroslaw Palczynski in Main branch]
2014-10-14 10:29:11 -04:00
Frank Fella
fd96c8c812 SlateApplication - User a safer constant index for the cursor to prevent some crashes.
[CL 2304270 by Frank Fella in Main branch]
2014-09-19 14:14:51 -04:00
Mike Beach
66b56f0dfd Making it so the blueprint favoriting system works with the new menu system.
[CL 2301204 by Mike Beach in Main branch]
2014-09-17 13:01:38 -04:00
Marc Audy
349f59cea5 Make FKey a BlueprintType
[CL 2270765 by Marc Audy in Main branch]
2014-08-25 13:41:50 -04:00
Robert Jones
229955303b #ttp 338022 TappyChicken: Android: Add back button
Added 'Android Back' for specific back button support in Android.
Tested via adding a temp node to Tappy Chicken to make sure it works as expected; which it does.

[CL 2191729 by Robert Jones in Main branch]
2014-07-11 10:29:51 -04:00
Jaroslaw Palczynski
ebce413232 UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
[CL 2104397 by Jaroslaw Palczynski in Main branch]
2014-06-13 06:14:46 -04:00
Marc Audy
8d931d1bb7 Allow OEM keys to be used as FKey
[CL 2096125 by Marc Audy in Main branch]
2014-06-05 16:42:03 -04:00
Marc Audy
709a7e8753 Fixed formatting for label
[CL 2072991 by Marc Audy in Main branch]
2014-05-14 14:50:09 -04:00
Marc Audy
f7f8eb650b Make PS4 labels correct for shoulder and trigger buttons when using experimental gamepad labelling.
[CL 2070619 by Marc Audy in Main branch]
2014-05-12 14:45:14 -04:00