summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-05-16Merge pull request #18891 from groud/fix_bone_selectionRémi Verschelde
Bring back 2D bone selection
2018-05-16Merge pull request #18938 from guilhermefelipecgs/missing_headerRémi Verschelde
Add missing copyright headers
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Properly show the property name on tooltipJuan Linietsky
2018-05-16AssetLib pagination modificationsKarolis K
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-16Merge pull request #18921 from volzhs/margin-find-replace-barRémi Verschelde
Add margin bottom with find/replace bar on script editor
2018-05-16Merge pull request #18442 from StraToN/add-button-sort-methods-overviewRémi Verschelde
Add a ToggleButton for alphabetic sorting in methods overview
2018-05-16Add margin bottom with find/replace bar on script editorvolzhs
2018-05-15Fix compile error with clangMarcelo Fernandez
2018-05-15-New inspector.Juan Linietsky
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
2018-05-15Merge pull request #18894 from volzhs/fix-toggle-visibilityRémi Verschelde
Respect visibility change by Scene dock when using Sync Scene Changes
2018-05-15Respect visibility change by Scene dock when using Sync Scene Changesvolzhs
Fix #18757 with keeping a feature introduced at 8343c9fbd
2018-05-15Bring back 2D bone selectionGilles Roudiere
2018-05-15Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platformRémi Verschelde
Fix two issues preventing model import from working properly when platform=server
2018-05-15Merge pull request #18881 from groud/fix_hovered_nodes2DRémi Verschelde
Fixes hovered Nodes2D display in the editor (remove duplicates)
2018-05-15Merge pull request #14848 from ianb96/wwRémi Verschelde
TextEdit Word Wrap
2018-05-15Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere
2018-05-14Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky
Enable autoload in editor
2018-05-14TextEdit word wrapIan
2018-05-14Merge pull request #18797 from TailyFair/assetlib-video-overlayRémi Verschelde
Added video thumbnail overlay in asset description
2018-05-13Editor: make custom bold font config workingMartin Capitanio
Fixes #18737
2018-05-12Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde
Fix black script previews
2018-05-12Merge pull request #18800 from dragmz/removefileRémi Verschelde
fix for removing files
2018-05-11Merge pull request #18742 from TailyFair/assetlib-fixMax Hilbrunner
Fix AssetLib icon if remote icon load fails
2018-05-11Thumbnail overlay for videos in AssetLibKarolis K
2018-05-11fix for removing filesMarcin Zawiejski
2018-05-11Fix crash on editor startup when running with platform=serverJosh Faust
2018-05-11Fix black script previewsChaosus
2018-05-11Merge pull request #18770 from eska014/cmdlineRémi Verschelde
Command line fixes
2018-05-11Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia
2018-05-11Merge pull request #18781 from toger5/bold_font_error_messageRémi Verschelde
fixed bold font error message
2018-05-11fixed bodl font error messagetoger5
2018-05-10Use mimetype according to glTF spec.Yaakuro
2018-05-10Allow exporting runnable presets from command lineLeon Krause
2018-05-10Fix icon if remote icon load failsKarolis K
2018-05-10Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde
GDScript function definition and get_node shortcut syntax highlighting
2018-05-09Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh
2018-05-08Change from "search dialog" to "search bar" on help screenGuilherme Silva
2018-05-08Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde
Perfect FreeType-based outlines for DynamicFonts
2018-05-08Fix the 3D grid color setting hintsHugo Locurcio
It was mistakenly changed to RGBA in #18525 when it should have stayed RGB (the 3D grid does not currently support transparency).
2018-05-08Merge pull request #18693 from AndreaCatania/patch-1Rémi Verschelde
Fixed editor crash during editor closing
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
- Implement outlines based on FreeType Stroker API. This allows artifact-free results, similar to what you will see in Web or any text editing tools. Outline is a part of DynamicFont rather than Label, because outlines have to be baked into the font's atlas. Font has a default outline_color and a Label can specify font_outline_modulator that will be multiplied with the Font's color to get the final result. - draw_char now has to be called twice to fully render a text - first with p_outline == true for each character and then with p_outline == false for each character. - Number of draw-calls is reduced from 5 to 2 per outlined character. - Overall cleanup of DynamicFont code, extracted duplicated code pieces into separate methods. - The change is backward-compatible - Labels still have outline properties that work exactly as they worked before. Closes #16279.
2018-05-08Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde
Implements "Batch Rename" editor tool.
2018-05-08Removed pointer deletion during editor closingAndrea Catania
2018-05-07Merge pull request #16893 from GodotExplorer/debugger-improvement-3Juan Linietsky
Save runtime node as scene from remote scene tree.
2018-05-07Merge pull request #11973 from AndreaCatania/ragdollJuan Linietsky
Ragdoll - Physical bone node
2018-05-07Implemented ragdollAndreaCatania
Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll a Implemented implicit hierarchy. Improved Added some physics properties Added bone offset to preserve COM, partially fixed scaling work in progress WIP wip Implemented Joint Gizmos Implemented pin joint joint Implemented all joints
2018-05-07Merge pull request #18113 from toger5/bold_fontJuan Linietsky
added bold font to editor (support for coustom bold font)
2018-05-07Merge pull request #18684 from muiroc/fix_dragdrop_instancingJuan Linietsky
Editor: Makes dragdrop instantiation behavior consistent with the instance scene button