aboutsummaryrefslogtreecommitdiff
path: root/core/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-052-0/+57
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-283-5/+3
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-217-9/+9
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-154-11/+54
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1313-139/+139
* Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde2017-02-1211-65/+45
|\
| * Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-238-42/+5
| * Implement UDP listen bind addressFabio Alessandrelli2017-01-232-3/+3
| * Implement TCP Server bind addressFabio Alessandrelli2017-01-232-13/+2
| * IP_Address can now be a wildcard (not a valid IP, used for binding)Fabio Alessandrelli2017-01-232-1/+8
| * Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-235-7/+28
* | Merge pull request #7749 from Faless/fix_7697Rémi Verschelde2017-02-121-2/+4
|\ \
| * | HTTPClient properly handle partial data in non-blocking modeFabio Alessandrelli2017-02-071-2/+4
* | | Merge pull request #7743 from karroffel/json_parsing-3.0Rémi Verschelde2017-02-121-2/+2
|\ \ \ | |/ / |/| |
| * | JSON::parse reports errors on open-ended objectsKarroffel2017-02-061-2/+2
* | | shadows were not working in-editor for nvidia, fixed nowJuan Linietsky2017-02-061-2/+0
|/ /
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-062-1/+23
* | CSV translation import pluginJuan Linietsky2017-02-012-4/+11
* | Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-015-13/+123
* | Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-256-226/+230
* | Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-1/+2
|/
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: No break before list braceRémi Verschelde2017-01-161-4/+2
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-165-1/+73
* Fix error while JSON::parse with empty stringGeequlim2017-01-151-1/+1
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-147-22/+22
* Style: Fix whole-line commented codeRémi Verschelde2017-01-146-22/+29
* Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-142-3/+3
* UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-142-5/+5
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-145-13/+13
* Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-113-12/+12
* Type renames:Juan Linietsky2017-01-119-72/+72
* Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky2017-01-082-13/+10
* Remove XML format, as promised, for 3.0Juan Linietsky2017-01-082-3052/+0
* Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky2017-01-082-24/+114
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-4/+4
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-0713-165/+165
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-059-31/+44
* Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-032-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0228-175/+175
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-023-112/+41
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-033-112/+41
* | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-0212-94/+153
|\ \
| * | Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-132-6/+10
| * | Separate hostname resolve cache based on ip_typeFabio Alessandrelli2016-12-091-11/+15
| * | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-093-47/+65
| * | Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-098-0/+26
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-0910-32/+30
| * | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-096-15/+24
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0158-58/+58