| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't append standard ports to the request header. | Martin Capitanio | 2017-06-13 | 1 | -2/+12 |
| * | Expose zstd and zlib compression levels as global config. | Ferenc Arn | 2017-06-11 | 1 | -5/+5 |
| * | Merge pull request #9104 from tagcup/zstd | Juan Linietsky | 2017-06-11 | 4 | -6/+23 |
| |\ |
|
| | * | Add zstd compression support. | Ferenc Arn | 2017-06-08 | 4 | -6/+23 |
| * | | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | 2017-06-11 | 1 | -0/+1 |
| * | | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 2 | -12/+12 |
| |/ |
|
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 2 | -8/+8 |
| * | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 2 | -4/+4 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 2 | -151/+0 |
| * | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -3/+3 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 4 | -192/+5 |
| * | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l... | Marcelo Fernandez | 2017-05-08 | 1 | -18/+47 |
| * | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dir | Rémi Verschelde | 2017-05-05 | 1 | -5/+4 |
| |\ |
|
| | * | Fix infinite loop in DirAccessPack::get_current_dir() | Pedro J. Estébanez | 2017-05-04 | 1 | -5/+4 |
| * | | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 25 | -7575/+18 |
| |/ |
|
| * | Fix property warnings and hide some debug prints | Rémi Verschelde | 2017-04-23 | 1 | -1/+1 |
| * | Fix a pesky bug in marshalls.cpp/encode_variant | Bojidar Marinov | 2017-04-11 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 60 | -0/+60 |
| * | Core: fix possible memory leaks. | Andreas Haas | 2017-04-06 | 2 | -2/+2 |
| * | Merge pull request #8098 from bojidar-bg/configfile-get-value-suppress | Rémi Verschelde | 2017-03-24 | 1 | -2/+7 |
| |\ |
|
| | * | Suppress error messages when using ConfigFile::get_value and a default is given | Bojidar Marinov | 2017-03-21 | 1 | -2/+7 |
| * | | Merge pull request #7985 from Faless/enet_godot_sock_squash | Rémi Verschelde | 2017-03-24 | 2 | -0/+11 |
| |\ \ |
|
| | * | | Allow non blocking UDP put_packet in C++. | Fabio Alessandrelli | 2017-03-24 | 2 | -0/+11 |
| | |/ |
|
| * / | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 2 | -2/+2 |
| |/ |
|
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 60 | -4210/+3490 |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 2 | -0/+57 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 3 | -5/+3 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 7 | -9/+9 |
| * | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky | 2017-02-15 | 4 | -11/+54 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 13 | -139/+139 |
| * | Merge pull request #7581 from Faless/v6_wild_bind | Rémi Verschelde | 2017-02-12 | 11 | -65/+45 |
| |\ |
|
| | * | Remove set_ip_type from network classes (no longer needed) | Fabio Alessandrelli | 2017-01-23 | 8 | -42/+5 |
| | * | Implement UDP listen bind address | Fabio Alessandrelli | 2017-01-23 | 2 | -3/+3 |
| | * | Implement TCP Server bind address | Fabio Alessandrelli | 2017-01-23 | 2 | -13/+2 |
| | * | IP_Address can now be a wildcard (not a valid IP, used for binding) | Fabio Alessandrelli | 2017-01-23 | 2 | -1/+8 |
| | * | Convert validity checks of IP_Address to is_valid method. | Fabio Alessandrelli | 2017-01-23 | 5 | -7/+28 |
| * | | Merge pull request #7749 from Faless/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 |
| * | | | Merge pull request #7743 from karroffel/json_parsing-3.0 | Rémi Verschelde | 2017-02-12 | 1 | -2/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | JSON::parse reports errors on open-ended objects | Karroffel | 2017-02-06 | 1 | -2/+2 |
| * | | | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky | 2017-02-06 | 1 | -2/+0 |
| |/ / |
|
| * | | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 2 | -1/+23 |
| * | | CSV translation import plugin | Juan Linietsky | 2017-02-01 | 2 | -4/+11 |
| * | | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 5 | -13/+123 |
| * | | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 6 | -226/+230 |
| * | | Audio bus editing is COMPLETE! | Juan Linietsky | 2017-01-25 | 1 | -1/+2 |
| |/ |
|
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 1 | -4/+2 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 5 | -1/+73 |
| * | Fix error while JSON::parse with empty string | Geequlim | 2017-01-15 | 1 | -1/+1 |