summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-08Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-26Fix various property not found errorsPoommetee Ketson
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-17Merge pull request #9634 from vnen/gzip-compressionRémi Verschelde
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-07-13Add GZIP compression supportGeorge Marques
2017-07-12Ignore fuzzy translationsPoommetee Ketson
2017-06-28Reworked translation systemJuan Linietsky
2017-06-16-Fix freezes caused by etccomp2, closes #9183Juan Linietsky
2017-06-13Don't append standard ports to the request header.Martin Capitanio
2017-06-11Expose zstd and zlib compression levels as global config.Ferenc Arn
2017-06-11Merge pull request #9104 from tagcup/zstdJuan Linietsky
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-08Add zstd compression support.Ferenc Arn
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-17Fix two typos from previous commitRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-08Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez
2017-05-05Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde
2017-05-04Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde
2017-04-23Fix property warnings and hide some debug printsRémi Verschelde
2017-04-11Fix a pesky bug in marshalls.cpp/encode_variantBojidar Marinov
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06Core: fix possible memory leaks.Andreas Haas
2017-03-24Merge pull request #8098 from bojidar-bg/configfile-get-value-suppressRémi Verschelde
2017-03-24Merge pull request #7985 from Faless/enet_godot_sock_squashRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-24Allow non blocking UDP put_packet in C++.Fabio Alessandrelli
2017-03-21Suppress error messages when using ConfigFile::get_value and a default is givenBojidar Marinov
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-15Many fixes to make exported scenes work better, still buggy.Juan Linietsky
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-12Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde
2017-02-12Merge pull request #7749 from Faless/fix_7697Rémi Verschelde
2017-02-12Merge pull request #7743 from karroffel/json_parsing-3.0Rémi Verschelde
2017-02-07HTTPClient properly handle partial data in non-blocking modeFabio Alessandrelli
2017-02-06shadows were not working in-editor for nvidia, fixed nowJuan Linietsky
2017-02-06JSON::parse reports errors on open-ended objectsKarroffel