Commit Graph
22 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub 7733d8a500 Merge pull request #12530 from iota97/tilt
Allow tilt input on Z instead of X
2021-08-21 13:55:18 +02:00
Unknown W. Brackets 3360121b5c UI: Expose lists better in descriptions.
Explicitly marks several lists, which should make exposing text better.
2021-02-21 18:41:08 -08:00
Henrik Rydgård ff8148dd92 Move native/util, native/data and native/i18 to Common/Data.
Also move colorutil.cpp/h

linking build fix experiment

Delete a bunch of unused CMakeLists.txt files

CMakeLists.txt linking fix

Don't include NativeApp.h from any headers.

Android.mk buildfix

Half of the UWP fix

Buildfix

Minor project file cleanup

Buildfixes

Guess what? More buildfixes!
2020-10-04 07:28:29 +02:00
iota97 c47478ea04 Rewording 2020-06-04 19:16:26 +02:00
iota97 a56e56cf53 Auto switch option 2020-06-04 19:16:25 +02:00
iota97 d79b451188 Allow tilt input on Z instead of X 2020-06-04 19:16:25 +02:00
iota97 4d6fc424cd Skip deadzone option on tilt 2020-03-23 19:23:30 +01:00
Unknown W. Brackets 5009698cc0 Core: Use a shared_ptr for i18n categories.
This does not make them thread safe, but it reduces the chances of a crash
a bit (see #12594.)
2020-02-09 07:35:16 -08:00
Unknown W. Brackets 9e390510df Remove legacy InputState. 2017-03-14 22:07:07 -07:00
Unknown W. Brackets 2a745f86ac Switch to axis for accelerometer usage. 2017-03-14 22:07:03 -07:00
Unknown W. Brackets c0238de4ee UI: Add tags to all the scroll views. 2016-01-22 22:52:13 -08:00
Carl Kenner bf84fda058 Improve pop-up UI for integer slider screens. Add a text entry box and units.
# Conflicts:
#	UI/GameSettingsScreen.cpp
2015-11-06 18:55:36 +10:30
Carl Kenner 064a09bda4 Improve PopupSliderChoiceFloat to make it more usable for VR settings.
It now has a text input box.
+/- buttons are on the next line so you can cursor along slider.
And the units are optionally displayed.

# Conflicts:
#	UI/GameSettingsScreen.cpp
2015-11-06 18:42:34 +10:30
vnctdj d7eba2061e Consistently use *di for the Dialog i18n category 2015-07-01 23:26:55 +02:00
vnctdj d48ee947ac Consistently use *co for the Controls i18n category 2015-07-01 22:31:04 +02:00
Henrik Rydgard d7b0287e7a Make a string translatable in tilt settings dialog 2014-03-20 00:29:34 +01:00
bhavin192andHenrik Rydgård 64c40f75fc Add back button to TiltAnalogSettingsScreen
fixed up by hrydgard
2013-10-29 10:05:47 +01:00
Henrik Rydgård 7a83deaeea Android build: Set -march=armv6 for our armeabi build, we don't support
anything lower anyway.
2013-10-28 16:46:16 +01:00
Henrik Rydgård 787db5812d UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
Siddharth c7bb50ef00 some more indentation fixed 2013-10-28 16:58:46 +05:30
Siddharth 5daaaa3aad made deadzones configurable 2013-10-28 16:43:42 +05:30
Siddharth ec0e0d7047 implemented full tilt based D-pad controls 2013-10-27 23:28:47 +05:30