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
/
windows
/
packet_peer_udp_winsock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+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
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-03-22
1
-2
/
+1
*
Implement UDP listen bind address
Fabio Alessandrelli
2017-03-22
1
-5
/
+21
*
Implement TCP Server bind address
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
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
1
-63
/
+50
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-12
1
-1
/
+1
*
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2017-01-04
1
-8
/
+10
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2017-01-04
1
-1
/
+1
*
Move V6ONLY flag selection inside helpers
Fabio Alessandrelli
2017-01-04
1
-8
/
+0
*
Automatically map IPv4 address to IPv6 when needed
Fabio Alessandrelli
2017-01-04
1
-1
/
+1
*
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2017-01-04
1
-7
/
+8
*
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
2016-12-11
1
-3
/
+11
*
Fix windows debugger connection problems.
Fabio Alessandrelli
2016-12-11
1
-5
/
+1
*
Fix PacketPeerUDP get_packet_port()
Fabio Alessandrelli
2016-12-11
1
-2
/
+2
*
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
2016-12-11
1
-4
/
+4
*
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-12-11
1
-20
/
+54
*
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-0
/
+28
*
Fixed mistake where available buffer size would not be updated for each recvf...
Trond Abusdal
2015-11-19
1
-3
/
+1
*
* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...
Trond Abusdal
2015-11-09
1
-2
/
+21
*
Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...
Trond Abusdal
2015-11-09
1
-1
/
+1
*
NavMesh
Juan Linietsky
2014-11-17
1
-0
/
+2
*
UDP Fixes
Juan Linietsky
2014-11-13
1
-5
/
+38
*
3D Import Import & UDP
Juan Linietsky
2014-11-12
1
-0
/
+167