summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2022-03-01Merge pull request #58641 from rburing/joints_fix_signalsRémi Verschelde
2022-03-01Merge pull request #58548 from V-Sekai/lod_lightmapsJFonS
Allow automatic lod when importing 3D scenes with Static Lightmaps
2022-03-01Merge pull request #58559 from fazil47/scene-tree-icon-focusRémi Verschelde
Double clicking scene tree icon focuses that node
2022-03-01Merge pull request #58477 from AlbertFay/text-under-scrollbarRémi Verschelde
2022-02-28Joint2D and Joint3D: make set_exclude_nodes_from_collision respect signalsRicardo Buring
2022-02-28Joint2D and Joint3D: update joint on NOTIFICATION_POST_ENTER_TREERicardo Buring
This allows reparenting, etc.
2022-02-28Fixed caret change signal emissionPaulb23
2022-02-28Merge pull request #58554 from KoBeWi/MIARémi Verschelde
Don't abort loading scene on missing dependency
2022-02-28Merge pull request #58282 from keptsecret/filedialog_visibility_unresponsiveRémi Verschelde
Fix to prevent AcceptDialog and children class taking over main window
2022-02-28Merge pull request #58413 from Sauermann/fix-canvas-item-visibilityRémi Verschelde
Fix invisible CanvasItem visibility issue
2022-02-28Merge pull request #58596 from rburing/joints_disconnect_connected_signalsRémi Verschelde
`Joint2D` and `Joint3D`: disconnect only connected signals
2022-02-28Merge pull request #58623 from timothyqiu/animated-spriteRémi Verschelde
Fix `AnimatedSprite` infinite loop
2022-02-28Fix AnimatedSprite infinite loopHaoyu Qiu
2022-02-28Remove files_dropped signal from SceneTreeIgor Kordiukiewicz
2022-02-27Joint2D and Joint3D: disconnect only connected signalsRicardo Buring
2022-02-27Double clicking scene tree icon focuses that nodeFazil Babu
2022-02-26Don't abort loading scene on missing dependencykobewi
2022-02-25Allow automatic lod when importing 3D scenes with Static LightmapsK. S. Ernest (iFire) Lee
Avoid the normal merge procedure when uv2s are different and makes generating LODs happen after the lightmap generation
2022-02-25Fixed bug with text going under scrollbaralbertfay1121
added classes reference update
2022-02-25Improve popup window handling.bruvzg
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding.
2022-02-24Merge pull request #58496 from JFonS/fix_lm_crashRémi Verschelde
2022-02-24Add sanity checks to lightmap unwrap texel sizejfons
2022-02-23Implementing OpenXR driverBastiaan Olij
2022-02-23Merge pull request #58411 from cbscribe/rename_motion_velocityRémi Verschelde
2022-02-22Rename motion_velocity to velocityChris Bradfield
2022-02-22Use Filament specular models and parametrizationclayjohn
2022-02-22Merge pull request #58343 from aaronfranke/negative-shape-warningRémi Verschelde
2022-02-22Merge pull request #58344 from TokageItLab/fix-cubic-interpolate-with-loopRémi Verschelde
2022-02-22Fix invisible CanvasItem visibility issueMarkus Sauermann
2022-02-21Merge pull request #58400 from Faless/mp/4.x_repl_path_stopgapRémi Verschelde
[Net] Fix multi-peer path-only replication, optimize single peer object cache.
2022-02-21[Net] Optimize object cache notification send for single peer.Fabio Alessandrelli
It used to always cycle all the peers when checking which one needed to be notified, now it only does that when the target is multiple (i.e. broadcast or exclusion).
2022-02-21[Net] Fix multi-peer path-only replication.Fabio Alessandrelli
It used to check if a net_id was ever assigned to that node to detect when to send the path confirm to the remote peer. This is wrong, because the same net_id is shared for all the remote peers, but sent one by one. Instead we now check if it's either not assigned or if the assigned net_id is a cache ID, and in that case ensure that the remote peer has been notified. This can be further improved by unifying the cache interface, but for now it's a fast fix to get path-only sync to work.
2022-02-21Merge pull request #58315 from KoBeWi/fixibilityRémi Verschelde
2022-02-21Merge pull request #58367 from V-Sekai/tileset_atlas_crash_fixRémi Verschelde
2022-02-20simplify calculation of max in grayscaleMarkus Sauermann
2022-02-20Fix nullptr error in _update_padded_texture on texture with no imageSaracenOne
2022-02-20Fixed cubic interpolate with loopSilc 'Tokage' Renew
2022-02-20Show an error when setting a negative size on a collision shapeAaron Franke
2022-02-19Fix CanvasItem visibility propagationkobewi
2022-02-19Update variable name to reflect usageMarkus Sauermann
2022-02-19Merge pull request #58042 from Sauermann/fix-viewport-border-notificationsRémi Verschelde
Fix Viewport mouse enter+exit notifications
2022-02-19Fix crash when importing small GLTF meshHaoyu Qiu
2022-02-18fixed wrong ifdef enclosed blockkeptsecret
2022-02-18prevent acceptdialog taking over main editor window when made visiblekeptsecret
2022-02-17Revert "Default to real-time radiance map filter for environment sky ↵clayjohn
reflections" This reverts commit 09563e4bd8fa4dda8802b3b48f111f3c1de499d8.
2022-02-17Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga
Changed 'find_node' to 'find_nodes' which now returns an 'TypedArray<Node>', as well as Added a 'type' parameter to match against specific node types, which supports inheritance.
2022-02-17Add a property hint for the Line2D Round Precision propertyHugo Locurcio
This prevents choosing extremely high values which cause performance issues for no visual benefit.
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde
2022-02-16Merge pull request #58154 from markdibarry/fix_scroll_to_lineRémi Verschelde