aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2018Rémi Verschelde2018-01-01239-478/+478
* Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-012-0/+37
|\
| * Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-282-0/+37
* | Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar2018-01-011-6/+15
|\ \
| * | Fix Rect2::distance_to() not returning 0Bernhard Liebl2017-12-271-6/+15
* | | Fix crash in StringBuffer::append()Bernhard Liebl2017-12-271-1/+1
* | | Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky2017-12-273-59/+42
|\ \ \
| * | | Avoid string allocations in AlphCompareBernhard Liebl2017-12-173-59/+42
* | | | Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky2017-12-272-0/+32
* | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-0/+37
|\ \ \ \
| * | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-0/+37
* | | | | Merge pull request #15045 from poke1024/vector2-inlineNoshyaar2017-12-272-63/+64
|\ \ \ \ \
| * | | | | Inline some very common Vector2 operationsBernhard Liebl2017-12-252-63/+64
| | |_|_|/ | |/| | |
* | | | | Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-262-0/+12
* | | | | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-262-22/+0
| |_|_|/ |/| | |
* | | | Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
* | | | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-242-0/+82
| |/ / |/| |
* | | Fixes grow_margin not working at allGilles Roudiere2017-12-211-1/+2
|/ /
* | Add functions to image to load a PNG or JPG from a buffer, closes #4024Juan Linietsky2017-12-202-0/+40
* | Merge pull request #14823 from willnationsdev/get-base-scriptRémi Verschelde2017-12-201-0/+2
|\ \
| * | Add Script.get_base_script/instance_base_type APIWill Nations2017-12-191-0/+2
* | | Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky2017-12-181-0/+44
|/ /
* | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-173-2/+4
|\ \
| * | Dictionary::copy -> ::duplicateWill Nations2017-12-173-2/+4
* | | Merge pull request #14760 from hpvb/add-several-unlikely-macrosRémi Verschelde2017-12-171-8/+9
|\ \ \
| * | | Add several unlikely() macrosHein-Pieter van Braam2017-12-171-8/+9
* | | | Merge pull request #14635 from poke1024/getlineRémi Verschelde2017-12-171-1/+54
|\ \ \ \
| * | | | Faster FileAccess::get_line()poke10242017-12-161-1/+54
* | | | | Merge pull request #14745 from poke1024/api-hash-arg-infoRémi Verschelde2017-12-171-4/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Faster ClassDB::get_api_hash()Bernhard Liebl2017-12-161-4/+5
| | |_|/ | |/| |
* | | | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-162-3/+21
| |_|/ |/| |
* | | Merge pull request #14576 from poke1024/stringsRémi Verschelde2017-12-162-38/+149
|\ \ \
| * | | Some performance tweaking of string handlingpoke10242017-12-152-38/+149
* | | | Remove get_stack_bottomRuslan Mustakov2017-12-162-11/+0
* | | | Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde2017-12-162-11/+11
|\ \ \ \
| * | | | Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-152-11/+11
| | |/ / | |/| |
* | | | Merge pull request #14580 from Krakean/string_split_new_argRémi Verschelde2017-12-153-6/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Added third argument for String.split() function (see issue #14349)Dmitry Koteroff2017-12-153-6/+19
| |/ /
* | | Fix javascript build error and improve #14604Fabio Alessandrelli2017-12-151-2/+2
* | | fix compile issueJuan Linietsky2017-12-151-1/+1
* | | -Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky2017-12-152-26/+49
* | | Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde2017-12-152-71/+84
|\ \ \
| * | | HTTP cleanup & better defaultsmhilbrunner2017-12-142-71/+84
| | |/ | |/|
* | | GDScript files are converted to binary on export now.Juan Linietsky2017-12-142-20/+52
* | | Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-141-1/+1
* | | -Add lightmapperJuan Linietsky2017-12-141-0/+1
|/ /
* / HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner2017-12-122-2/+32
|/
* Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-2/+2
* Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-102-5/+5
* PropertyEditor: Fix display of property doc in tooltipRémi Verschelde2017-12-092-21/+0