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
/
core
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-12
37
-37
/
+37
*
vsnc --> vsync
ISylvox
2016-11-15
2
-2
/
+2
*
memory ops implemented as OS functions by default
Ariel Manzur
2016-11-08
2
-121
/
+8
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-02
1
-1
/
+1
*
Fix comparison bug with InputEvent
volzhs
2016-10-31
1
-1
/
+2
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-30
1
-0
/
+2
*
Improve debug focus behavior
Pedro J. Estébanez
2016-10-09
1
-0
/
+1
*
Add function to get readable names for joystick events
Andreas Haas
2016-10-09
2
-0
/
+9
*
Fix input action pressed state not changing for quick joystick movements.
Andreas Haas
2016-10-09
1
-1
/
+1
*
InputEvent: Fix event comparisons when type is NONE
Rémi Verschelde
2016-09-18
1
-0
/
+4
*
Show last added action on Input Map and implement InputEvent "=="
volzhs
2016-09-01
1
-1
/
+45
*
Merge pull request #5847 from 29jm/patch-3
Rémi Verschelde
2016-07-22
1
-4
/
+1
|
\
|
*
Expose virtual keyboard functions to GDScript
Johan Manuel
2016-07-21
1
-4
/
+1
*
|
Merge pull request #5560 from vnen/os-request-attention
Rémi Verschelde
2016-07-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add OS.request_attention() for Windows
George Marques
2016-07-05
1
-0
/
+1
*
|
Merge pull request #5709 from akien-mga/pr-get-engine-version
Rémi Verschelde
2016-07-18
2
-3
/
+29
|
\
\
|
*
|
OS: Add get_engine_version method
Rémi Verschelde
2016-07-18
2
-3
/
+29
*
|
|
Added gyroscope support to Godot and Android
Jamil Halabi
2016-07-16
2
-0
/
+2
|
/
/
*
/
Input: add get_connected_joysticks() method.
Andreas Haas
2016-07-05
2
-0
/
+2
|
/
*
Properly deliver localized coordinates when passing gui events through parent...
Juan Linietsky
2016-06-27
2
-1
/
+62
*
Added function to notify ScriptLanguage when a thread is created/freed, allow...
Juan Linietsky
2016-06-25
1
-3
/
+4
*
Set default duration parameter of joystick vibration to 0.
Andreas Haas
2016-06-21
2
-2
/
+2
*
Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872
Juan Linietsky
2016-06-18
2
-102
/
+34
*
Add sha256 to String and File/FileAccess.
Bojidar Marinov
2016-06-17
2
-0
/
+34
*
Add joystick vibration support on Linux (#5043)
Wilhem Barbier
2016-06-15
2
-0
/
+9
*
-Add visible IO errors when closing a file fails due to it being locked (most...
Juan Linietsky
2016-06-13
2
-1
/
+9
*
vsync support
Juan Linietsky
2016-06-05
2
-0
/
+11
*
change invalid characters when get user data dir on Windows & Unix
volzhs
2016-06-03
2
-0
/
+10
*
-Some fixes to OSX retina scaling for window functions
Juan Linietsky
2016-05-30
2
-0
/
+3
*
DPI Detection support
Juan Linietsky
2016-05-29
1
-0
/
+1
*
Merge pull request #4845 from vnen/pr-magnetometer
Rémi Verschelde
2016-05-29
2
-0
/
+2
|
\
|
*
Add magnetometer sensor support for Android
fluffrabbit
2016-05-27
2
-0
/
+2
*
|
Changed import workflow
Juan Linietsky
2016-05-27
2
-0
/
+12
|
/
*
Add spaces to macros in memory.h to make C++11 compilers happy
Geequlim
2016-05-27
1
-5
/
+4
*
Fix File.get_csv_line not including quoted newlines in the output
Bojidar Marinov
2016-04-16
1
-1
/
+3
*
Fixes the month consistency issue in enums and get_date etc
Kyle Luce
2016-03-13
1
-1
/
+3
*
Borderless window support for the Win32 build. Default window position is now...
Saracen
2016-03-12
1
-1
/
+4
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
26
-272
/
+272
*
better array alignment
Ariel Manzur
2016-02-19
1
-4
/
+4
*
fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te...
Ariel Manzur
2016-02-19
1
-4
/
+4
*
Reject any native video player calls on iOS that point to files within .pck a...
Aren Villanueva
2016-02-19
2
-0
/
+5
*
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
Rémi Verschelde
2016-02-17
2
-2
/
+2
*
doc: use correct identifier for InputEventJoystick{Motion, Button}
hondres
2016-02-10
1
-2
/
+2
*
support horizontal mouse wheel, use in text editor
hondres
2016-02-04
1
-0
/
+2
*
Merge pull request #3493 from Hinsbart/wm_class
Rémi Verschelde
2016-02-03
2
-0
/
+11
|
\
|
*
x11: use different strings for WM_CLASS depending on context
hondres
2016-01-27
2
-0
/
+11
*
|
Merge pull request #3502 from trtstm/csv
Rémi Verschelde
2016-02-03
2
-3
/
+5
|
\
\
|
*
|
File: Added delimiter to get_csv_line
tmt
2016-01-28
2
-3
/
+5
|
|
/
*
|
Merge pull request #3538 from Hinsbart/temp
Rémi Verschelde
2016-02-03
1
-86
/
+0
|
\
\
|
*
|
remove pc_joystick_map.h
hondres
2016-02-01
1
-86
/
+0
|
|
/
[next]