aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring FPS & information on 3D viewportvolzhs2017-12-171-41/+22
* Moved Local Space Mode and Transform Snap settings to Top Bar ...Przemysław Gołąb (n-pigeon)2017-12-161-31/+63
* Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-121-3/+2
* Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-101-1/+46
|\
| * Implemented skeleton visibilityAndreaCatania2017-12-101-1/+46
* | TileMap FixesMariano Suligoy2017-12-021-6/+2
* | Fix alignment for button preview_cameraGuilherme Felipe2017-12-021-0/+2
* | Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-261-0/+27
|\ \
| * | Improve/fix SpatialEditor state saving/restoringPedro J. Estébanez2017-11-251-0/+17
| * | Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-0/+10
* | | Tweak the default editor camera settingsHugo Locurcio2017-11-251-4/+4
|/ /
* | Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-221-2/+6
|\ \ | |/ |/|
| * Implement auto-tilingMariano Suligoy2017-11-201-2/+6
* | Native pan and zoom for macOSBernhard Liebl2017-11-211-68/+142
* | Merge pull request #12359 from kubecz3k/spatial-lockRémi Verschelde2017-11-201-1/+93
|\ \ | |/ |/|
| * ability to lock spatial nodes transform in editorJakub Grzesik2017-11-111-1/+93
* | Merge pull request #12936 from n-pigeon/planar_scale_gizmoRémi Verschelde2017-11-201-6/+120
|\ \
| * | Implemented planar scaling with two modes.Przemysław Gołąb (n-pigeon)2017-11-141-6/+120
* | | Add "View FPS" in 3D->Perspective's popup.Dmitry Koteroff2017-11-201-0/+40
* | | Rename Rect3 to AABB.Ferenc Arn2017-11-171-9/+9
* | | Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde2017-11-161-0/+5
|\ \ \ | |/ / |/| |
| * | Several improvements to GridMap.Daniel J. Ramirez2017-11-091-0/+5
* | | Fix uninitialized bool. Breaks translation in release_debug target.Przemysław Gołąb (n-pigeon)2017-11-131-2/+1
* | | Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)2017-11-131-5/+5
* | | Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets2017-11-101-1/+3
| |/ |/|
* | Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)2017-11-101-50/+56
|/
* Ability to shrink 3D viewport by halfJuan Linietsky2017-10-311-3/+26
* Add option to use freelook with a toggle shortcut (like Blender) instead of h...Marc Gilleron2017-10-301-1/+17
* Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-221-1/+10
|\
| * Added snapping to spatial drag and drop.SaracenOne2017-09-201-1/+10
* | Fix drag and drop collision with non-centred origin points.Saracen2017-10-181-2/+8
* | Added icon under zoom/speed indicator barMarc Gilleron2017-10-151-24/+57
* | Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde2017-10-151-49/+119
|\ \
| * | Freelook interpolation fixesMarc Gilleron2017-10-101-49/+119
* | | Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez2017-10-141-0/+1
* | | Fixed rotating in local space using 3D Gizmo.Przemysław Gołąb (n-pigeon)2017-10-041-18/+28
|/ /
* | Merge pull request #11478 from n-pigeon/scale_gizmoAndreas Haas2017-10-031-52/+186
|\ \
| * | Scale editing Gizmo for Spatial EditorPrzemysław Gołąb (n-pigeon)2017-09-261-52/+186
* | | Renamed fixed_process to physics_processAndreaCatania2017-09-301-1/+1
|/ /
* | Removed transparency from spatial editor grid.Daniel J. Ramirez2017-09-251-70/+19
* | Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-261-4/+4
|\ \
| * | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-4/+4
* | | -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-231-15/+21
|/ /
* | Merge pull request #11222 from toger5/spatial_scrollingRémi Verschelde2017-09-211-26/+28
|\ \
| * | settings 'editors/3d' organized, sorted, new_defaultstoger52017-09-191-23/+23
| * | update inertia/freelook settings values + renamed free_orbit... totoger52017-09-191-4/+4
| * | added precision scrolling to spatial editor zoomtoger52017-09-191-3/+3
| * | zoom inertia uses its own setting (not the same then translation)toger52017-09-191-1/+3
* | | Box selection for MeshInstances and subscene nodes.SaracenOne2017-09-201-5/+10
* | | Rename pos to position in user facing methods and variablesletheed2017-09-201-8/+8
| |/ |/|