aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Editor: make custom bold font config workingMartin Capitanio2018-05-131-1/+1
* Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde2018-05-121-9/+0
|\
| * Fix black script previewsChaosus2018-05-111-9/+0
* | Merge pull request #18800 from dragmz/removefileRémi Verschelde2018-05-121-13/+13
|\ \
| * | fix for removing filesMarcin Zawiejski2018-05-111-13/+13
* | | Merge pull request #18742 from TailyFair/assetlib-fixMax Hilbrunner2018-05-111-5/+6
|\ \ \ | |/ / |/| |
| * | 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
|\ \ \ | |_|/ |/| |
| * | 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 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
|\ \
| * | 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 DynamicFontsRuslan Mustakov2018-05-081-0/+1
* | | Fix the 3D grid color setting hintsHugo Locurcio2018-05-081-2/+2
* | | Merge pull request #18693 from AndreaCatania/patch-1Rémi Verschelde2018-05-081-8/+2
|\ \ \ | |/ / |/| |
| * | 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.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 the remote scene tree.geequlim2018-02-222-1/+54
* | | | Merge pull request #11973 from AndreaCatania/ragdollJuan Linietsky2018-05-079-11/+717
|\ \ \ \
| * | | | Implemented ragdollAndreaCatania2018-05-079-11/+717
* | | | | Merge pull request #18113 from toger5/bold_fontJuan Linietsky2018-05-072-12/+55
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|\ \ \ \
| * | | | SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to sce...muiroc2018-05-061-1/+1
* | | | | Merge pull request #18519 from TheYokai/connectionsdock_upgradeJuan Linietsky2018-05-072-260/+497
|\ \ \ \ \
| * | | | | Added disconnect_all and edit functionality to ConnectionsDock.Eoin O'Neill2018-04-292-325/+424
| * | | | | 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 gridHugo Locurcio2018-04-302-11/+21
* | | | | | | Merge pull request #18610 from homer666/editor-popup-adjustmentsJuan Linietsky2018-05-074-4/+32
|\ \ \ \ \ \ \
| * | | | | | | Adjust default editor popup sizeshomer6662018-05-054-4/+32
* | | | | | | | Merge pull request #18633 from groud/fix_2d_editorJuan Linietsky2018-05-072-61/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes some 2d bones display problemsgroud2018-05-052-29/+19
| * | | | | | | | Fixes several selection problems in the 2D editorgroud2018-05-051-32/+28
* | | | | | | | | Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky2018-05-071-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix script editor CTRL+CLICK on singleton functionsPeter Folkins2018-05-051-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner2018-05-075-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added EditorPlugin 'resource_saved' signalWill Nations2018-01-315-0/+16
* | | | | | | | | | Merge pull request #18628 from raphael10241024/patchGilles Roudière2018-05-071-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix:code editor text size should change at least one each time, don't mind ho...RaphaelHunter2018-05-071-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner2018-05-071-0/+4
|\ \ \ \ \ \ \ \ \ \