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
*
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
*
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-02
3
-17
/
+17
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-02
7
-28
/
+28
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-02
7
-708
/
+708
*
scons: Move lib splitting method to methods.py
Rémi Verschelde
2016-10-31
1
-3
/
+6
*
Adopt simpler strategy for big libs on Windows
Pedro J. Estébanez
2016-10-31
1
-49
/
+3
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-30
13
-0
/
+26
*
png: Try to fix neon issue on iphone armv7
Rémi Verschelde
2016-10-30
1
-22
/
+24
*
drivers: Refactor SCsub and drop redundant env_drivers clone
Rémi Verschelde
2016-10-30
11
-60
/
+60
*
freetype: Make it a module and split thirdparty library
Rémi Verschelde
2016-10-30
501
-191619
/
+0
*
chibi: Move to a module
Rémi Verschelde
2016-10-30
48
-12818
/
+0
*
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-30
24
-10822
/
+26
*
glew: Split thirdparty files and isolate env
Rémi Verschelde
2016-10-30
5
-41590
/
+20
*
squish: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-30
29
-4638
/
+0
*
rtaudio: Split thirdparty files
Rémi Verschelde
2016-10-30
6
-11419
/
+22
*
mpc: Move to a module and split thirdparty libmpcdec
Rémi Verschelde
2016-10-30
26
-4823
/
+0
*
theora: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-30
79
-34000
/
+1
*
modules: Clone env in each module
Rémi Verschelde
2016-10-30
1
-5
/
+5
*
openssl: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-30
951
-355586
/
+0
*
ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libs
Rémi Verschelde
2016-10-30
481
-170447
/
+0
*
webp: Make it a module and unbundle libwebp thirdparty files
Rémi Verschelde
2016-10-30
155
-58875
/
+0
*
dds/etc1/pbm/pvr: Make those modules and split thirdparty files
Rémi Verschelde
2016-10-30
36
-6101
/
+0
[next]