summaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-19Make orthogonal view mode persistent in new scenejanglee
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Added normalmap guided roughness mipmap generator, and a global roughness lim...Juan Linietsky
2020-02-11Re-implemented screen space ambient occlusionJuan Linietsky
2020-02-11Auto exposure re-implemented in VulkanJuan Linietsky
2020-02-11More GIProbe work and fixesJuan Linietsky
2020-02-11Fixed display menu visualizations.Juan Linietsky
2020-02-11GIProbes working.Juan Linietsky
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Include locked nodes on selection listTomasz Chabora
2020-01-22Change CameraMatrix::get_viewport_size to get_viewport_half_extentslawnjelly
2020-01-17Mark alternate editor display modes as disabled in the GLES2 rendererHugo Locurcio
2020-01-13Add a crosshair to the 3D viewportHugo Locurcio
2020-01-02Merge pull request #34720 from Calinou/light-gizmo-color-by-lightRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2020-01-01Tint 3D light gizmos using the light's colorHugo Locurcio
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-19Fix selection on 3D viewport with half resolutionJFonS
2019-11-28Don't cast item to Spatial when checking if it's lockedAaron Franke
2019-11-14Always allow Alt as an orbit modifier in the 3D editorHugo Locurcio
2019-11-11Minor adjustment in the "Game Camera Override" button's tooltip.Michael Alexsander
2019-11-09Fixed Camera preview when creating new scenesPouleyKetchoupp
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
2019-10-27Fix error when opening or closing scene with camera preview onvolzhs
2019-10-23Implement game camera overrideErik
2019-10-14Add a "slow" modifier to freelookHugo Locurcio
2019-10-04Fix calculate_spatial_bounds for selection displayjfons
2019-10-03Fixes scene instances not displaying bounds when selectedEmmanuel Barroga
2019-09-30Merge pull request #32431 from lupoDharkael/checksRémi Verschelde
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-28Fix crash in ~EditorSpatialGizmoPlugin when generating documentation dataBojidar Marinov
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-09-13Use the same axis colors consistently in the 2D and 3D editorsHugo Locurcio
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
2019-08-30Fix few icons in SpatialEditor which don't update when theme changedChaosus89