summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-07-12Merge pull request #19091 from guilhermefelipecgs/fix_uiMax Hilbrunner
[InspectorDock] Change label offset
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
Cylinder resource and collision shape (bullet only)
2018-07-10Fallback to default font if main/code font path doesn't existAlexander-Alekseev
2018-07-09Added support for extra mouse buttons.unknown
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
Minor changes to the AnimationPlayer editor
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
Fix "find and replace" initializing with wrong size
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
Fix crash when assigning a node on editing animation key
2018-07-05Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner
Fixes to the new inspector
2018-07-05Merge pull request #18028 from gabrii/18026Max Hilbrunner
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter.
2018-07-05Merge pull request #15881 from dertom95/EditorScenePostImportMax Hilbrunner
EditorScenePostImport: added get_source_folder() and get_source_file(…
2018-07-04Fixes to the new inspectorGuilherme Felipe
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit;
2018-07-05Merge pull request #19090 from toger5/prop_spinner_improovementMax Hilbrunner
Prop editor input improvements
2018-07-05Merge pull request #19183 from Nallebeorn/rename-main-sceneMax Hilbrunner
Update resource file project settings after renaming/moving the files
2018-07-05Merge pull request #19245 from swarnimarun/overwrite_fixMax Hilbrunner
Fix overwrite of file/folder of same name without warning
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
Expose ScriptCreateDialog to EditorPlugin
2018-07-04spin_slider: dont show grabber when editing value with keyboardtoger5
2018-07-04better tab support for property editortoger5
2018-07-04spin_slider added ctrl and shift shrotcuts, removed exp draggingtoger5
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-07-04Merge pull request #19941 from guilhermefelipecgs/fix_animation_keyMax Hilbrunner
Fix animation key icon not show on inspector
2018-07-04Merge pull request #19824 from JFonS/fix_orthogonal_selectRémi Verschelde
Fix selection in 3D orthogonal view
2018-07-04Merge pull request #19882 from khairul169/trackedit_playpositionRémi Verschelde
Hide play position in animation editor if no animation node is selected
2018-07-03Fix animaiton key icon not show on inspectorGuilherme Felipe
2018-07-03Merge pull request #19938 from Chaosus/fix_regressionMax Hilbrunner
[Regression] Fixed editor bad responsibility after #19244
2018-07-03Fix button regressionChaosus
2018-07-03Merge pull request #19816 from ↵Max Hilbrunner
leecommamichael/survive-null-scene-root-from-plugin Survive editor crash if a plugin scene's root is null.
2018-07-03Merge pull request #19873 from volzhs/show-scene-fileMax Hilbrunner
Show current scene file in FileSystem dock
2018-07-03Merge pull request #19881 from khairul169/popupmenu_animeditMax Hilbrunner
Fix error msg when selecting popupmenu if there is no animation selected
2018-07-03Merge pull request #19920 from guilhermefelipecgs/group_dialog_resizableMax Hilbrunner
Makes the group dialog resizable
2018-07-03Merge pull request #16265 from nanoframe/export_issue_fixMax Hilbrunner
Fix error when downloading export templates
2018-07-03Merge pull request #17582 from Ovnuniarchos/TMapEditorMultiSelMax Hilbrunner
Tile randomizer for tilemap editor.
2018-07-03Update resource file project settings on renameBenjamin
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
Fixes the bad calculation of margin & anchors when child of Node2D
2018-07-03Merge pull request #19166 from Grula/issue-18779Max Hilbrunner
Changed "Syntax Menu" into radio Menu
2018-07-03Merge pull request #19156 from volzhs/fix-remove-splitMax Hilbrunner
Fix unable to remove split on Polygon 2D editor after restarting editor
2018-07-03Merge pull request #19192 from marcelofg55/undo_redo_msgMax Hilbrunner
Add a message when there is nothing to Undo or Redo
2018-07-03Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner
Increases settings apply speed and added deferred color setting to ColorPicker
2018-07-03Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner
Small changes to the comments in the script templates
2018-07-03Merge pull request #18305 from groud/inputmap_guiMax Hilbrunner
Move the deadzone to a column in the input project settings
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit ↵Juan Linietsky
exists, that it's renormalized after resize.
2018-07-03Merge pull request #19634 from guilhermefelipecgs/fix_shortcut_conflictMax Hilbrunner
Remove shortcut conflict
2018-07-03Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspectorMax Hilbrunner
Add proper type information to array property
2018-07-03Merge pull request #19639 from volzhs/rescan-file-movedMax Hilbrunner
Re-scan only when actually moving file
2018-07-03Hide play position if animation node is invalidkhairul169
2018-07-02Makes the group dialog resizableGuilherme Felipe
2018-07-02further fixes to tag detection on importerJuan Linietsky
2018-07-02Add a condition to detect duplicates objects, so cases like object-col.323, ↵Juan Linietsky
common in blender, is still detected as collision.
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
-Fix on scene importer, keeping changes to animation tracks was not working