summaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp
AgeCommit message (Expand)Author
2018-03-20add option to invert y-axisJulien CATINEAU
2018-02-21Enable snapping when control key pressedChaosus
2018-02-19Merge pull request #14433 from PJB3005/17-12-08-3d_grid_color_setting_updateRémi Verschelde
2018-02-13Add a function to remove controls from containersGeorge Marques
2018-02-073DEditor: fix selecting node in viewport not update inspectorPoommetee Ketson
2018-01-273DEditor: fix multiple node selection crash the editorPoommetee Ketson
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-15Fix crash when freelook shortcuts are undefinedMarc Gilleron
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-11Fixes snap button getting out of sync (issue 15366)poke1024
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Clean up \n from end of translation stringsArtem Varaksa
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-30prevent strings from being evaluated to just "true"firefly2442
2017-12-25Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar
2017-12-25Merge pull request #14847 from YeldhamDev/3d_viewport_saveNoshyaar
2017-12-21Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira
2017-12-20Fixes for the Spatial Editor's Perspective options and dead code cleaning.Michael Alexsander Silva Dias
2017-12-19#14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira
2017-12-17Refactoring FPS & information on 3D viewportvolzhs
2017-12-16Moved Local Space Mode and Transform Snap settings to Top Bar ...Przemysław Gołąb (n-pigeon)
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
2017-12-10Implemented skeleton visibilityAndreaCatania
2017-12-09Makes 3D editor grid color update without restart.PJB3005
2017-12-02TileMap FixesMariano Suligoy
2017-12-02Fix alignment for button preview_cameraGuilherme Felipe
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
2017-11-25Tweak the default editor camera settingsHugo Locurcio
2017-11-25Improve/fix SpatialEditor state saving/restoringPedro J. Estébanez
2017-11-24Universalize draw-over API for EditorPluginsPedro J. Estébanez
2017-11-22Merge pull request #12301 from MarianoGnu/masterRémi Verschelde
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-20Merge pull request #12359 from kubecz3k/spatial-lockRémi Verschelde
2017-11-20Implement auto-tilingMariano Suligoy
2017-11-20Merge pull request #12936 from n-pigeon/planar_scale_gizmoRémi Verschelde
2017-11-20Add "View FPS" in 3D->Perspective's popup.Dmitry Koteroff
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-16Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde
2017-11-14Implemented planar scaling with two modes.Przemysław Gołąb (n-pigeon)
2017-11-13Fix uninitialized bool. Breaks translation in release_debug target.Przemysław Gołąb (n-pigeon)
2017-11-13Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)
2017-11-11ability to lock spatial nodes transform in editorJakub Grzesik
2017-11-10Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets
2017-11-10Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)
2017-11-09Several improvements to GridMap.Daniel J. Ramirez
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-30Add option to use freelook with a toggle shortcut (like Blender) instead of h...Marc Gilleron
2017-10-22Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde
2017-10-18Fix drag and drop collision with non-centred origin points.Saracen