index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main
/
input_default.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-0
/
+9
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-7
/
+7
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-3
/
+3
*
Fixed to InputDefault, button mask was wrong. Fixes to editor camera interpol...
Juan Linietsky
2017-09-16
1
-5
/
+6
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-52
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Fixed OUYA Game Controller for 3.0
Corruptinator
2017-08-16
1
-1
/
+1
*
InputDefault: Fix joypad actions when axis quickly changes direction.
Andreas Haas
2017-08-12
1
-2
/
+8
*
Restored black bars and custom images instead of black bars, closes #1571
Juan Linietsky
2017-08-07
1
-3
/
+8
*
OUYA Controller for Version 3.0 input_default.cpp
Corruptinator
2017-07-11
1
-0
/
+1
*
Fix possible crash in joy_axis (fixes #4944).
Marcelo Fernandez
2017-06-22
1
-0
/
+2
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-2
/
+2
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-4
/
+4
*
Fix InputEvent actions.
Andreas Haas
2017-05-27
1
-1
/
+1
*
Fix echo key event handling.
Andreas Haas
2017-05-25
1
-1
/
+1
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-93
/
+85
*
Fix joystick crash when mapping is -1
darkoff9
2017-04-10
1
-0
/
+1
*
Re-add ouya gamepad mapping.
Andreas Haas
2017-04-10
1
-0
/
+2
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-5
/
+5
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix warped mouse panning on Linux
Pedro J. Estébanez
2017-04-03
1
-1
/
+16
*
Input: Update Gamepad mappings.
Andreas Haas
2017-04-02
1
-12
/
+34
*
Initialize hat values for mapping and revert X360 mappings.
Jordan Patterson
2017-03-31
1
-2
/
+7
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
1
-44
/
+41
*
Merge pull request #8137 from Hinsbart/mbutton_pos
Rémi Verschelde
2017-03-24
1
-0
/
+5
|
\
|
*
Input: Update mouse position on mouse-button events.
Andreas Haas
2017-03-24
1
-0
/
+5
*
|
Implement warped mouse panning for 2D & 3D editors
Pedro J. Estébanez
2017-03-22
1
-0
/
+11
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-184
/
+163
*
Better handling of joypad device IDs.
Andreas Haas
2017-02-26
1
-0
/
+9
*
Keyboard Input modifiers do not block actions.
Fabio Alessandrelli
2017-01-25
1
-9
/
+6
*
Ability to delete, drag and drop audio buses!
Juan Linietsky
2017-01-23
1
-1
/
+1
*
Style: No break before list brace
Rémi Verschelde
2017-01-16
1
-2
/
+1
*
Merge pull request #7127 from BastiaanOlij/ios_meters
Rémi Verschelde
2017-01-15
1
-0
/
+14
|
\
|
*
Added support for getting gravity vector from iOS
BastiaanOlij
2017-01-12
1
-0
/
+14
*
|
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
*
|
rename Input.get_mouse_speed() to Input.get_last_mouse_speed()
Juan Linietsky
2017-01-13
1
-1
/
+1
*
|
Created new Engine singleton, and moved engine related OS functions to it.
Juan Linietsky
2017-01-13
1
-12
/
+12
|
/
*
More fixes to Joypad renaming.
Andreas Haas
2017-01-08
1
-6
/
+6
*
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-08
1
-20
/
+20
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Merge pull request #6862 from Faless/fix_6388
Rémi Verschelde
2016-11-11
1
-7
/
+7
|
\
|
*
Fix Keyboard Input Hangs when using modifiers
Fabio Alessandrelli
2016-10-19
1
-7
/
+7
*
|
Rename remaining WinRT references to UWP
George Marques
2016-11-03
1
-1
/
+1
*
|
Rename WINRT_ENABLED to UWP_ENABLED
George Marques
2016-11-03
1
-1
/
+1
|
/
*
Allow whitespace in Gamepad mappings.
Andreas Haas
2016-10-15
1
-2
/
+2
*
Merge pull request #6568 from Hinsbart/joy_names
Rémi Verschelde
2016-09-26
1
-0
/
+58
|
\
|
*
Add function to get readable names for joystick events
Andreas Haas
2016-09-20
1
-0
/
+58
*
|
Fix input action pressed state not changing for quick joystick movements.
Andreas Haas
2016-09-15
1
-0
/
+7
|
/
*
Merge pull request #6363 from vnen/winrt
Juan Linietsky
2016-09-10
1
-0
/
+4
|
\
|
*
Implement missing WinRT functions
George Marques
2016-09-03
1
-0
/
+4
[next]