summaryrefslogtreecommitdiff
path: root/scene/main/viewport.cpp
AgeCommit message (Expand)Author
2021-10-05Fix ViewportTexture error when viewport is used from a child scenejitspoe
2021-09-21Fix focus shortcuts triggering incorrectlyEric M
2021-09-16Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-13Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde
2021-09-12Fix multiple definitions of Listener2Dkobewi
2021-09-10Clean up Viewport, remove dead code.Max Hilbrunner
2021-09-10Merge pull request #52431 from dozingpip/patch-1Max Hilbrunner
2021-09-06Remove dead code from Viewport::_gui_input_eventPip
2021-09-01Prevent crash on startup if no audio serverPaulb23
2021-08-31Add Listener2Dkobewi
2021-08-28Merge pull request #51906 from requizm/fix/49077Michael Alexsander
2021-08-27Do all audio mixing in the AudioServerEllen Poe
2021-08-26Optionally scale 3D render contentBastiaan Olij
2021-08-25Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-20Fix tooltip message working incorrectly in PopupMenurequizm
2021-08-13Disable Node3D when compiling without 3D and fix disable_3d optionAaron Franke
2021-08-13Merge pull request #51607 from aaronfranke/includesRémi Verschelde
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-12Use the Unicode multiplication symbol where relevantHugo Locurcio
2021-08-10Merge pull request #49417 from Bhu1-V/gsoc-cmd-pltRémi Verschelde
2021-08-10Organize methods in Viewport and explicitly name 3D methods with 3DAaron Franke
2021-08-09Added EditorCommandPaletteBhuvan Vemula
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-27Multiple cosmetic fixes for embedded windowsMichael Alexsander
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-23Show tooltips even when paused or time_scale is 0kobewi
2021-07-22Make `MenuButton`'s `switch_on_hover` work againMichael Alexsander
2021-07-20Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-07-19Merge pull request #50566 from reduz/optimize-stringname-usageRémi Verschelde
2021-07-19Merge pull request #48186 from EricEzaM/PR/tooltip-improvementsRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-16Merge pull request #47395 from sygi/shape_idx_collisionHugo Locurcio
2021-07-03add viewport.get_camera_2d()Josh Chandler
2021-07-03Fix Render Inforeduz
2021-07-02Add mouse_shape_entered and mouse_shape_exited signals to CollisionObject2D.sygi
2021-06-29Fixes to 2D viewportreduz
2021-06-29Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde
2021-06-25Remove clips_input() method and use clip_contentkobewi
2021-06-21Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-06-16Refactor VisibilityNotifier3Dreduz
2021-06-16Refactor VisibilityNotifierreduz
2021-06-13Fix Viewport crashes when not in treeHaoyu Qiu
2021-06-05Rename GI Classesreduz