aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | cppcheck - defensive programming on i index check orderfirefly24422018-05-231-1/+1
| | | | | | |
* | | | | | | Merge pull request #19135 from Zylann/fix_find_in_files_2Rémi Verschelde2018-05-251-4/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix potential bugs with Find in Files
| * | | | | | | Fix potential bugs with Find in FilesMarc Gilleron2018-05-241-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Iteration still going on after scan finished - Comparing milliseconds with seconds - Potential imprecision due to accumulating milliseconds (iteration could take fewer than 1ms) - Folders to scan not cleared when a new search starts
* | | | | | | | Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde2018-05-251-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Up Vector for Curve3D and OrientedPathFollow Implementation
| * | | | | | | | Up vector implementation and OrientedPathFollow.danilo22052018-05-201-0/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #19157 from volzhs/bone-visibilityGilles Roudière2018-05-251-0/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Don't draw bones if it's not visible
| * | | | | | | | Don't draw bones if it's not visiblevolzhs2018-05-251-0/+3
| | | | | | | | |
* | | | | | | | | Improve TileMap undo operationsMarcelo Fernandez2018-05-232-16/+11
|/ / / / / / / /
* | | | | | | | Merge pull request #19097 from volzhs/fix-import-filenameMax Hilbrunner2018-05-231-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make filename clipped on Import dock
| * | | | | | | | Make filename clipped on Import dockvolzhs2018-05-221-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #19124 from volzhs/relative-node-pathMax Hilbrunner2018-05-231-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use relative node path when assigning a node on inspector
| * | | | | | | | Use relative node path when assigning a node on inspectorvolzhs2018-05-231-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #18876 from TailyFair/assetlib-console-spamMax Hilbrunner2018-05-231-3/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix AssetLib image loading
| * | | | | | | | Fix AssetLib image loadingKarolis K2018-05-211-3/+14
| |/ / / / / / /
* | | | | | | | Merge pull request #19108 from vnen/autoload-fixMax Hilbrunner2018-05-232-74/+125
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Only add autoloads in editor if they have tool scripts
| * | | | | | | | Only add autoloads in editor if they have tool scriptsGeorge Marques2018-05-222-74/+125
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix updating mesh when reimportingvolzhs2018-05-221-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #18951 from YeldhamDev/small_tooltip_changesMax Hilbrunner2018-05-212-4/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Small tooltip changes
| * | | | | | | Small tooltip changes.Michael Alexsander Silva Dias2018-05-182-4/+7
| | |/ / / / / | |/| | | | |
* | | | | | | fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir2018-05-202-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background: Commit 2abec59db96496611bb16dd1300d9b7d3def9780 removing text_changed signal emmision from LineEdit::set_text broke the project manager and find_in_files.
* | | | | | | Dictionary editing support in inspectorJuan Linietsky2018-05-193-3/+585
| | | | | | |
* | | | | | | Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky2018-05-196-3/+598
|/ / / / / /
* / / / / / -Hid texture flags by default so they dont take so much spaceJuan Linietsky2018-05-181-2/+2
|/ / / / / | | | | | | | | | | | | | | | -make curve texture preview not so large, so its easier to embed the editor
* | | | | Small visual changes for some filter bars.Michael Alexsander Silva Dias2018-05-172-9/+5
| | | | |
* | | | | Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy2018-05-171-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Restore support for minimal 3x3 autotile sets
| * | | | | Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-4/+4
| | | | | |
* | | | | | Working Drag & Drop again in inspectorJuan Linietsky2018-05-173-1/+123
| | | | | |
* | | | | | Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez2018-05-176-634/+748
| | | | | |
* | | | | | -Ability to open resources in the same windowJuan Linietsky2018-05-1720-299/+535
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | -Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
* | | | | Merge pull request #18529 from swarnimarun/masterRémi Verschelde2018-05-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix StaticBody2D ignore in tileset bug
| * | | | Fix tileset bug #18090 to use StaticBody2D positionSwarnim Arun2018-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using staticbody2d position to affect the collision shape position whenever a tileset is created. Formatting the code Removed the most get/set from my old code.
* | | | | Added Rename Context Menu Option for SceneTreeDockEoin O'Neill2018-05-162-1/+14
| | | | |
* | | | | Merge pull request #18930 from samdze/masterRémi Verschelde2018-05-161-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Changed the name displayed for built-in scripts in the Script tab with a more descriptive one
| * | | | | Changed the name displayed in the Script tab for built-in script with a more ↵Samuele Zolfanelli2018-05-161-1/+2
| | |/ / / | |/| | | | | | | | | | | | | descriptive one
* | | | | Merge pull request #18934 from YeldhamDev/project_metadata_exposeRémi Verschelde2018-05-162-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Exposed set/get_project_metadata in EditorSettings
| * | | | | Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias2018-05-162-2/+5
| | | | | |
* | | | | | Merge pull request #18891 from groud/fix_bone_selectionRémi Verschelde2018-05-162-38/+92
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bring back 2D bone selection
| * | | | | | Bring back 2D bone selectionGilles Roudiere2018-05-152-38/+92
| | | | | | |
* | | | | | | Merge pull request #18938 from guilhermefelipecgs/missing_headerRémi Verschelde2018-05-1612-0/+360
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add missing copyright headers
| * | | | | | | Add missing copyright headersGuilherme Felipe2018-05-1612-0/+360
| | |/ / / / / | |/| | | | |
* / | | | | | Properly show the property name on tooltipJuan Linietsky2018-05-161-1/+5
|/ / / / / /
* | / / / / AssetLib pagination modificationsKarolis K2018-05-162-36/+36
| |/ / / / |/| | | |
* | | | | Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-162-6/+34
| | | | |
* | | | | Merge pull request #18921 from volzhs/margin-find-replace-barRémi Verschelde2018-05-162-6/+5
|\ \ \ \ \ | | | | | | | | | | | | Add margin bottom with find/replace bar on script editor
| * | | | | Add margin bottom with find/replace bar on script editorvolzhs2018-05-162-6/+5
| | | | | |
* | | | | | Merge pull request #18442 from StraToN/add-button-sort-methods-overviewRémi Verschelde2018-05-163-2/+41
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add a ToggleButton for alphabetic sorting in methods overview
| * | | | | Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia2018-05-113-2/+41
| | | | | |
* | | | | | Fix compile error with clangMarcelo Fernandez2018-05-151-1/+1
| | | | | |
* | | | | | -New inspector.Juan Linietsky2018-05-1520-58/+5574
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
* | | | | | Merge pull request #18894 from volzhs/fix-toggle-visibilityRémi Verschelde2018-05-152-29/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Respect visibility change by Scene dock when using Sync Scene Changes