summaryrefslogtreecommitdiffstats
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Add object type hint for docsPoommetee Ketson2017-07-232-3/+3
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-198-25/+28
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-173-4/+12
* Merge pull request #9634 from vnen/gzip-compressionRémi Verschelde2017-07-172-12/+18
|\
| * Add GZIP compression supportGeorge Marques2017-07-132-12/+18
* | Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-3/+70
* | Ignore fuzzy translationsPoommetee Ketson2017-07-121-6/+15
|/
* Reworked translation systemJuan Linietsky2017-06-284-24/+158
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-2/+2
* Don't append standard ports to the request header.Martin Capitanio2017-06-131-2/+12
* Expose zstd and zlib compression levels as global config.Ferenc Arn2017-06-111-5/+5
* Merge pull request #9104 from tagcup/zstdJuan Linietsky2017-06-114-6/+23
|\
| * Add zstd compression support.Ferenc Arn2017-06-084-6/+23
* | Added EditorPlugin.remove_import_plugin()Zher Huei Lee2017-06-111-0/+1
* | renamed all Rect3.pos to Rect3.positionalexholly2017-06-092-12/+12
|/
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-042-8/+8
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-4/+4
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-202-151/+0
* Fix two typos from previous commitRémi Verschelde2017-05-171-3/+3
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-174-192/+5
* Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez2017-05-081-18/+47
* Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde2017-05-051-5/+4
|\
| * Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez2017-05-041-5/+4
* | Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-2825-7575/+18
|/
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-1/+1
* Fix a pesky bug in marshalls.cpp/encode_variantBojidar Marinov2017-04-111-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0860-0/+60
* Core: fix possible memory leaks.Andreas Haas2017-04-062-2/+2
* Merge pull request #8098 from bojidar-bg/configfile-get-value-suppressRémi Verschelde2017-03-241-2/+7
|\
| * Suppress error messages when using ConfigFile::get_value and a default is givenBojidar Marinov2017-03-211-2/+7
* | Merge pull request #7985 from Faless/enet_godot_sock_squashRémi Verschelde2017-03-242-0/+11
|\ \
| * | Allow non blocking UDP put_packet in C++.Fabio Alessandrelli2017-03-242-0/+11
| |/
* / Fix typos in source code using codespellRémi Verschelde2017-03-242-2/+2
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0560-4235/+3515
* 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-148/+148
* 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