summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-12-27Fix crash in StringBuffer::append()Bernhard Liebl
2017-12-27Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky
2017-12-27Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar
2017-12-27Merge pull request #15045 from poke1024/vector2-inlineNoshyaar
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-25Inline some very common Vector2 operationsBernhard Liebl
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-12-21Fixes grow_margin not working at allGilles Roudiere
2017-12-20Add functions to image to load a PNG or JPG from a buffer, closes #4024Juan Linietsky
2017-12-20Merge pull request #14823 from willnationsdev/get-base-scriptRémi Verschelde
2017-12-19Add Script.get_base_script/instance_base_type APIWill Nations
2017-12-18Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Merge pull request #14760 from hpvb/add-several-unlikely-macrosRémi Verschelde
2017-12-17Merge pull request #14635 from poke1024/getlineRémi Verschelde
2017-12-17Merge pull request #14745 from poke1024/api-hash-arg-infoRémi Verschelde
2017-12-17Add several unlikely() macrosHein-Pieter van Braam
2017-12-17Avoid string allocations in AlphCompareBernhard Liebl
2017-12-16Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky
2017-12-16Faster FileAccess::get_line()poke1024
2017-12-16Faster ClassDB::get_api_hash()Bernhard Liebl
2017-12-16Merge pull request #14576 from poke1024/stringsRémi Verschelde
2017-12-16Remove get_stack_bottomRuslan Mustakov
2017-12-16Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde
2017-12-15Merge pull request #14580 from Krakean/string_split_new_argRémi Verschelde
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff
2017-12-15Some performance tweaking of string handlingpoke1024
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli
2017-12-15Fix javascript build error and improve #14604Fabio Alessandrelli
2017-12-15fix compile issueJuan Linietsky
2017-12-15-Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky
2017-12-15Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-12-10Fix wrong return value in some virtual method bindingsRémi Verschelde
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-12-09PropertyEditor: Fix display of property doc in tooltipRémi Verschelde
2017-12-09Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-07Merge pull request #14003 from karroffel/dictionary-iterate-fixRémi Verschelde