index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
unix
Age
Commit message (
Expand
)
Author
2017-03-06
Fix build issue with MSVC
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-02-21
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-12
Merge pull request #7581 from Faless/v6_wild_bind
Rémi Verschelde
2017-02-09
Add a simple signal handler for SIGCHLD on Unix
Hein-Pieter van Braam
2017-02-06
Several bugfixes, improving the import workflow
Juan Linietsky
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
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
2017-01-23
Bind to IPv4 on OpenBSD when using wildcard
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
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-01-23
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2017-01-15
Merge pull request #7510 from Faless/tcp_connect
Rémi Verschelde
2017-01-14
StreamPeerWinsock: Fix changed declarations
Rémi Verschelde
2017-01-14
removed duplicated functions in class hierarchy that were bound more than once
Juan Linietsky
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
Fixed dir access return value, changed it to Error like all other funcs
Juan Linietsky
2017-01-14
UDP.set_send_address to UDP.set_dest_address
Juan Linietsky
2017-01-13
TCP connect always opens correct socket type
Fabio Alessandrelli
2017-01-12
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-09
Windows: Workaround missing includes in MinGW-w64 < 4
Rémi Verschelde
2017-01-08
Windows: Define _WIN32_WINRT to 0x0600 (Vista)
Rémi Verschelde
2017-01-08
Use more compatible initializarion of RWLockPosix
Juan Linietsky
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-06
-Changed memory functions, Memory::alloc_static*, simplified them, made them ...
Juan Linietsky
2017-01-05
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
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
Remove old unused AI_V4MAPPED flag to getaddrinfo
Fabio Alessandrelli
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-12-09
Fix getaddrinfo failing on android
Fabio Alessandrelli
2016-12-09
Properly handle tcp connection failure
Fabio Alessandrelli
2016-12-09
Fix _set_ip_addr_port not setting the address.
Fabio Alessandrelli
2016-11-30
OS additions and fixes for WebAssembly/asm.js
eska
2016-11-03
Rename WINRT_ENABLED to UWP_ENABLED
George Marques
2016-11-01
Merge pull request #7006 from vnen/fix-ipv6-uwp
George Marques
2016-10-31
Fix IPv6 linking for UWP
George Marques
2016-11-01
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-10-30
Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)
Fabio Alessandrelli
[next]