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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Apply clang-format (3.9.1) to Obj-C++ files
Rémi Verschelde
2017-04-09
12
-679
/
+628
*
Merge pull request #8311 from BastiaanOlij/format_mm_2.1
Rémi Verschelde
2017-04-08
11
-1271
/
+1142
|
\
|
*
Spaces to tabs and layout adjustments on .mm files
BastiaanOlij
2017-04-08
11
-1271
/
+1142
*
|
Revert "8145 - Mouse Position is unknown until first mouse event on X11 & Win"
Rémi Verschelde
2017-04-08
2
-11
/
+1
*
|
Style: Fix some badly formatted files
Rémi Verschelde
2017-04-08
1
-2
/
+2
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
176
-0
/
+176
|
/
*
Merge pull request #8273 from RandomShaper/fix-android-x86-2.1
Rémi Verschelde
2017-04-05
1
-0
/
+2
|
\
|
*
Fix crash on Android-x86
Pedro J. Estébanez
2017-04-05
1
-0
/
+2
*
|
8145 - Mouse Position is unknown until first mouse event on X11 & Win
Sergey Pusnei
2017-04-05
2
-1
/
+11
*
|
Update build.gradle.template
Ramesh Ravone
2017-04-05
1
-0
/
+1
|
/
*
Merge pull request #8152 from Hinsbart/input_id_2.1
Rémi Verschelde
2017-03-27
6
-42
/
+4
|
\
|
*
Better handling of joypad device IDs.
Andreas Haas
2017-03-26
6
-42
/
+4
*
|
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-25
8
-17
/
+14
|
/
*
Merge pull request #8088 from BastiaanOlij/android_gravity_2.1
Rémi Verschelde
2017-03-24
7
-28
/
+72
|
\
|
*
Android gravity vector Godot 2.1
BastiaanOlij
2017-03-21
7
-28
/
+72
*
|
Merge pull request #8100 from BastiaanOlij/ios_magnetometer_2.1
Rémi Verschelde
2017-03-23
1
-1
/
+1
|
\
\
|
*
|
Fixing magnetometer on iOS
BastiaanOlij
2017-03-21
1
-1
/
+1
|
|
/
*
|
Fix buffer size check in UDP socket.
Fabio Alessandrelli
2017-03-22
1
-1
/
+1
*
|
Use default UDP ring buffer size of 65536 for clients
Fabio Alessandrelli
2017-03-22
1
-2
/
+2
*
|
Fix bug causing UDP socket to close after the first send if not listening
Fabio Alessandrelli
2017-03-22
1
-0
/
+1
*
|
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
2017-03-22
2
-10
/
+5
*
|
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-03-22
4
-9
/
+5
*
|
Implement UDP listen bind address
Fabio Alessandrelli
2017-03-22
2
-6
/
+23
*
|
Implement TCP Server bind address
Fabio Alessandrelli
2017-03-22
3
-6
/
+18
*
|
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-03-22
1
-1
/
+1
*
|
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2017-03-22
1
-0
/
+4
*
|
TCP connect always opens correct socket type
Fabio Alessandrelli
2017-03-22
2
-3
/
+8
|
/
*
X11: Don't reset mouse cursor theme.
Andreas Haas
2017-03-19
1
-2
/
+1
*
android: adding classpath and gradle plugins
Ramesh Mani Maran
2017-03-19
2
-1
/
+12
*
Update mouse position on touch and release events (Android)
denis
2017-03-19
1
-0
/
+2
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
127
-9843
/
+8469
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-18
6
-14
/
+14
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-03-18
3
-11
/
+14
*
Style: Prevent clang-format on JS code
Rémi Verschelde
2017-03-18
4
-91
/
+293
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-03-18
4
-5
/
+5
*
iphone: Drop unused Appirater thirdparty API
Rémi Verschelde
2017-03-18
6
-970
/
+0
*
support for multiple maven url
Ramesh Mani Maran
2017-03-18
1
-2
/
+3
*
Fix failing build on mageia v6 x64 linux.
Shlomi Fish
2017-03-18
1
-0
/
+1
*
Replace misuse of list iteration
Ignacio Etcheverry
2017-03-18
1
-3
/
+3
*
X11 return to cwd at exit
Hein-Pieter van Braam
2017-03-18
1
-0
/
+9
*
Fix for issue #7766
Brett-Mitchell
2017-03-18
1
-1
/
+2
*
Fix glitches when sampling relative cursor data in CAPTURED mouse mode on Win...
Saracen
2017-03-18
1
-2
/
+3
*
Fix issues with set_window_resizable on x11
marcelofg55
2017-03-18
1
-9
/
+27
*
Use -Ofast on x11. Also introduced use_lto option.
Ferenc Arn
2017-03-18
1
-9
/
+16
*
Fix gibberish output for windows/mingw.
Fabio Alessandrelli
2017-03-18
1
-10
/
+2
*
#7215 try to fix adb bad targeting user on device
Jerome67000
2017-03-18
1
-1
/
+1
*
x11: don't wait for window to be mapped
Jesper Bækdahl
2017-03-18
1
-7
/
+0
*
Core motion for Godot 2.x (based on PR 7127)
BastiaanOlij
2017-03-09
5
-58
/
+100
*
Add window features in web export
eska
2017-03-07
2
-38
/
+161
*
Revert "Add fullscreen features in web export"
eska
2017-03-07
2
-101
/
+38
[next]