index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
41
-41
/
+41
*
simplify the way window is allowed to steal focus, no longer relying on proje...
Juan Linietsky
2017-08-27
1
-3
/
+8
*
InputDefault: Fix joypad actions when axis quickly changes direction.
Andreas Haas
2017-08-13
1
-2
/
+8
*
Merge pull request #10317 from Corruptinator/2.1
Rémi Verschelde
2017-08-13
1
-1
/
+1
|
\
|
*
Fixed OUYA Controller Mapping!
Corruptinator
2017-08-13
1
-1
/
+1
*
|
[2.1] Add expand stretch/ascpect - no more black bars
Yakov Borevich
2017-08-09
1
-1
/
+3
*
|
Remove "debug/remote_port" project setting (moved to editor)
Fabio Alessandrelli
2017-07-22
1
-1
/
+1
|
/
*
OUYA Game Controller GUID for input_default.cpp
Corruptinator
2017-07-11
1
-0
/
+1
*
Fix possible crash in joy_axis (fixes #4944).
Marcelo Fernandez
2017-06-25
1
-0
/
+2
*
Implement missing WinRT functions
George Marques
2017-06-07
1
-0
/
+4
*
Improve documentation of thirdparty code snippets
Rémi Verschelde
2017-05-26
2
-2
/
+4
*
Fix a few property warnings on Globals access
Rémi Verschelde
2017-05-26
1
-1
/
+1
*
Allow selecting editor debug host and port.
Fabio Alessandrelli
2017-05-12
1
-2
/
+3
*
Fix error for loading icon image at start up
volzhs
2017-04-18
1
-0
/
+1
*
Re-add ouya gamepad mapping.
Andreas Haas
2017-04-10
1
-0
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
7
-0
/
+7
*
Optimize-out some debug and/or non-tools methods
Pedro J. Estébanez
2017-04-07
1
-0
/
+7
*
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
*
Merge pull request #8166 from evolarium/joystick_fix
Andreas Haas
2017-03-30
1
-2
/
+7
|
\
|
*
Initialize hat values for mapping and revert X360 mappings.
Jordan Patterson
2017-03-27
1
-2
/
+7
*
|
Better handling of joypad device IDs.
Andreas Haas
2017-03-26
2
-0
/
+16
|
/
*
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
2
-0
/
+12
*
Input: bind parse_input_event()
Andreas Haas
2017-03-19
1
-1
/
+2
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
41
-2706
/
+2258
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-18
1
-3
/
+3
*
Reorder the folders in tools to prepare moving tools/editor
Rémi Verschelde
2017-03-18
1
-4
/
+1
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-03-18
1
-1
/
+1
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-03-18
5
-9
/
+9
*
Style: No break before list brace
Rémi Verschelde
2017-03-18
1
-2
/
+1
*
Core motion for Godot 2.x (based on PR 7127)
BastiaanOlij
2017-03-09
2
-0
/
+17
*
Move core engine tests to main
Rémi Verschelde
2017-01-12
37
-1
/
+6854
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-12
7
-8
/
+8
*
Fix typos and missing newlines in --help
Tim Roes
2016-11-15
1
-3
/
+2
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-02
1
-3
/
+3
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-30
1
-0
/
+2
*
Allow whitespace in Gamepad mappings.
Andreas Haas
2016-10-17
1
-2
/
+2
*
Improve debug focus behavior
Pedro J. Estébanez
2016-10-09
1
-0
/
+10
*
PCKPacker: moved from tools into core, fixes #4129
J08nY
2016-10-09
1
-3
/
+0
*
Add function to get readable names for joystick events
Andreas Haas
2016-10-09
2
-0
/
+63
*
Fix input action pressed state not changing for quick joystick movements.
Andreas Haas
2016-10-09
1
-0
/
+7
*
x11: fix x360 wireless gamepad mapping.
Andreas Haas
2016-09-18
1
-1
/
+1
*
Update gamepad mappings from community db.
Andreas Haas
2016-09-18
1
-1
/
+28
*
Fix crash when trying to access the guid of an unavailable Gamepad.
Andreas Haas
2016-09-01
1
-0
/
+1
*
Fix steam controller gamepad mapping
Andreas Haas
2016-08-08
1
-1
/
+1
*
Add gamepad mapping for the steam controller userspace driver.
Andreas Haas
2016-07-26
1
-0
/
+1
*
Added gyroscope support to Godot and Android
Jamil Halabi
2016-07-16
2
-0
/
+17
*
Merge pull request #5634 from vnen/assetlib-map-crash
Rémi Verschelde
2016-07-11
1
-0
/
+2
|
\
|
*
Fix crash on asset lib install
George Marques
2016-07-10
1
-0
/
+2
[next]