index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
/
packet_peer_udp_winsock.cpp
Age
Commit message (
Expand
)
Author
2017-05-05
Fix UDP wait() not returning after first received packet
Fabio Alessandrelli
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Allow non blocking UDP put_packet in C++.
Fabio Alessandrelli
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-23
Fix buffer size check in UDP socket.
Fabio Alessandrelli
2017-01-23
Use default UDP ring buffer size of 65536 for clients
Fabio Alessandrelli
2017-01-23
Fix bug causing UDP socket to close after the first send if not listening
Fabio Alessandrelli
2017-01-23
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
Implement UDP listen bind address
Fabio Alessandrelli
2017-01-23
Implement TCP Server bind address
Fabio Alessandrelli
2017-01-23
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2017-01-14
UDP.set_send_address to UDP.set_dest_address
Juan Linietsky
2017-01-02
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-12-09
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2016-12-09
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
Move V6ONLY flag selection inside helpers
Fabio Alessandrelli
2016-12-09
Automatically map IPv4 address to IPv6 when needed
Fabio Alessandrelli
2016-12-09
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2016-10-30
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
2016-10-30
Fix windows debugger connection problems.
Fabio Alessandrelli
2016-10-26
Fix PacketPeerUDP get_packet_port()
Fabio Alessandrelli
2016-10-26
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
2016-10-20
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-06-18
Add missing license headers in our source files (#5255)
Rémi Verschelde
2015-11-19
Fixed mistake where available buffer size would not be updated for each recvf...
Trond Abusdal
2015-11-09
* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...
Trond Abusdal
2015-11-09
Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...
Trond Abusdal
2014-11-17
NavMesh
Juan Linietsky
2014-11-13
UDP Fixes
Juan Linietsky
2014-11-12
3D Import Import & UDP
Juan Linietsky