aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Respect visibility change by Scene dock when using Sync Scene Changesvolzhs2018-05-152-29/+15
| | | | | | | | | | | | | | | | | | | | | | | | Fix #18757 with keeping a feature introduced at 8343c9fbd
* | | | | | Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platformRémi Verschelde2018-05-151-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix two issues preventing model import from working properly when platform=server
| * | | | | | Fix crash on editor startup when running with platform=serverJosh Faust2018-05-111-0/+3
| | | | | | |
* | | | | | | Merge pull request #18881 from groud/fix_hovered_nodes2DRémi Verschelde2018-05-151-1/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes hovered Nodes2D display in the editor (remove duplicates)
| * | | | | | | Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere2018-05-151-1/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #14848 from ianb96/wwRémi Verschelde2018-05-152-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | TextEdit Word Wrap
| * | | | | | TextEdit word wrapIan2018-05-142-0/+2
| | | | | | |
* | | | | | | Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky2018-05-142-12/+154
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Enable autoload in editor
| * | | | | | Enable autoload in editorGeorge Marques2018-05-012-12/+154
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tool scripts will be executed and can be accessed by plugins. - Other script languages can implement add/remove_named_global_constant to make use of this functionality.
* | | | | | Merge pull request #18797 from TailyFair/assetlib-video-overlayRémi Verschelde2018-05-142-1/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added video thumbnail overlay in asset description
| * | | | | | Thumbnail overlay for videos in AssetLibKarolis K2018-05-112-1/+21
| | |/ / / / | |/| | | |
* | | | | | Editor: make custom bold font config workingMartin Capitanio2018-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #18737
* | | | | | Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde2018-05-121-9/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix black script previews
| * | | | | | Fix black script previewsChaosus2018-05-111-9/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18800 from dragmz/removefileRémi Verschelde2018-05-121-13/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix for removing files
| * | | | | | fix for removing filesMarcin Zawiejski2018-05-111-13/+13
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18742 from TailyFair/assetlib-fixMax Hilbrunner2018-05-111-5/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix AssetLib icon if remote icon load fails
| * | | | | Fix icon if remote icon load failsKarolis K2018-05-101-5/+6
| | | | | |
* | | | | | Merge pull request #18770 from eska014/cmdlineRémi Verschelde2018-05-111-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Command line fixes
| * | | | | Allow exporting runnable presets from command lineLeon Krause2018-05-101-1/+1
| | | | | |
* | | | | | Merge pull request #18781 from toger5/bold_font_error_messageRémi Verschelde2018-05-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fixed bold font error message
| * | | | | | fixed bodl font error messagetoger52018-05-111-1/+1
| | |/ / / / | |/| | | |
* / | | | | Use mimetype according to glTF spec.Yaakuro2018-05-101-1/+1
|/ / / / /
* | | | | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde2018-05-102-0/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | GDScript function definition and get_node shortcut syntax highlighting
| * | | | Added GDScript NodePath highlightingPaulb232018-04-202-0/+5
| | | | |
| * | | | Added GDScript function definition highlightingPaulb232018-04-202-0/+12
| | | | |
* | | | | Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh2018-05-091-3/+5
| |/ / / |/| | |
* | | | Change from "search dialog" to "search bar" on help screenGuilherme Silva2018-05-082-42/+228
| | | |
* | | | Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde2018-05-081-0/+1
|\ \ \ \ | | | | | | | | | | Perfect FreeType-based outlines for DynamicFonts
| * | | | Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | Fix the 3D grid color setting hintsHugo Locurcio2018-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | It was mistakenly changed to RGBA in #18525 when it should have stayed RGB (the 3D grid does not currently support transparency).
* | | | | Merge pull request #18693 from AndreaCatania/patch-1Rémi Verschelde2018-05-081-8/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fixed editor crash during editor closing
| * | | | Removed pointer deletion during editor closingAndrea Catania2018-05-081-8/+2
| | | | |
* | | | | Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde2018-05-086-4/+830
|\ \ \ \ \ | |/ / / / |/| | | | Implements "Batch Rename" editor tool.
| * | | | Implements "Batch Rename" editor tool.Blazej Floch2018-01-226-4/+830
| | | | |
* | | | | Merge pull request #16893 from GodotExplorer/debugger-improvement-3Juan Linietsky2018-05-072-1/+54
|\ \ \ \ \ | | | | | | | | | | | | Save runtime node as scene from remote scene tree.
| * | | | | Save runtime node as scene from the remote scene tree.geequlim2018-02-222-1/+54
| | | | | |
* | | | | | Merge pull request #11973 from AndreaCatania/ragdollJuan Linietsky2018-05-079-11/+717
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ragdoll - Physical bone node
| * | | | | | Implemented ragdollAndreaCatania2018-05-079-11/+717
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge pull request #18113 from toger5/bold_fontJuan Linietsky2018-05-072-12/+55
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | added bold font to editor (support for coustom bold font)
| * | | | | | added bold font to editor (support for coustom bold font)toger52018-04-192-12/+55
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18684 from muiroc/fix_dragdrop_instancingJuan Linietsky2018-05-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Editor: Makes dragdrop instantiation behavior consistent with the instance scene button
| * | | | | | SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to ↵muiroc2018-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | scene->instance()
* | | | | | | Merge pull request #18519 from TheYokai/connectionsdock_upgradeJuan Linietsky2018-05-072-260/+497
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ConnectionsDock - Additional Features (Edit Connection, Disconnect All) and Refactor
| * | | | | | | Added disconnect_all and edit functionality to ConnectionsDock.Eoin O'Neill2018-04-292-325/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor: Changed function order so header and source are in sync, renamed functions and members to be more clear. Replaced pointers with references where appropriate.
| * | | | | | | Added connection editing. Some refactoring.Eoin O'Neill2018-04-292-46/+112
| | | | | | | |
| * | | | | | | Basic context menu added to connections docker w/ code cleanup.Eoin O'Neill2018-04-292-75/+147
| | | | | | | |
* | | | | | | | Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky2018-05-072-11/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve the 3D editor grid
| * | | | | | | | Improve the 3D editor gridHugo Locurcio2018-04-302-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The grid's primary and secondary colors can now be changed - The number of grid steps (subdivisions) can now be changed - The grid size can now be changed - The grid is now darker by default
* | | | | | | | | Merge pull request #18610 from homer666/editor-popup-adjustmentsJuan Linietsky2018-05-074-4/+32
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adjust default editor dialog window sizes