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
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
59
-0
/
+59
*
Merge pull request #8141 from elasota/fix-unshaded-spillover
Rémi Verschelde
2017-03-27
1
-2
/
+6
|
\
|
*
Fixed "unshaded" flag not being updated if light_type and receive_shadows_sta...
elasota
2017-03-24
1
-2
/
+6
*
|
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
*
|
Avoid deadlock when writing/reading data on a connecting TCP socket
Fabio Alessandrelli
2017-03-22
2
-10
/
+5
*
|
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
4
-9
/
+5
*
|
Implement UDP listen bind address
Fabio Alessandrelli
2017-03-22
2
-6
/
+21
*
|
Implement TCP Server bind address
Fabio Alessandrelli
2017-03-22
4
-11
/
+29
*
|
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-03-22
3
-3
/
+3
*
|
Avoid calling close when polling a UDP peer without socket
Fabio Alessandrelli
2017-03-22
1
-0
/
+4
*
|
TCP connect always opens correct socket type
Fabio Alessandrelli
2017-03-22
2
-5
/
+9
|
/
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
61
-8959
/
+7450
*
Prevent MSVC build issue after clang-format includes reorder
Rémi Verschelde
2017-03-18
1
-2
/
+3
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-03-18
1
-3
/
+6
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-03-18
5
-6
/
+6
*
Add a simple signal handler for SIGCHLD on Unix
Hein-Pieter van Braam
2017-03-18
1
-0
/
+15
*
Finish fix for POSITION in 2D shaders
Pedro J. Estébanez
2017-03-06
1
-3
/
+2
*
fix for https://github.com/godotengine/godot/issues/3226
saltpowered
2017-01-17
1
-2
/
+4
*
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-12
2
-9
/
+5
*
Windows: Workaround missing includes in MinGW-w64 < 4
Rémi Verschelde
2017-01-12
1
-1
/
+13
*
Windows: Define _WIN32_WINRT to 0x0600 (Vista)
Rémi Verschelde
2017-01-12
2
-11
/
+3
*
Fix for the huge audio latency of the SamplePlayer (>200 ms)
lonesurvivor
2017-01-12
4
-126
/
+140
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-12
59
-59
/
+59
*
Fix issue #7331
REBELLIOUSX\Rebel_X
2017-01-12
1
-1
/
+1
*
Fix uniforms with the same name shadowing others
Pedro J. Estébanez
2017-01-10
1
-9
/
+6
*
Merge pull request #7141 from Faless/2.1.x-ipv6
Rémi Verschelde
2017-01-04
8
-81
/
+280
|
\
|
*
Remove old unused AI_V4MAPPED flag to getaddrinfo
Fabio Alessandrelli
2017-01-04
1
-8
/
+0
|
*
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2017-01-04
4
-38
/
+30
|
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2017-01-04
7
-18
/
+18
|
*
Move V6ONLY flag selection inside helpers
Fabio Alessandrelli
2017-01-04
3
-19
/
+4
|
*
Automatically map IPv4 address to IPv6 when needed
Fabio Alessandrelli
2017-01-04
3
-7
/
+19
|
*
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2017-01-04
6
-18
/
+22
|
*
Properly handle tcp connection failure
Fabio Alessandrelli
2017-01-04
1
-1
/
+6
|
*
Fix _set_ip_addr_port not setting the address.
Fabio Alessandrelli
2017-01-04
1
-1
/
+1
|
*
Fix getaddrinfo failing on android
Fabio Alessandrelli
2017-01-04
1
-0
/
+5
|
*
Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)
Fabio Alessandrelli
2016-12-11
1
-0
/
+7
|
*
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
2016-12-11
4
-5
/
+31
|
*
Fix windows debugger connection problems.
Fabio Alessandrelli
2016-12-11
4
-11
/
+26
|
*
TCPServer listen now default to IP type ANY (v6 socket with v4 support)
Fabio Alessandrelli
2016-12-11
1
-1
/
+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
4
-12
/
+16
|
*
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-12-11
4
-72
/
+81
|
*
fixed some byte order and parsing problems
Ariel Manzur
2016-12-11
1
-1
/
+1
|
*
adding ipv6
Ariel Manzur
2016-12-11
7
-77
/
+220
*
|
Fix error when fragment and lighting code share an uniform
Pedro J. Estébanez
2016-12-21
1
-1
/
+11
|
/
*
OS additions and fixes for WebAssembly/asm.js
eska
2016-12-03
1
-3
/
+0
*
scons: Reorder options for clarity
Rémi Verschelde
2016-11-03
2
-2
/
+2
[next]