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
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
58
-58
/
+58
*
Re-apply clang-format to all files
Rémi Verschelde
2017-08-27
2
-10
/
+9
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-18
2
-11
/
+11
*
Port StreamPeerBuffer to 2.1
Raymoo
2017-08-12
2
-0
/
+155
*
core/[io;object]: fix typo 'resoucre' to 'resource'
Indah Sylvia
2017-08-08
2
-7
/
+7
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-1
/
+1
*
Ignore fuzzy translations
Poommetee Ketson
2017-07-14
1
-6
/
+15
*
Don't append standard ports to the request header.
Martin Capitanio
2017-06-17
1
-2
/
+12
*
Fix root path resolution on PCK file
George Marques
2017-06-07
1
-0
/
+2
*
Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...
Marcelo Fernandez
2017-05-26
1
-18
/
+47
*
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-05-26
25
-7559
/
+18
*
Core: fix possible memory leaks.
Andreas Haas
2017-05-26
2
-2
/
+2
*
Compression::compress properly returns compressed size
Fabio Alessandrelli
2017-05-12
2
-9
/
+12
*
Allow non blocking UDP put_packet in C++.
Fabio Alessandrelli
2017-05-12
2
-0
/
+11
*
Fix infinite loop in DirAccessPack::get_current_dir()
Pedro J. Estébanez
2017-05-04
1
-5
/
+4
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
58
-0
/
+58
*
Suppress error messages when using ConfigFile::get_value and a default is given
Bojidar Marinov
2017-03-24
1
-2
/
+7
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-03-22
8
-41
/
+3
*
Implement UDP listen bind address
Fabio Alessandrelli
2017-03-22
2
-3
/
+3
*
Implement TCP Server bind address
Fabio Alessandrelli
2017-03-22
2
-12
/
+2
*
IP_Address can now be a wildcard (not a valid IP, used for binding)
Fabio Alessandrelli
2017-03-22
2
-1
/
+10
*
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-03-22
5
-7
/
+26
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
60
-5316
/
+4557
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-03-18
1
-1
/
+1
*
Style: No break before list brace
Rémi Verschelde
2017-03-18
1
-4
/
+2
*
Godot 2.1 to 3.0 conversion should be more or less final
Juan Linietsky
2017-02-15
2
-9
/
+10
*
-WIP Exporter to Godot 3.0, only text scenes (no .scn) and still kind of buggy
Juan Linietsky
2017-02-12
8
-41
/
+454
*
Merge pull request #7750 from Faless/2.1.x_fix_7697
Rémi Verschelde
2017-02-12
1
-2
/
+4
|
\
|
*
HTTPClient properly handle partial data in non-blocking mode
Fabio Alessandrelli
2017-02-07
1
-2
/
+4
*
|
JSON::parse reports errors on open-ended objects
Karroffel
2017-02-06
1
-2
/
+2
|
/
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-12
58
-58
/
+58
*
Remove extraneous line in .po reader, which caused it to disregard first line
Bojidar Marinov
2017-01-12
1
-2
/
+0
*
Expose HTTP classes' set_ip_type to scripting
Fabio Alessandrelli
2017-01-04
2
-6
/
+10
*
Separate hostname resolve cache based on ip_type
Fabio Alessandrelli
2017-01-04
1
-11
/
+15
*
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2017-01-04
3
-47
/
+65
*
Allow setting ip_type for TCP/UDP and HTTP classes
Fabio Alessandrelli
2017-01-04
8
-0
/
+26
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2017-01-04
10
-32
/
+30
*
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2017-01-04
6
-15
/
+24
*
Set proper ip_type default for listen() and resolve_hostname()
Fabio Alessandrelli
2016-12-11
3
-4
/
+4
*
Add optional IP type param in TCP/UDP connect/set_send_address
Fabio Alessandrelli
2016-12-11
4
-5
/
+24
*
TCPServer listen now default to IP type ANY (v6 socket with v4 support)
Fabio Alessandrelli
2016-12-11
2
-3
/
+3
*
added windows support for ipv6, cleaned up unix code
Ariel Manzur
2016-12-11
2
-2
/
+15
*
address type for http client
Ariel Manzur
2016-12-11
2
-4
/
+5
*
fixed some byte order and parsing problems
Ariel Manzur
2016-12-11
1
-20
/
+32
*
adding ipv6
Ariel Manzur
2016-12-11
8
-45
/
+225
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-02
1
-3
/
+3
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-30
1
-0
/
+2
*
PCKPacker: moved from tools into core, fixes #4129
J08nY
2016-10-09
2
-0
/
+250
*
Turn some prints to error logs, remove others
Rémi Verschelde
2016-07-24
1
-2
/
+1
*
put text formats for resources and scenes as priority
Juan Linietsky
2016-07-19
4
-6
/
+24
[next]