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
/
platform
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
OS.get_screen_size now returns the correct value on OSX
marcelofg55
2016-05-11
2
-2
/
+2
*
Working even when re-entering window.
Mattias Cibien
2016-05-09
1
-0
/
+2
*
Cursor hides only in client area
Mattias Cibien
2016-05-09
2
-1
/
+19
*
Fix windows 64-bits build.
George Marques
2016-05-03
1
-0
/
+2
*
Fixed behavior of OS.set_window_resizable
Mattias Cibien
2016-05-03
1
-1
/
+1
*
Merge pull request #4274 from Griefchief/master
Rémi Verschelde
2016-05-02
1
-0
/
+89
|
\
|
*
Fixes 64 bit MSVC builds, disables bits parameter
Aleksandar Danilovic
2016-04-10
1
-0
/
+89
*
|
OSX: Fix lib suffix for Android lib (#4499)
Rémi Verschelde
2016-05-01
1
-3
/
+1
*
|
Implement OS.get_process_ID for Windows
George Marques
2016-04-29
2
-0
/
+6
*
|
disabled appirater
Ariel Manzur
2016-04-29
1
-3
/
+3
*
|
rate url on iOS and properly launching from .app on OSX
Ariel Manzur
2016-04-29
2
-2
/
+12
*
|
I think this is ok, "resizable" property might change
Ariel Manzur
2016-04-29
1
-1
/
+1
*
|
merged iphoen changes
Ariel Manzur
2016-04-29
6
-102
/
+532
*
|
Move export GUI debug toggle to export settings window
eska
2016-04-28
4
-4
/
+4
*
|
Drop NACL platform
Rémi Verschelde
2016-04-25
24
-3494
/
+0
*
|
Drop obsolete WIP for Flash platform
Rémi Verschelde
2016-04-25
29
-24483
/
+0
*
|
Merge pull request #4377 from eska014/web-keys
Rémi Verschelde
2016-04-19
4
-121
/
+455
|
\
\
|
*
|
Add fallback to legacy KeyboardEvent in web export
eska
2016-04-19
1
-1
/
+21
|
*
|
Reimplement key input events in Emscripten export
eska
2016-04-19
4
-121
/
+435
|
|
/
*
|
remove unused resources and add korean locale for android
volzhs
2016-04-19
2
-3
/
+52
*
|
x11: Flush the X output buffer after changing mouse mode
Ignacio Etcheverry
2016-04-12
1
-0
/
+2
|
/
*
memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()
MSC
2016-04-03
1
-0
/
+2
*
Remove trailing spaces
Rémi Verschelde
2016-04-02
20
-217
/
+217
*
Merge pull request #4105 from akien-mga/pr-android-shutdown-adb
Rémi Verschelde
2016-03-20
1
-0
/
+1
|
\
|
*
Expose android/shutdown_adb_on_exit parameter and default to true
Rémi Verschelde
2016-03-20
1
-0
/
+1
*
|
Add support for gnu-libstc++-4.9 needed by recent NDK versions
blubee
2016-03-20
1
-7
/
+9
*
|
Add -r flag to adb install for keep app user data
sanikoyes
2016-03-18
1
-0
/
+1
|
/
*
Fixes the month consistency issue in enums and get_date etc
Kyle Luce
2016-03-13
1
-1
/
+5
*
Borderless window support for the Win32 build. Default window position is now...
Saracen
2016-03-12
2
-2
/
+15
*
fix possible crash in platform/x11/joystick_linux.cpp
Hubert Jarosz
2016-03-09
1
-0
/
+6
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
49
-412
/
+412
*
osx: fix inverted horizontal scrolling
hondres
2016-03-07
1
-1
/
+1
*
Merge pull request #3893 from leezh/diraccess_fix
Rémi Verschelde
2016-03-05
2
-4
/
+7
|
\
|
*
Added relative paths for DirAccess::remove()
Zher Huei Lee
2016-03-01
2
-4
/
+7
*
|
html5: workaround for echo key events.
hondres
2016-03-04
3
-2
/
+27
*
|
fix gradle build on windows
volzhs
2016-03-02
1
-1
/
+1
|
/
*
added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings
Ariel Manzur
2016-02-27
1
-0
/
+10
*
theora on server build
Ariel Manzur
2016-02-25
1
-1
/
+0
*
x11: fix joysticks not recognizing some buttons
hinsbart
2016-02-24
1
-3
/
+1
*
Reject any native video player calls on iOS that point to files within .pck a...
Aren Villanueva
2016-02-19
3
-65
/
+36
*
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
Rémi Verschelde
2016-02-17
5
-5
/
+5
*
Merge pull request #3715 from Hinsbart/libudev_include
Rémi Verschelde
2016-02-15
1
-1
/
+4
|
\
|
*
include libudev only on udev builds
hondres
2016-02-15
1
-1
/
+4
*
|
adding xcode project template
Ariel Manzur
2016-02-14
39
-0
/
+613
|
/
*
x11: make dependancy on libudev optional
hondres
2016-02-14
3
-11
/
+41
*
win: fix xinput triggers not resetting correctly
Hondres
2016-02-12
1
-1
/
+1
*
fix platform bb10 compilation
hondres
2016-02-11
2
-1
/
+5
*
Merge pull request #3428 from Hinsbart/android-gamepad
punto-
2016-02-08
9
-160
/
+668
|
\
|
*
use fallback mapping from list
Hondres
2016-01-27
1
-1
/
+1
|
*
can use fallback mapping on all platforms
hondres
2016-01-24
1
-1
/
+1
[next]