aboutsummaryrefslogtreecommitdiff
path: root/core/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in http_client.hJ08nY2016-06-031-1/+1
* Removed invalid DEFVAL for HTTPClient::request_rawIgnacio Etcheverry2016-06-011-1/+1
* Added translation support to GodotJuan Linietsky2016-05-273-9/+22
* Changed import workflowJuan Linietsky2016-05-271-0/+1
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* classref: Directory and ConfigFileRémi Verschelde2016-05-121-1/+1
* httpclient request withh raw_array bodyAlexander Holland2016-05-042-2/+57
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-271-0/+1
* Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.Hinsbart2016-04-231-2/+4
* Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-182-0/+8
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-122-0/+30
* remove trailing whitespaceHubert Jarosz2016-03-0918-118/+118
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-042-6/+2
* Fix missing dependency resolver in Windowseska2016-02-211-0/+1
* adds original http headers to response_headersAriel Manzur2016-02-191-4/+4
* adds original http header to response_headersAriel Manzur2016-02-191-1/+1
* -remved p_peer is null error messages, fixes #1150reduz2016-01-241-1/+1
* -Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky2016-01-201-2/+2
* -Make sure scenes properly update when switching tabs, even if sub-instances ...Juan Linietsky2016-01-142-2/+5
* made headers case insensitiveAriel Manzur2016-01-111-2/+3
* Merge pull request #3297 from AlexHolly/comment-some-print_linesRémi Verschelde2016-01-111-3/+3
|\
| * comment some print_linesAlexander Holland2016-01-091-3/+3
* | added a new function to escape properly json, fixes #3282Juan Linietsky2016-01-101-1/+1
* | -fix stray file left open when parsing configuration, closes #3299Juan Linietsky2016-01-101-1/+3
* | make sure file is closed if something failsJuan Linietsky2016-01-101-0/+2
|/
* -Use simpler methods for parsing simple tags, fixes #3274Juan Linietsky2016-01-081-1/+1
* -fix bugs related to parsing config files with new variantparser, closes #324...Juan Linietsky2016-01-071-0/+4
* Added default value param to ConfigFile.get_value()Ignacio Etcheverry2016-01-012-5/+5
* Update copyright to 2016 in headersGeorge Marques2016-01-0150-50/+50
* make json sub-dictionaries shared, fixes #2381Juan Linietsky2015-12-311-2/+2
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-312-7/+7
|\
| * Add missing argument names in GDScript bindingsRémi Verschelde2015-12-282-7/+7
* | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-558/+27
|/
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-142-3/+3
* added binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-132-2/+335
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-091-65/+105
|\
| * updated aes256 implementation to newer version from upstream. Also uses fast...romulox_x2015-12-081-65/+105
* | -ability to change scripts in external editor and still have properties reloa...Juan Linietsky2015-12-091-0/+2
|/
* some fixesJuan Linietsky2015-12-061-1/+1
* Merge pull request #1820 from guilhermefelipecgs/masterRémi Verschelde2015-11-231-1/+0
|\
| * Remove duplicated filter, Fix #1795Guilherme Felipe2015-05-051-1/+0
* | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser...Aren Villanueva2015-11-192-2/+15
* | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\ \
| * | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | | Change handling of invalid JSON escape sequences.Bojidar Marinov2015-11-161-6/+6
|/ /
* | -fixed a quite serious scene corruption bug when saving that has been around ...Juan Linietsky2015-10-211-2/+3
* | -fixes to ring buffer (fixes network error)Juan Linietsky2015-10-212-3/+5
* | -Ability to debug video memory usageJuan Linietsky2015-10-211-2/+2
* | Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-172-5/+0
|\ \
| * | ran cppcheck, found unused variablesfirefly24422015-09-162-5/+0