Andrei Kortunov
|
2522fe9517
|
Remove dead code
|
2024-11-14 22:16:05 +04:00 |
|
Alexei Kotov
|
93d1c6d7e0
|
Drop 360-degree screenshot support (#7720)
|
2024-06-06 14:46:01 +03:00 |
|
Zackhasacat
|
4beac9035a
|
Add bindings for controller cursor mode
|
2023-11-28 19:58:41 -06:00 |
|
Petr Mikheev
|
1869aeae5c
|
Move some of player controls logic from C++ to Lua
|
2022-12-28 22:04:19 +01:00 |
|
clang-format-bot
|
ddb0522bbf
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
|
Project579
|
e5c417c968
|
Make sure all paths are passed as std::filesystem::path instead of std::string where possible.
|
2022-09-11 14:41:15 +02:00 |
|
elsid
|
5498c169e3
|
Cleanup openmw render, physics, world, dialogue, gui, input includes
|
2022-08-17 18:45:52 +02:00 |
|
Evil Eye
|
4eb6c48285
|
Avoid copying in InputManager
|
2022-08-12 18:42:12 +02:00 |
|
elsid
|
c040da36de
|
Use std::unique_ptr to manage lifetime for InputManager members
|
2022-07-17 14:13:21 +02:00 |
|
elsid
|
2dc6e755b2
|
Remove redundant update virtual functions
|
2022-05-06 23:44:04 +02:00 |
|
uramer
|
a496f16cdb
|
Implement gyro camera for controllers
|
2022-01-18 22:47:49 +01:00 |
|
Petr Mikheev
|
d285427485
|
Update Lua package openmw.input
|
2021-11-11 20:14:30 +01:00 |
|
Petr Mikheev
|
0e6fbbc126
|
Lua package 'openmw.input'
|
2021-08-10 19:00:52 +03:00 |
|
Andrei Kortunov
|
8ca3c3b123
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
|
Andrei Kortunov
|
b00d72b9e4
|
Move cursor update to the MouseManager
|
2020-05-26 18:03:29 +04:00 |
|
Andrei Kortunov
|
e3df170a53
|
Fix mControlsDisabled flag usage
|
2020-05-26 10:58:24 +04:00 |
|
Andrei Kortunov
|
b575712cb1
|
Formatting changes
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
85f91a7de8
|
Remove some redundant code
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
3328775eff
|
Unify cursor enabling
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
b33c4c920c
|
Move all OICS handling to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
8512133bb1
|
Move control switches to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
f990150c49
|
Move video wrapper to the WindowsManager
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
13b7c5b519
|
Rework actions update
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
d3a9f893c8
|
Move keyboard-specific code to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
c368250e6a
|
Rename misleading mInputManager variable
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
e353647d15
|
Move gamepads handling to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
f9d6137a29
|
Do not store player reference in the InputManager
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
ce40294124
|
Move input actions handling to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
fcac7d3ab7
|
Split mouse handling to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
1560e71f4e
|
Move SDL mappigs to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
3c09d05615
|
Split actions enum to the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
15dc4d241d
|
Split sensors handling so the separate file
|
2020-05-09 11:27:02 +04:00 |
|
Andrei Kortunov
|
e63325ebff
|
Support for camera rotation via gyroscope on Android (feature #5311)
|
2020-04-01 19:57:04 +04:00 |
|
Michael Stopa
|
e4bec88a68
|
Implement mouse wheel bindings (bug #2679)
|
2019-10-30 20:45:51 +04:00 |
|
Alexei Dobrohotov
|
43a58e181f
|
Merge pull request #2455 from Capostrophic/input
Revert questionable input manager decisions
|
2019-08-24 15:02:50 +03:00 |
|
Alex Rice
|
e7ae7a8ca6
|
Allow user controller bindings
|
2019-08-03 19:55:58 +00:00 |
|
capostrophic
|
15bf05215e
|
Revert questionable input manager decisions
Remove Options Menu shortcut
Revert to more pleasant 0.45.0 Escape behavior
Re-enable keyboard GUI arrow conversion feature
Remove gamepad button release handling
|
2019-07-30 19:48:46 +03:00 |
|
Justin Ivany
|
643f259cbf
|
Adding option for cursor speed when using gamepad
|
2019-07-02 11:19:10 +00:00 |
|
Perry Hugh
|
37f5ab2104
|
Gamepad controls now sent to keyboard input, excluding joystick. Added right thumbstick button to toggle mouse emulation.
|
2019-03-03 09:21:00 +00:00 |
|
Perry Hugh
|
7b6f41c5c3
|
Correct gamepad default bindings to exactly match vanilla XBOX, create fair interplay between toggling main menu and options menu, allow toggling menus at any time.
|
2019-03-02 14:28:26 +00:00 |
|
Perry Hugh
|
3ac5481ab4
|
Enable toggling sneak via gamepad.
|
2019-02-27 14:03:16 -08:00 |
|
Perry Hugh
|
c6fb94d6cb
|
xbox-bindings
|
2019-02-27 13:29:48 +00:00 |
|
Capostrophic
|
39dcbacf44
|
Option to disable controller (feature #3980)
|
2019-02-15 18:40:22 +03:00 |
|
Capostrophic
|
7b5932a49d
|
Add Invert X Axis option (feature #3610)
|
2018-12-01 19:08:02 +03:00 |
|
Miloslav Číž
|
d71d984cfa
|
more unused stuff cleanup
|
2017-11-11 14:14:24 +01:00 |
|
Miloslav Číž
|
525f8b4d8e
|
get rid of special key for 360 screenshot
|
2017-11-11 13:51:42 +01:00 |
|
Miloslav Číž
|
8f32114025
|
segfault fix
|
2017-11-09 18:26:27 +01:00 |
|
Miloslav Číž
|
1b97a541f4
|
make a new action for 360 screenshot
|
2017-11-09 16:06:29 +01:00 |
|
scrawl
|
74e806d974
|
Additionally use movement keys (default WASD) to navigate GUI buttons
|
2017-09-27 12:56:10 +00:00 |
|
MiroslavR
|
301dd77efb
|
Save controls state (Fixes #3598)
|
2016-10-20 02:12:01 +02:00 |
|