summaryrefslogtreecommitdiff
path: root/scene/main/viewport.h
AgeCommit message (Expand)Author
2020-05-04Merge pull request #37717 from qarmin/world_fixRémi Verschelde
2020-04-20doc: Sync classref with current sourceRémi Verschelde
2020-04-18Change non-existent World to World3Dqarmin
2020-04-14Implement decalsJuan Linietsky
2020-04-12Add screen space AA option, with FXAA implementation.Juan Linietsky
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-08Refactored shadowmapping.Juan Linietsky
2020-04-03Re-expose a simplified version of the stretch properties in SubViewportMichael Alexsander
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Implemented drag and drop across windows, both OS and embedded.Juan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-20Fix MIMPAMPS typos in constants throughout the engineAndrii Doroshenko (Xrayez)
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-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-11basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-06Merge pull request #33987 from nekomatata/own-world-environmentRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-29Viewport environment is updated properly when set to own worldPouleyKetchoupp
2019-10-23Implement game camera overrideErik
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-05-13Implement ability to render viewports directly to screenclayjohn
2019-03-30Drop mouseover when mouse not in the windowPedro J. Estébanez
2019-03-09Fix fake null-motion mouse event floodPedro J. Estébanez
2019-03-05Improve/fix pickingPedro J. Estébanez
2019-03-02hide hdr and shadow_contact in gles2clayjohn
2019-01-26Rewrite how font oversampling is updated more carefully, fixes #24338Juan Linietsky
2019-01-18respect mouse mode when setting enter/exit notifications and signals, fixes #...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-19fix near infinite loop when no previous mouse positionArjen van Staalduinen
2018-12-14Fix touch release event on _gui_inputKonrad Nowakowski
2018-11-28Improved the mouse focus system (mouse keeps focus on a control while buttons...Juan Linietsky
2018-11-15-Send mouse motion events again to CollisionObjects (Area/Body) if they move,...Juan Linietsky
2018-11-07Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layersJuan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde