summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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
2018-05-07Merge pull request #18519 from TheYokai/connectionsdock_upgradeJuan Linietsky
ConnectionsDock - Additional Features (Edit Connection, Disconnect All) and Refactor
2018-05-07Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky
Improve the 3D editor grid
2018-05-07Merge pull request #18610 from homer666/editor-popup-adjustmentsJuan Linietsky
Adjust default editor dialog window sizes
2018-05-07Merge pull request #18633 from groud/fix_2d_editorJuan Linietsky
Fix 2d editor
2018-05-07Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky
Fix script editor CTRL+CLICK on singleton functions
2018-05-07Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner
Added EditorPlugin 'resource_saved' signal
2018-05-07Merge pull request #18628 from raphael10241024/patchGilles Roudière
fix : code editor's text size should change at least one each time when you try to change it using shortcuts
2018-05-07Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner
Fix clone down newline bug
2018-05-07Fix:code editor text size should change at least one each time, don't mind ↵RaphaelHunter
how you setting your display scale
2018-05-07Merge pull request #18587 from AlexHoratio/masterMax Hilbrunner
Defaults to instancing child at tree root when none selected
2018-05-06SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to ↵muiroc
scene->instance()
2018-05-06Defaults to instancing child at tree root when none selectedUnknown
If no node is selected, it will default to selecting the tree root node to instance a child under. This solves #18557
2018-05-05LinkButtons are now responsive to engine themeUnknown
Fixes #18636, so now LinkButtons (like those in the asset store) will change font colour to remain visible in any engine theme, just like Labels etc
2018-05-05Fix script editor CTRL+CLICK on singleton functionsPeter Folkins
2018-05-05Fixes some 2d bones display problemsgroud
2018-05-05Fixes several selection problems in the 2D editorgroud
2018-05-05Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner
Implement font shadows for RichTextLabel
2018-05-05Merge pull request #18471 from TheYokai/new_script_context_optionMax Hilbrunner
'New Script' Option Added to FileSystem Docker Right Click Menu
2018-05-05Adjust default editor popup sizeshomer666
2018-05-04Fix bone refresh logic, closes #18564Juan Linietsky
2018-05-04Made bone handling for actual Bone2D a special case. Make custom bones ↵Juan Linietsky
appear like a custom (less important) option now.
2018-05-04Make bones have more contrast with outlineJuan Linietsky
2018-05-04Skeletal deform workingJuan Linietsky
2018-05-04Merge pull request #18595 from AlexHoratio/script_pos_columnsRémi Verschelde
Script Editor now displays positional column
2018-05-04Merge pull request #18601 from YeldhamDev/string_changesRémi Verschelde
Small changes for some strings
2018-05-03Small changes for some strings.Michael Alexsander Silva Dias
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-05-03Merge pull request #16358 from JFonS/particlesgizmo_box_fixRémi Verschelde
ParticlesGizmo solid box now follows actual visibility_aabb position.
2018-05-03Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde
Allow exporting arrays of resources in GDScript
2018-05-03Script Editor now displays positional columnUnknown
This solves #17931 and makes the script editor consistent with other text editors(Sublime, Gedit, Vim) in displaying the position rather than the raw number of characters.
2018-05-03Remove unused duplicate wireframe shortcut, fixes #18067Robin Hübner
It also happens to do nothing currently.
2018-05-03Merge pull request #18552 from Falke117/trailingSpaceRémi Verschelde
Folder name with trailing space fix
2018-05-03i18n: Sync translation templates with current sourceRémi Verschelde
(cherry picked from commit 056348a8c0ee065cb99e4f33da45525d69d6bcff) Note: Still syncing with the 3.0 code for now to allow updating translations in the 3.0 branch. We'll eventually switch Weblate to use the strings of the 3.1-dev branch once it is stable enough.
2018-05-03i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit ddbe559c040d30cd145d3c572dbd3bc6c7664310)
2018-05-03Fix for Issue#18457 - Folder name with trailing space on WindowsFelix Yang
2018-05-02Merge pull request #18451 from volzhs/node-nameRémi Verschelde
Check invalid node name