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
/
math
/
triangle_mesh.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
Use default UDP ring buffer size of 65536 for clients
Fabio Alessandrelli
2
-4
/
+4
2017-03-22
Fix bug causing UDP socket to close after the first send if not listening
Fabio Alessandrelli
2
-0
/
+2
2017-03-22
Update docs reference for TCP_Server::listen and UDPPacketPeer::listen
Fabio Alessandrelli
1
-4
/
+12
2017-03-22
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
4
-20
/
+10
2017-03-22
Bind to IPv4 on OpenBSD when using wildcard
Fabio Alessandrelli
2
-0
/
+8
2017-03-22
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
18
-65
/
+13
2017-03-22
Implement UDP listen bind address
Fabio Alessandrelli
6
-15
/
+47
2017-03-22
Implement TCP Server bind address
Fabio Alessandrelli
9
-29
/
+49
2017-03-22
IP_Address can now be a wildcard (not a valid IP, used for binding)
Fabio Alessandrelli
2
-1
/
+10
2017-03-22
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
9
-11
/
+30
2017-03-22
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2
-0
/
+8
2017-03-22
TCP connect always opens correct socket type
Fabio Alessandrelli
4
-8
/
+17
2017-03-21
Fix random crashes when using yield()
Pedro J. Estébanez
1
-1
/
+1
2017-03-20
Fix Particles2D process mode back-compat issue
Pedro J. Estébanez
1
-0
/
+3
2017-03-20
Revert "Fix drag and drop on 2d viewport"
Rémi Verschelde
1
-15
/
+15
2017-03-19
Travis: Run clang-format static check
Rémi Verschelde
2
-1
/
+53
2017-03-19
Fix linking order for builtin freetype
Rémi Verschelde
1
-18
/
+14
2017-03-19
Fix cherry-pick mistake using 3.0 method
Rémi Verschelde
1
-1
/
+1
2017-03-19
Input: bind parse_input_event()
Andreas Haas
3
-1
/
+5
2017-03-19
X11: Don't reset mouse cursor theme.
Andreas Haas
1
-2
/
+1
2017-03-19
android: adding classpath and gradle plugins
Ramesh Mani Maran
4
-1
/
+21
2017-03-19
Editor: Fix "About" dialog
Andreas Haas
1
-6
/
+5
2017-03-19
Fixed typo in gdscript autocompletion.
mbalint12
1
-1
/
+1
2017-03-19
Update mouse position on touch and release events (Android)
denis
1
-0
/
+2
2017-03-19
List Control::has_point as a virtual method
CrazyGuy108
2
-0
/
+10
2017-03-19
Fix drag and drop on 2d viewport
volzhs
1
-16
/
+16
2017-03-19
fix remove_and_skip()
AlexHolly
1
-7
/
+8
2017-03-19
Fix connection errors when replacing node
Ignacio Etcheverry
1
-2
/
+5
2017-03-19
Bring that Whole New World to the Old Continent too
Rémi Verschelde
1308
-173543
/
+146940
2017-03-19
Prevent cyclical dependency issue after clang-format includes reorder
Rémi Verschelde
1
-1
/
+3
2017-03-19
Add missing map.h include in color defs
Rémi Verschelde
1
-0
/
+2
2017-03-18
Prevent MSVC build issue after clang-format includes reorder
Rémi Verschelde
1
-2
/
+3
2017-03-18
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
1759
-31301
/
+31301
2017-03-18
clang-format: Add pre-commit hook
Rémi Verschelde
4
-0
/
+258