summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Refactor delete nodes functions in visual shader editorYuri Roubinsky2020-10-152-139/+93
* Refactored binding system for core typesreduz2020-10-141-1/+1
* Merge pull request #42748 from qarmin/dont_clear_twiceRémi Verschelde2020-10-131-1/+3
|\
| * Don't try to compare freed object to nullptrRafał Mikrut2020-10-131-1/+3
* | Merge pull request #42489 from auderer/tilemapeditor-refocusRémi Verschelde2020-10-132-0/+26
|\ \
| * | initialize refocus_over_tile to falseMichael Auderer2020-10-021-1/+1
| * | Reset TileMapEditor painting on application refocusMichael Auderer2020-10-022-0/+26
* | | Merge pull request #42737 from volzhs/android-run-tooltipRémi Verschelde2020-10-131-2/+4
|\ \ \ | |_|/ |/| |
| * | Show android device name when connected only one devicevolzhs2020-10-121-2/+4
* | | Ensure grid index is valid before trying to change value.Marcel Admiraal2020-10-121-1/+1
* | | Merge pull request #42692 from Chaosus/vs_add_metallicYuri Roubinsky2020-10-101-0/+1
|\ \ \
| * | | Adds Metallic to spatial light input of visual shadersYuri Roubinsky2020-10-101-0/+1
* | | | Merge pull request #42683 from reduz/implement-call-bind-unbindJuan Linietsky2020-10-101-1/+1
|\ \ \ \
| * | | | Add ability to bind an unbind arguments to Callable.reduz2020-10-091-1/+1
| |/ / /
* | | | Merge pull request #42568 from DavidSichma/fix-aabb-updateRémi Verschelde2020-10-101-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | aabb change updates bounding boxDavid Sichma2020-10-051-4/+4
* | | | Implement GPU Particle Collisionsreduz2020-10-097-1/+557
| |/ / |/| |
* | | Adds pan gesture to StateMachine editorHaoyu Qiu2020-10-091-0/+6
* | | Update the setting when clicking Show hidden filesTomasz Chabora2020-10-061-5/+8
* | | Merge pull request #42314 from mbrlabs/nodepath-fixRémi Verschelde2020-10-061-9/+27
|\ \ \
| * | | Fixed renaming/moving of nodes with exported NodePathsMarcus Brummer2020-09-251-9/+27
* | | | Check for global script class information before clearing itAaron Franke2020-10-051-1/+3
* | | | Better non alphanumeric bone names.K. S. Ernest (iFire) Lee2020-10-051-4/+9
* | | | glTF: Fix parsing image data with `mimeType` undefinedRémi Verschelde2020-10-051-51/+85
| |/ / |/| |
* | | Merge pull request #42518 from Duroxxigar/update-getter-and-settersRémi Verschelde2020-10-033-4/+4
|\ \ \
| * | | Updated getters and setters names for toplevelDuroxxigar2020-10-023-4/+4
* | | | Don't write global script class information if there is noneAaron Franke2020-10-031-1/+5
|/ / /
* | | glTF: Fix parsing buffer data with application/gltf-buffer and image/* MIME t...Rémi Verschelde2020-10-021-5/+13
* | | Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde2020-10-025-13/+13
|\ \ \ | |_|/ |/| |
| * | Renamed toplevel to be top_levelDuroxxigar2020-10-015-13/+13
* | | Merge pull request #42467 from Chaosus/vs_fix_bugYuri Roubinsky2020-10-012-0/+9
|\ \ \
| * | | Updates size of float constant in visual shader if empty is selectedYuri Roubinsky2020-10-012-0/+9
* | | | Merge pull request #40473 from rcorre/gizmo-docRémi Verschelde2020-10-011-1/+1
|\ \ \ \
| * | | | Fix bound return type on get_priority.Ryan Roden-Corrent2020-07-211-1/+1
* | | | | Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-1/+1
* | | | | Merge pull request #42458 from groud/fix_cursor_rotationRémi Verschelde2020-10-011-25/+31
|\ \ \ \ \
| * | | | | Fix scale cursor rotation and handle diagonal onesGilles Roudière2020-10-011-25/+31
| | |_|/ / | |/| | |
* / | | | Add an option to select a predifined constant in visual shader editor Yuri Roubinsky2020-10-012-11/+102
|/ / / /
* | | | Fixes FileSystem tree preview icon size on HiDPIHaoyu Qiu2020-09-301-1/+0
* | | | Merge pull request #42387 from KoBeWi/warp_no_mouseRémi Verschelde2020-09-301-5/+0
|\ \ \ \
| * | | | Don't warp mouse when selecting tracksTomasz Chabora2020-09-281-5/+0
* | | | | Make the pressed autokey icon red to emphasize its "recording" statusHugo Locurcio2020-09-291-0/+6
* | | | | Merge pull request #42407 from Chaosus/vs_drag_and_dropYuri Roubinsky2020-09-292-8/+46
|\ \ \ \ \
| * | | | | Drag & drop 3d/2d array/cubemap texture to visual shaderYuri Roubinsky2020-09-292-8/+46
* | | | | | Automatically start searching in the asset library when entering textHugo Locurcio2020-09-292-6/+17
|/ / / / /
* | | | | Merge pull request #42385 from Craig-Stoneham/patch-2Rémi Verschelde2020-09-291-1/+0
|\ \ \ \ \
| * | | | | Removed unnecessary keyword, fix comment styleCraig-Stoneham2020-09-291-1/+0
* | | | | | Merge pull request #42078 from Chaosus/vs_rename_typeRémi Verschelde2020-09-291-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Renames Type to OpType in VisualShaderNodeMultiplyAddYuri Roubinsky2020-09-151-3/+3