summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-04-23Merge pull request #28345 from Chaosus/fix_vs_vector3Rémi Verschelde
Enlarge vector constant node in visual shaders
2019-04-23Added inspector plugin documentation.Juan Linietsky
Fixed plugin bindings.
2019-04-23Revert 8d3345a, I thought this was non functioning but it is..Juan Linietsky
2019-04-23Enlarge Vector3 constant node in visual shadersChaosus
2019-04-23Made virtual function begin with _, for consistency.Juan Linietsky
This was not yet used, anyway as no API is bound for this.
2019-04-23Merge pull request #28292 from homer666/merge-from-scene-stuffRémi Verschelde
Minor "Merge From Scene" improvements
2019-04-23Merge pull request #28321 from jbuck3/checkable-property-fixRémi Verschelde
Fix drawing of checkable editor properties
2019-04-23Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_smHein-Pieter van Braam
Show play position of sub state machine
2019-04-23Merge pull request #25510 from groud/tilemap_editor_enhancementHein-Pieter van Braam
Move some tilemap options to the toolbar
2019-04-23Merge pull request #25744 from YeldhamDev/enhanced_theme_previewHein-Pieter van Braam
Enhance theme preview
2019-04-23Merge pull request #26064 from JFonS/add_frustum_camera_modeHein-Pieter van Braam
Add FRUSTUM camera mode, allowing tilted frustums
2019-04-23Merge pull request #28064 from DarknessCatt/issue-27077Hein-Pieter van Braam
Moving Polygon2D vertices along axis
2019-04-22Fix drawing of checkable editor propertiesJames Buck
- Make text cutoff respect checkbox icon's width - Get checkbox icon from EditorIcons instead of CheckBox
2019-04-22Merge pull request #28178 from dankan1890/tileset_editor_add_1Mariano Javier Suligoy
Tileset-Editor: Added alternative tool for drawing a rectangular shape.
2019-04-22Merge pull request #27414 from KoBeWi/drop_the_dirRémi Verschelde
Allow to drop folders onto editor
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
Small fixes, mostly duplicated code
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
Display connection information in the script editor
2019-04-22Minor "Merge From Scene" improvementshomer666
2019-04-22Fix rotation offset/snap fields being cut off in Configure Snap dialogHugo Locurcio
2019-04-21Merge pull request #28028 from homer666/visual-shader-editor-member-dialog-fixesRémi Verschelde
Misc. improvements to visual shader's "Add Node" dialog
2019-04-21Merge pull request #27812 from guilhermefelipecgs/fix_audio_buses_fontRémi Verschelde
Change font of audio notches to default font
2019-04-21Merge pull request #27860 from Calinou/improve-3d-snappingRémi Verschelde
Make 3D snapping finer when holding Shift
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
Restore script editor state between sessions
2019-04-21Merge pull request #28026 from Dentoid/insert_keyframe_fixRémi Verschelde
Fix for "Insert Keyframe" shortcut doing nothing
2019-04-21Merge pull request #28245 from guilhermefelipecgs/open_menuRémi Verschelde
Small ux improvement
2019-04-21Merge pull request #28130 from JFonS/add_3d_groupingRémi Verschelde
Add grouping to 3D editor
2019-04-21Tileset-Editor: Added alternative tool for drawing a rectangular shape.dankan1890
2019-04-20Small ux improvementGuilherme Felipe
2019-04-20Fix editor tooltip formattingJames Buck
Removed unnecessary word wrap which caused broken tags and general ugliness. Fixes #24926
2019-04-20Display connection information in the script editorPaulb23
2019-04-20Merge pull request #28210 from hpvb/fix-28134Rémi Verschelde
Object::script may not be a valid Ref<Script>
2019-04-20Fix typo in SpriteFrameEditor preview drawRémi Verschelde
As spotted by @DennisWG.
2019-04-20Object::script may not be a valid Ref<Script>Hein-Pieter van Braam-Stewart
It appears that Object::script may be a valid ScriptInstance but not be castable to Ref<Script>. There were only 5 places in the code that made this assumption. This commit fixes that.
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field
2019-04-19doc: Sync classref with current sourceRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-18Fix AnimationPlayer snap mode dropdown behaviourhomer666
2019-04-17Add grouping to 3D editorJFonS
2019-04-16Move vertex along a single axis while editing and holding shiftMatheus Lima Cunha
2019-04-16Merge pull request #28050 from Calinou/animation-track-editor-hidpiRémi Verschelde
Scale animation track editor line widths on hiDPI displays
2019-04-16Merge pull request #28073 from lupoDharkael/early-validationRémi Verschelde
Validate scripts when they are loaded in the text editor
2019-04-16Merge pull request #28071 from YeldhamDev/treedialog_style_fixRémi Verschelde
Fix styling in 'SceneTreeDialog'
2019-04-16Merge pull request #28066 from jbuck3/popupmenu-plugin-id-fixRémi Verschelde
Fix setting of PopupMenu item IDs in editor
2019-04-16Merge pull request #28067 from KoBeWi/save_layout_x3Rémi Verschelde
Save opened scenes when necessary
2019-04-16Misc improvements to visual shader Add Node dialoghomer666
2019-04-16Validate scripts when they are loaded in the text editorlupoDharkael
2019-04-15Fix styling in 'SceneTreeDialog'Michael Alexsander Silva Dias
Fixes #28029.
2019-04-15Save opened scenes when necessaryTomasz Chabora
2019-04-15Fix setting of PopupMenu item IDs in editorJames Buck
2019-04-15Merge pull request #27944 from YeldhamDev/tile_name_position_fixMichael Alexsander Silva Dias
Fix position of tile names in TileSet editor when zooming in/out