summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
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-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14Merge pull request #36066 from timothyqiu/float-step-rangeRémi Verschelde
2020-02-13Disable video driver option in editor since switching to GLES2 wouldDoug Richardson
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-12Added high-end (Vulkan) label to some functions in visual shaderYuri Roubinsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Don't flip screenshot.K. S. Ernest (iFire) Lee
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-11DOF fully implemented, can be edited on the fly.Juan Linietsky
2020-02-11GIProbes working.Juan Linietsky
2020-02-11Rewritten StreamTexture for better code reuse, added basis universal supportJuan 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-11Add static Vulkan loader.bruvzg
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Remove AnimationTreePlayer nodeMichael Alexsander
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
2020-02-10Fixes range hint for default_float_stepHaoyu Qiu
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-24Fixed Inspector update when a node is renamedPouleyKetchoupp
2020-01-14Export: Properly disable resource preview threadRémi Verschelde
2020-01-13EditorNode: Delay addon init to NOTIFICATION_READYRémi Verschelde
2020-01-13Fixes the New Window option in macOS dock menuHaoyu Qiu
2020-01-08Export: Add dedicated --export-pack option to export data packRémi Verschelde
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-errorRémi Verschelde
2019-12-30Merge pull request #34614 from qarmin/dont_create_preview_of_empty_sceneRémi Verschelde
2019-12-30Exit the editor export process with a non-zero exit code on errorHugo Locurcio
2019-12-26Don't create preview of empty scene.Rafał Mikrut
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-23Centers Dock Position textHaoyu Qiu
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-11Fixes infinite loop when switching editorHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-06Fixes prompt closes the wrong scene when exitingHaoyu Qiu
2019-11-25Debug menu in editor doesn't hide on checkbox togglePouleyKetchoupp
2019-11-14EditorNode: Improve tooltip for pause buttonRémi Verschelde
2019-11-10Keep focus on the top-most node for multi-selection in scene treePouleyKetchoupp
2019-11-09Fixed errors when saving scene with a shrunk viewportPouleyKetchoupp
2019-10-31Make the editor dimming smarterMichael Alexsander
2019-10-23Merge pull request #33019 from volzhs/class_iconRémi Verschelde