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
*
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
*
Revert "Homogeinize resource formats loaders/savers"
Rémi Verschelde
2016-07-19
2
-1644
/
+0
*
Merge pull request #5467 from RandomShaper/enhance-tidy-extensions
Juan Linietsky
2016-07-16
3
-17
/
+1645
|
\
|
*
Tidy up population of extensions list
Pedro J. Estébanez
2016-06-28
1
-17
/
+1
|
*
Homogeinize resource formats loaders/savers
Pedro J. Estébanez
2016-06-28
2
-0
/
+1644
*
|
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-07-08
4
-9
/
+0
|
/
*
Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...
Juan Linietsky
2016-06-22
2
-2
/
+1
*
added missing status, closes #4361
Juan Linietsky
2016-06-20
1
-0
/
+1
*
corrently parse utf8 from zip_io open, closes #1708
Juan Linietsky
2016-06-18
1
-2
/
+5
*
Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872
Juan Linietsky
2016-06-18
1
-3
/
+3
*
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
6
-0
/
+168
*
Merge pull request #5250 from bojidar-bg/add-sha256
Juan Linietsky
2016-06-17
3
-0
/
+300
|
\
|
*
Add sha256 to String and File/FileAccess.
Bojidar Marinov
2016-06-17
3
-0
/
+300
*
|
Fixed PacketPeer.get_var() return type in docs
J08nY
2016-06-16
1
-1
/
+1
|
/
*
Classref: Added docs for StreamPeer* (#5216)
J08nY
2016-06-15
1
-1
/
+0
*
Zip-align exported APK
Pedro J. Estébanez
2016-06-13
1
-4
/
+13
*
Merge pull request #4895 from TheoXD/_fix_interactive_loader_cache
Juan Linietsky
2016-06-06
1
-1
/
+5
|
\
|
*
fixed interactive_loader() not returning a cached scene
TheoXD
2016-05-30
1
-1
/
+5
*
|
Add missing license information (MiniZip)
Roberto
2016-06-06
8
-6
/
+98
*
|
Fix typo in http_client.h
J08nY
2016-06-03
1
-1
/
+1
*
|
Removed invalid DEFVAL for HTTPClient::request_raw
Ignacio Etcheverry
2016-06-01
1
-1
/
+1
|
/
*
Added translation support to Godot
Juan Linietsky
2016-05-27
3
-9
/
+22
*
Changed import workflow
Juan Linietsky
2016-05-27
1
-0
/
+1
*
remove trailing whitespace
Hubert Jarosz
2016-05-21
1
-1
/
+1
*
classref: Directory and ConfigFile
Rémi Verschelde
2016-05-12
1
-1
/
+1
*
httpclient request withh raw_array body
Alexander Holland
2016-05-04
2
-2
/
+57
*
fix - HTTPClient connection keep-alive duplicate Headers #4208
Alexander Holland
2016-04-27
1
-0
/
+1
*
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
Hinsbart
2016-04-23
1
-2
/
+4
*
Added getter method for the connection property in HTTPClient. (#4336)
Mounir Ybanez
2016-04-18
2
-0
/
+8
*
-Made editor support SSL certs by default (embedded them)
Juan Linietsky
2016-03-12
2
-0
/
+30
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
18
-118
/
+118
[next]