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
/
core
/
method_bind.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-04
Properly handle tcp connection failure
Fabio Alessandrelli
2
-2
/
+12
2017-01-04
Fix _set_ip_addr_port not setting the address.
Fabio Alessandrelli
1
-1
/
+1
2017-01-04
Fix getaddrinfo failing on android
Fabio Alessandrelli
1
-0
/
+5
2016-12-11
[IPv6] Fix windows build script (link to ws2_32)
Fabio Alessandrelli
1
-2
/
+2
2016-12-11
Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)
Fabio Alessandrelli
1
-0
/
+7
2016-12-11
Update docs to IPv6
Fabio Alessandrelli
1
-8
/
+26
2016-12-11
Set proper ip_type default for listen() and resolve_hostname()
Fabio Alessandrelli
3
-4
/
+4
2016-12-11
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
6
-8
/
+50
2016-12-11
Add optional IP type param in TCP/UDP connect/set_send_address
Fabio Alessandrelli
4
-5
/
+24
2016-12-11
Fix windows debugger connection problems.
Fabio Alessandrelli
7
-19
/
+30
2016-12-11
TCPServer listen now default to IP type ANY (v6 socket with v4 support)
Fabio Alessandrelli
4
-5
/
+5
2016-12-11
Fix PacketPeerUDP get_packet_port()
Fabio Alessandrelli
2
-4
/
+4
2016-12-11
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
7
-22
/
+26
2016-12-11
added implementation of is_valid_ip_address()
Ariel Manzur
3
-25
/
+117
2016-12-11
added windows support for ipv6, cleaned up unix code
Ariel Manzur
11
-122
/
+175
2016-12-11
address type for http client
Ariel Manzur
2
-4
/
+5
2016-12-11
fixed some byte order and parsing problems
Ariel Manzur
3
-21
/
+52
2016-12-11
adding ipv6
Ariel Manzur
16
-122
/
+450
2016-12-04
Emit asm.js code into a dedicated file for asm.js export
eska
3
-14
/
+30
2016-12-04
Add fullscreen features in web export
eska
2
-38
/
+101
2016-12-03
Fix some mouse bugs in WebAssembly/asm.js
eska
3
-5
/
+17
2016-12-03
OS additions and fixes for WebAssembly/asm.js
eska
4
-57
/
+49
2016-11-19
png: Allow building shared freetype with bundled libpng
Rémi Verschelde
2
-2
/
+0
2016-11-19
Revert "libpng: Fix erroneously linking against libpng12 on old distros"
Rémi Verschelde
2
-2
/
+2
2016-11-19
libpng: Same fix as previous commit for server platform
Rémi Verschelde
1
-1
/
+1
2016-11-19
Fix Script Editor drawing over Dialogs.
Andreas Haas
2
-2
/
+14
2016-11-19
libpng: Fix erroneously linking against libpng12 on old distros
Rémi Verschelde
1
-1
/
+1
2016-11-15
Release 2.1.1-stable
2.1.1-stable
Rémi Verschelde
2
-2
/
+3
2016-11-15
classref: Sync with current source
Rémi Verschelde
1
-1
/
+9
2016-11-15
i18n: Sync translations with Weblate and update template
Rémi Verschelde
15
-897
/
+2261
2016-11-15
i18n: Remove translations below 20% completion
Rémi Verschelde
16
-102160
/
+0
2016-11-15
Added snapping to 3D path handles to bring it in line with its 2D counterpart
Ben Hickling
1
-0
/
+6
2016-11-15
Check entered and trimmed path when create, import, install project
volzhs
1
-30
/
+22
2016-11-15
Uncomment debug properties of HTTP Request
khairul169
1
-12
/
+12
2016-11-15
Fix crash when select target path on import 3d scene window
volzhs
2
-2
/
+2
2016-11-15
Update/fix Android build
Pedro J. Estébanez
1
-7
/
+7
2016-11-15
Clarify a NULL comparison
eska
1
-1
/
+1
2016-11-15
Prevent to select children if selection lock or instanced scene
volzhs
1
-7
/
+14
2016-11-15
Fix resetting to default value in EditorSettings
volzhs
1
-1
/
+0
2016-11-15
Make the step property useful for sliders as described in #5773
Elia Argentieri
1
-4
/
+13
2016-11-15
Make Android export quicker (especially on Windows)
Pedro J. Estébanez
1
-19
/
+19
2016-11-15
Export immediately if only one device present
Pawel Kowal
1
-6
/
+17
2016-11-15
Fix Directory.dir_exist/get_current_dir for 'res://' on Android
volzhs
2
-2
/
+7
2016-11-15
vsnc --> vsync
ISylvox
9
-11
/
+11
2016-11-15
Set project name as directory name instead of '.'
volzhs
1
-2
/
+2
2016-11-15
Select newly created or imported project automatically
volzhs
2
-2
/
+45
2016-11-15
Fix Label valign position
volzhs
1
-3
/
+3
2016-11-15
Some missing License notice has been added
SPTelur
2
-0
/
+59
2016-11-15
Caret blink will no longer cause redraw without focus, issue 6167
Paulb23
2
-2
/
+2
2016-11-15
Fixed minor typo
DTV96Calibre
1
-1
/
+1
[next]