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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8108 from Faless/2.1-v6fix-cherry
Rémi Verschelde
2017-03-23
27
-148
/
+201
|
\
|
*
Fix buffer size check in UDP socket.
Fabio Alessandrelli
2017-03-22
2
-2
/
+2
|
*
Use default UDP ring buffer size of 65536 for clients
Fabio Alessandrelli
2017-03-22
2
-4
/
+4
|
*
Fix bug causing UDP socket to close after the first send if not listening
Fabio Alessandrelli
2017-03-22
2
-0
/
+2
|
*
Update docs reference for TCP_Server::listen and UDPPacketPeer::listen
Fabio Alessandrelli
2017-03-22
1
-4
/
+12
|
*
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
2017-03-22
4
-20
/
+10
|
*
Bind to IPv4 on OpenBSD when using wildcard
Fabio Alessandrelli
2017-03-22
2
-0
/
+8
|
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-03-22
18
-65
/
+13
|
*
Implement UDP listen bind address
Fabio Alessandrelli
2017-03-22
6
-15
/
+47
|
*
Implement TCP Server bind address
Fabio Alessandrelli
2017-03-22
9
-29
/
+49
|
*
IP_Address can now be a wildcard (not a valid IP, used for binding)
Fabio Alessandrelli
2017-03-22
2
-1
/
+10
|
*
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-03-22
9
-11
/
+30
|
*
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2017-03-22
2
-0
/
+8
|
*
TCP connect always opens correct socket type
Fabio Alessandrelli
2017-03-22
4
-8
/
+17
|
/
*
Merge pull request #8094 from RandomShaper/fix-yield-crash-2.1
Rémi Verschelde
2017-03-21
1
-1
/
+1
|
\
|
*
Fix random crashes when using yield()
Pedro J. Estébanez
2017-03-21
1
-1
/
+1
|
/
*
Merge pull request #8091 from RandomShaper/fix-particles-2d-2.1
Rémi Verschelde
2017-03-20
1
-0
/
+3
|
\
|
*
Fix Particles2D process mode back-compat issue
Pedro J. Estébanez
2017-03-20
1
-0
/
+3
*
|
Revert "Fix drag and drop on 2d viewport"
Rémi Verschelde
2017-03-20
1
-15
/
+15
*
|
Travis: Run clang-format static check
Rémi Verschelde
2017-03-19
2
-1
/
+53
*
|
Fix linking order for builtin freetype
Rémi Verschelde
2017-03-19
1
-18
/
+14
*
|
Fix cherry-pick mistake using 3.0 method
Rémi Verschelde
2017-03-19
1
-1
/
+1
*
|
Merge pull request #8073 from Hinsbart/bind_parse_ev
Rémi Verschelde
2017-03-19
3
-1
/
+5
|
\
\
|
*
|
Input: bind parse_input_event()
Andreas Haas
2017-03-19
3
-1
/
+5
|
/
/
*
|
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
4
-1
/
+21
*
|
Editor: Fix "About" dialog
Andreas Haas
2017-03-19
1
-6
/
+5
*
|
Fixed typo in gdscript autocompletion.
mbalint12
2017-03-19
1
-1
/
+1
*
|
Update mouse position on touch and release events (Android)
denis
2017-03-19
1
-0
/
+2
*
|
List Control::has_point as a virtual method
CrazyGuy108
2017-03-19
2
-0
/
+10
*
|
Fix drag and drop on 2d viewport
volzhs
2017-03-19
1
-16
/
+16
*
|
fix remove_and_skip()
AlexHolly
2017-03-19
1
-7
/
+8
*
|
Fix connection errors when replacing node
Ignacio Etcheverry
2017-03-19
1
-2
/
+5
|
/
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
1308
-173543
/
+146940
*
Prevent cyclical dependency issue after clang-format includes reorder
Rémi Verschelde
2017-03-19
1
-1
/
+3
*
Add missing map.h include in color defs
Rémi Verschelde
2017-03-19
1
-0
/
+2
*
Prevent MSVC build issue after clang-format includes reorder
Rémi Verschelde
2017-03-18
1
-2
/
+3
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-18
1759
-31301
/
+31301
*
clang-format: Add pre-commit hook
Rémi Verschelde
2017-03-18
4
-0
/
+258
*
Style: Add .clang-format based on LLVM style
Rémi Verschelde
2017-03-18
1
-0
/
+98
*
Reorder the folders in tools to prepare moving tools/editor
Rémi Verschelde
2017-03-18
107
-155
/
+151
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-03-18
20
-139
/
+162
*
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
98
-202
/
+202
*
Style: Keep long lines for now
Rémi Verschelde
2017-03-18
1
-22
/
+11
*
Style: No break before list brace
Rémi Verschelde
2017-03-18
6
-14
/
+7
*
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 wrong TreeItem reference after reconstructing
volzhs
2017-03-18
1
-1
/
+0
*
Fix failing build on mageia v6 x64 linux.
Shlomi Fish
2017-03-18
1
-0
/
+1
[next]