summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-06-04Fix Rect2 properties typoGuilherme Felipe
2018-06-01Merge pull request #19250 from YeldhamDev/scene_editor_tooltipsRémi Verschelde
Minor changes to the Scene and Canvas editors' tooltips
2018-05-30Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde
Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules.
2018-05-30Removing Duplicate Batch Rename from scene-tree menusteincodes
2018-05-29Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias
2018-05-29Fix index out of size error of image.cppvolzhs
2018-05-28Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde
2018-05-28Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde
GDScript access to copyright, license, author and donor information.
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
Add EditorPlugin.build() build callbacks
2018-05-26Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner
Adding font preview to file browsers
2018-05-26Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviourMax Hilbrunner
light theme text editor behaviour
2018-05-26Merge pull request #19179 from Zirak/instance-without-parentMax Hilbrunner
Instance scene at root node by default
2018-05-26Instance scene at root by defaultZirak
Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557.
2018-05-26Don't cut of long errors in debugger.Benjamin
Autowrap to expand to up to 3 lines + display full error in tooltip.
2018-05-25Merge pull request #18931 from guilhermefelipecgs/fix_find_barRémi Verschelde
[Doc] Fixes in find bar
2018-05-25Revert "Improve TileMap undo operations"Rémi Verschelde
2018-05-25Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde
cppcheck - defensive programming on i index check order
2018-05-25Merge pull request #19135 from Zylann/fix_find_in_files_2Rémi Verschelde
Fix potential bugs with Find in Files
2018-05-25Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde
Up Vector for Curve3D and OrientedPathFollow Implementation
2018-05-25Merge pull request #19157 from volzhs/bone-visibilityGilles Roudière
Don't draw bones if it's not visible
2018-05-25Don't draw bones if it's not visiblevolzhs
2018-05-24Fix potential bugs with Find in FilesMarc Gilleron
- 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
2018-05-23Improve TileMap undo operationsMarcelo Fernandez
2018-05-23Merge pull request #19097 from volzhs/fix-import-filenameMax Hilbrunner
Make filename clipped on Import dock
2018-05-23Merge pull request #19124 from volzhs/relative-node-pathMax Hilbrunner
Use relative node path when assigning a node on inspector
2018-05-23Merge pull request #18876 from TailyFair/assetlib-console-spamMax Hilbrunner
Fix AssetLib image loading
2018-05-23Merge pull request #19108 from vnen/autoload-fixMax Hilbrunner
Only add autoloads in editor if they have tool scripts
2018-05-23Use relative node path when assigning a node on inspectorvolzhs
2018-05-23cppcheck - defensive programming on i index check orderfirefly2442
2018-05-22Only add autoloads in editor if they have tool scriptsGeorge Marques
2018-05-22Fix updating mesh when reimportingvolzhs
2018-05-22Make filename clipped on Import dockvolzhs
2018-05-21Fix AssetLib image loadingKarolis K
2018-05-21Merge pull request #18951 from YeldhamDev/small_tooltip_changesMax Hilbrunner
Small tooltip changes
2018-05-20Up vector implementation and OrientedPathFollow.danilo2205
2018-05-20fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir
Background: Commit 2abec59db96496611bb16dd1300d9b7d3def9780 removing text_changed signal emmision from LineEdit::set_text broke the project manager and find_in_files.
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky
2018-05-19GDScript access to copyright, license, author and donor information.Ibrahn Sahir
Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license
2018-05-18light theme text editor behaviourtoger5
2018-05-18Small tooltip changes.Michael Alexsander Silva Dias
2018-05-18-Hid texture flags by default so they dont take so much spaceJuan Linietsky
-make curve texture preview not so large, so its easier to embed the editor
2018-05-17Small visual changes for some filter bars.Michael Alexsander Silva Dias
2018-05-17Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy
Restore support for minimal 3x3 autotile sets
2018-05-17Working Drag & Drop again in inspectorJuan Linietsky
2018-05-17Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez
2018-05-17-Ability to open resources in the same windowJuan Linietsky
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
2018-05-17Restore support for minimal 3x3 autotile setsisaacremnant
2018-05-17Merge pull request #18529 from swarnimarun/masterRémi Verschelde
Fix StaticBody2D ignore in tileset bug
2018-05-16Added Rename Context Menu Option for SceneTreeDockEoin O'Neill