summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add configurable strength value to InputEventActionGilles Roudiere2019-06-023-1/+18
* Merge pull request #27789 from Giacom/move_towardsRémi Verschelde2019-06-018-0/+32
|\
| * Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-288-0/+32
* | Merge pull request #29340 from qarmin/fix_array_overflowRémi Verschelde2019-05-311-2/+2
|\ \
| * | Fix array overflow when saving scene previewqarmin2019-05-311-2/+2
* | | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-312-19/+8
|/ /
* | Don't localize paths that contain but are not in the resource pathRémi Verschelde2019-05-301-2/+10
* | Merge pull request #25148 from capnm/capnm-print-corrupt-image-pathRémi Verschelde2019-05-301-0/+3
|\ \
| * | Print the path of a corrupt imageMartin Capitanio2019-01-201-0/+3
* | | Properly unlock mutexqarmin2019-05-303-3/+8
* | | FileAccessEncrypted: Be more explicit on decryption failureRémi Verschelde2019-05-291-0/+1
* | | Merge pull request #25647 from QbieShay/fix_25440Rémi Verschelde2019-05-291-0/+9
|\ \ \
| * | | Added a setting for files in which the editor should search (project wise).QbieShay2019-02-121-0/+9
* | | | Merge pull request #28416 from JellyWX/binary-literalsRémi Verschelde2019-05-292-0/+40
|\ \ \ \
| * | | | Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-252-0/+40
* | | | | Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-282-4/+4
|\ \ \ \ \
| * | | | | Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-052-4/+4
* | | | | | Merge pull request #28957 from aaronfranke/basis-optimizeRémi Verschelde2019-05-271-11/+18
|\ \ \ \ \ \
| * | | | | | Optimize Basis constructor for Axis AngleAaron Franke2019-05-171-11/+18
* | | | | | | Merge pull request #29001 from ibrahn/message-arg-destroyRémi Verschelde2019-05-271-5/+7
|\ \ \ \ \ \ \
| * | | | | | | MessageQueue::flush now always destroys parameters of a spent messageIbrahn Sahir2019-05-191-5/+7
* | | | | | | | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-274-0/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-244-0/+11
* | | | | | | | Add "transparent" to named color listJohn Gabriel2019-05-241-0/+1
* | | | | | | | Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-243-0/+21
* | | | | | | | Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-224-1/+356
|/ / / / / / /
* | | | | | | Build Clipper with `tools=no` and patch it to auto-disable exceptionsAndrii Doroshenko (Xrayez)2019-05-221-0/+1
* | | | | | | Merge pull request #29041 from hbina/add_constRémi Verschelde2019-05-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* | | | | | | | Merge pull request #29011 from zann1x/masterRémi Verschelde2019-05-211-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Initialize padding on PoolByteArray serializationLukas Zanner2019-05-191-1/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde2019-05-207-1/+22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-037-1/+22
* | | | | | | | Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-202-3/+2
* | | | | | | | Fix typos with codespellRémi Verschelde2019-05-196-15/+13
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #28925 from Daw11/astar-sorted-arrayMax Hilbrunner2019-05-182-66/+47
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use a binary heap for the open list of AstarDaw112019-05-162-66/+47
* | | | | | | Merge pull request #28944 from Faless/mix/object_get_indexedMax Hilbrunner2019-05-171-7/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix Object::get_indexed for simple properties.Fabio Alessandrelli2019-05-161-7/+5
| |/ / / / / /
* | | | | | | Merge pull request #28587 from Daw11/lanczosMax Hilbrunner2019-05-163-0/+158
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Implement Lanczos image filterDaw112019-05-053-0/+158
* | | | | | | Fix NaN with get_action_strengthGilles Roudière2019-05-151-2/+11
* | | | | | | Better handle some self-RSET/RPC in MultiplayerAPIFabio Alessandrelli2019-05-121-6/+10
* | | | | | | Change "ID" to lowercase "id"Aaron Franke2019-05-094-14/+14
* | | | | | | Avoid _can_call_mode resetting error message in MultiplayerAPIFabio Alessandrelli2019-05-081-4/+6
* | | | | | | Merge pull request #28525 from MunWolf/func_ref_validationRémi Verschelde2019-05-062-0/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added an is_valid function to FuncRef so script can check if it is safe to ca...Rikhardur Bjarni Einarsson2019-04-292-0/+14
* | | | | | | Locales: Add some missing locale namesRémi Verschelde2019-05-021-2/+16
* | | | | | | Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-012-5/+3
|\ \ \ \ \ \ \
| * | | | | | | Small fixes to static analyzer bugsqarmin2019-04-042-5/+3