summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia
2017-10-23Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde
Added setting to toggle current line highlighting
2017-10-23Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-10-22Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde
Added snapping to spatial drag and drop.
2017-10-22Change theme button name to edit themeAlexander Holland
[ci skip]
2017-10-22Fix TileMap editor not getting inputPedro J. Estébanez
Fixes #12265.
2017-10-21Fix drop-down size when resizing font #12207Felipe Seixas
Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-20Merge pull request #12228 from ↵Rémi Verschelde
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
2017-10-20Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde
Create ParticlesMaterialConversionPlugin
2017-10-20Fix compilation on Visual Studio 2013 (#10219).scorched
2017-10-20Merge pull request #12206 from SaracenOne/drag_and_drop_fixRémi Verschelde
Fix drag and drop collision with non-centred origin points. [ci skip]
2017-10-19Fix spatial shader conversion with textureHiroshi Ogawa
2017-10-18Fix drag and drop collision with non-centred origin points.Saracen
2017-10-18Restored files modeGilles Roudiere
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere
2017-10-15Added icon under zoom/speed indicator barMarc Gilleron
2017-10-15Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde
Freelook interpolation fixes
2017-10-15Merge pull request #12110 from djrm/pr_spatial_editor_fixesRémi Verschelde
Return camera to origin when creating a new scene and going to 3d edi…
2017-10-14Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez
2017-10-14Fixed help overview visibility, issue 12011 and 10407Paulb23
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-10-12Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa
2017-10-11fix script editor clear recent scripts crashjagt
2017-10-10Freelook interpolation fixesMarc Gilleron
- Smooth freelook position more explicitely - Don't let orbit zoom produce translation when it shouldn't - Make base speed framerate-independent (and tweaked setting for that) - Don't rely on camera for calculations because it no longer reflect immediate state - Avoid potential divide-by-zero with zoom inertia - Make speed/zoom relation optional (if enabled, speed is adjusted from zoom) - Never change zoom distance when freelook is active - Orbit inertia also applies on freelook
2017-10-09Merge pull request #11019 from poke1024/refactor-polygon-v2Gilles Roudiere
Refactoring of polygon editors to a common code base (v2)
2017-10-09Merge pull request #11965 from SaracenOne/navgen_fixRémi Verschelde
Navmesh Generation Fix [ci skip]
2017-10-09Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde
Consistant scroll when using members overview, issue 11648
2017-10-09Fix bug in navmesh generation when using meshes with multipleSaracen
surfaces.
2017-10-09Merge pull request #11846 from gabrielformiga/fix-ik-bone-dragRémi Verschelde
Fix IK Bone Drag on Viewport
2017-10-09Merge pull request #11842 from n-pigeon/rotate_gizmo_fixRémi Verschelde
Fixed rotating in local space using 3D Gizmo.
2017-10-09Merge pull request #11821 from groud/margins_preset_menuRémi Verschelde
Replaces (and extends) the anchor menu to a Layout one
2017-10-08Consistant scroll when using members overview, issue 11648Paulb23
2017-10-05Extends the anchors menu to a presetsGilles Roudiere
2017-10-04Fix IK Bone Drag on ViewportGabriel
2017-10-04Fixed rotating in local space using 3D Gizmo.Przemysław Gołąb (n-pigeon)
2017-10-03Fixes the pre drag rect not drawn correctlyGilles Roudiere
2017-10-03Refactoring of polygon editors to a common code baseBernhard Liebl
includes rebase and manual application 67a706fc1b9721f3f06eef8be7312f175e2041ce and 4537977d6dd2a76580d9ab611a18634efab55c74
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez
Some style fixes for VS interface.
2017-10-03Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas
CurveEditor: fix can't edit right tangent
2017-10-03Merge pull request #11478 from n-pigeon/scale_gizmoAndreas Haas
Scale editing Gizmo for Spatial Editor
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-10-03CurveEditor: fix can't edit right tangentPoommetee Ketson
2017-10-02Merge pull request #11743 from groud/zoom_button_fixPoommetee Ketson
Fix zoom button not zooming on the screen center
2017-10-01Fix bones draw on viewportGabriel
2017-10-01Fix zoom button not zooming on the screen centerGilles Roudiere
2017-09-30Merge pull request #11720 from ↵Poommetee Ketson
ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
2017-09-30Renamed fixed_process to physics_processAndreaCatania