summaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp
AgeCommit message (Expand)Author
2018-10-01Minor nit-picky tweaks in spatial_editor_plugin.cppAaron Franke
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-20Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde
2018-09-20Merge pull request #22287 from Chaosus/fix_warningRémi Verschelde
2018-09-20Fix "This control can't grab focus." warning spamChaosus
2018-09-20fix branch on uninit in spatial_editor_pluginIbrahn Sahir
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias
2018-09-15Few unifications between canvas_item and spatial editorsChaosus
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-05Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-09-02Fix selection of instanced scenes in 3DJFonS
2018-09-01Fix some editor shortcuts' default values not being set properlyHugo Locurcio
2018-08-29Merge pull request #21485 from JFonS/fix_selectionRémi Verschelde
2018-08-29Fix z-fighting on origin grid lines in spatial editorRémi Verschelde
2018-08-27Saner selection code for instanced scenes in 3D, should close #21447JFonS
2018-08-23Remove material errors after opening new project, fixes #21073JFonS
2018-08-20Merge pull request #18822 from QbieShay/masterJuan Linietsky
2018-08-18added spring arm node.QbieShay
2018-08-17Fix the 3D grid flickering when the origin is enabledHugo Locurcio
2018-08-14Disable camera interpolation when switching scene tabsGuilherme Felipe
2018-08-14Merge pull request #20744 from Zylann/fix_viewport_lock_rotationRémi Verschelde
2018-08-14Merge pull request #20835 from Calinou/use-standard-button-texts-2Rémi Verschelde
2018-08-14Merge pull request #20848 from Calinou/improve-3d-manipulator-gizmoRémi Verschelde
2018-08-12Fix gizmos submenuJuan Linietsky
2018-08-11Improvements on the gizmo disabling menu and icon selection bugfixJFonS
2018-08-09Merge pull request #20584 from JFonS/gizmo_enablingJuan Linietsky
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-08-09Improve the 3D manipulator gizmoHugo Locurcio
2018-08-09Tweak some editor button textsHugo Locurcio
2018-08-05Initialize default lock rotation in constructorMarc Gilleron
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
2018-07-27Merge pull request #15310 from remorse107/Cinema-ModeRémi Verschelde
2018-07-26Add "Cinematic Preview" to the Spatial Plugin Editor.Robert Morse
2018-07-26Merge pull request #20022 from EIREXE/snap_to_floorMax Hilbrunner
2018-07-26Add snap to floor functionality to the editorAlex Roman
2018-07-26Merge pull request #19758 from kyledayton/feature/spatial-viewport-lock-rotationRémi Verschelde
2018-07-25Add lock rotation feature to spatial editor viewportKyle Dayton
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-22Fix grid missing lines #20246ordigdug
2018-06-28Fix selection in 3D orthogonal viewJFonS
2018-06-13Polished 3D selectionJFonS
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-07Implemented ragdollAndreaCatania
2018-05-07Merge pull request #18684 from muiroc/fix_dragdrop_instancingJuan Linietsky
2018-05-07Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky
2018-05-06SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to sce...muiroc