summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* fix otherwise unitialized variables, found in #31694Robin Hübner2019-08-272-0/+2
* Merge pull request #31685 from merumelu/referencerect-with-advanced-gui-disabledRémi Verschelde2019-08-271-1/+1
|\
| * Register ReferenceRect when building with ADVANCED_GUI_DISABLEDmerumelu2019-08-261-1/+1
* | Merge pull request #25656 from bruvzg/macos_multi_instancesRémi Verschelde2019-08-262-0/+8
|\ \
| * | [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-262-0/+8
| |/
* / Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias2019-08-261-1/+1
|/
* Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde2019-08-251-2/+14
|\
| * Update TextEdit selection & cursor when inserting linePouleyKetchoupp2019-08-251-2/+14
* | Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde2019-08-252-36/+47
|\ \
| * | Refactor TextEdit control height calculationsPaulb232019-08-252-36/+16
| * | Minimap scroll now acts similar to scrollbarPaulb232019-08-252-4/+36
| * | Fixed syntax highlighting cache not clearing final linePaulb232019-08-241-1/+1
| * | Adjust viewport colour based on background colourPaulb232019-08-241-2/+1
* | | Merge pull request #31628 from merumelu/treeitem-icon-modulateRémi Verschelde2019-08-253-22/+13
|\ \ \
| * | | Tree: fix and expose icon modulationmerumelu2019-08-243-22/+13
| |/ /
* / / Disallow undo/redo in readonly TextEdit'sYuri Roubinski2019-08-251-0/+8
|/ /
* | Merge pull request #31593 from SaracenOne/project_theme_shutdown_fixRémi Verschelde2019-08-231-4/+5
|\ \
| * | Fixes issue with project_default_theme not being dereferenced on cleanup.Saracen2019-08-231-4/+5
| |/
* | Merge pull request #30398 from tomasantunes/master2Rémi Verschelde2019-08-232-10/+24
|\ \
| * | Increase color preset slotsTomás Antunes2019-07-302-10/+24
* | | Merge pull request #31014 from DavidSichma/kinematic_angleRémi Verschelde2019-08-232-4/+4
|\ \ \
| * | | Fix floor_max_angle comparison for impossible anglesDavid Sichma2019-08-012-4/+4
* | | | Merge pull request #31575 from creikey/increase-anchor-precisionRémi Verschelde2019-08-231-4/+4
|\ \ \ \
| * | | | Increase control node's anchor precisionCameron Reikes2019-08-221-4/+4
* | | | | Fix minimap mouse click resolving to -1Paulb232019-08-221-1/+1
|/ / / /
* | | | Merge pull request #31386 from raphael10241024/fix_inertiaRémi Verschelde2019-08-221-1/+1
|\ \ \ \
| * | | | Fix custom inertia in physics2d, closes#30838RaphaelHunter2019-08-221-1/+1
* | | | | Added "editable" property to VisualShaderGroupNodeYuri Roubinski2019-08-221-0/+2
|/ / / /
* | | | Add minimap to text_editPaulb232019-08-212-24/+367
* | | | Add syntax highlighting cachePaulb232019-08-212-1/+21
* | | | Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-212-2/+2
* | | | Merge pull request #31450 from GodotExplorer/fix-31425Rémi Verschelde2019-08-211-4/+24
|\ \ \ \
| * | | | Fix filter quotes wraped insert completion optionsgeequlim2019-08-211-4/+24
| | |_|/ | |/| |
* / | | Draw 3D collision shape/raycast gizmos in grayscale when disabledHugo Locurcio2019-08-212-0/+4
|/ / /
* | | Fix preview for global expressions in visual shaders (#31505)Yuri Roubinsky2019-08-201-0/+19
|\ \ \
| * | | Fix preview for global expressions in visual shadersYuri Roubinski2019-08-201-0/+19
* | | | Merge pull request #31395 from ptrojahn/floatsarenastyRémi Verschelde2019-08-202-6/+6
|\ \ \ \
| * | | | Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn2019-08-192-6/+6
* | | | | Merge pull request #31492 from Calinou/file-dialog-color-foldersRémi Verschelde2019-08-202-0/+3
|\ \ \ \ \
| * | | | | Use a different color for folder icons in file dialogsHugo Locurcio2019-08-202-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #31466 from Calinou/improve-2d-path-editorsRémi Verschelde2019-08-201-1/+1
|\ \ \ \ \
| * | | | | Improve the appearance of 2D path editorsHugo Locurcio2019-08-181-1/+1
* | | | | | fix animation freeze when playing animation from another AnimationPlayerUnknown2019-08-191-1/+3
| |/ / / / |/| | | |
* | | | | Keep syntax highlighting on TextEdit in readonly modeMichael Alexsander Silva Dias2019-08-181-241/+224
|/ / / /
* | | | Merge pull request #31453 from Chaosus/vs_code_previewRémi Verschelde2019-08-182-0/+5
|\ \ \ \
| * | | | Added code preview to visual shaderYuri Roubinski2019-08-182-0/+5
* | | | | Merge pull request #31449 from Chaosus/vs_global_expressionRémi Verschelde2019-08-183-2/+61
|\ \ \ \ \
| * | | | | Added global expressions to visual shadersYuri Roubinski2019-08-183-2/+61
| |/ / / /
* | | | | Merge pull request #31423 from Calinou/improve-node-signal-group-tooltipRémi Verschelde2019-08-182-5/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve the scene tree signals/groups tooltipHugo Locurcio2019-08-172-5/+8