Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-01 | Merge pull request #58641 from rburing/joints_fix_signals | Rémi Verschelde | |
2022-03-01 | Merge pull request #58548 from V-Sekai/lod_lightmaps | JFonS | |
Allow automatic lod when importing 3D scenes with Static Lightmaps | |||
2022-03-01 | Merge pull request #58559 from fazil47/scene-tree-icon-focus | Rémi Verschelde | |
Double clicking scene tree icon focuses that node | |||
2022-03-01 | Merge pull request #58477 from AlbertFay/text-under-scrollbar | Rémi Verschelde | |
2022-02-28 | Joint2D and Joint3D: make set_exclude_nodes_from_collision respect signals | Ricardo Buring | |
2022-02-28 | Joint2D and Joint3D: update joint on NOTIFICATION_POST_ENTER_TREE | Ricardo Buring | |
This allows reparenting, etc. | |||
2022-02-28 | Fixed caret change signal emission | Paulb23 | |
2022-02-28 | Merge pull request #58554 from KoBeWi/MIA | Rémi Verschelde | |
Don't abort loading scene on missing dependency | |||
2022-02-28 | Merge pull request #58282 from keptsecret/filedialog_visibility_unresponsive | Rémi Verschelde | |
Fix to prevent AcceptDialog and children class taking over main window | |||
2022-02-28 | Merge pull request #58413 from Sauermann/fix-canvas-item-visibility | Rémi Verschelde | |
Fix invisible CanvasItem visibility issue | |||
2022-02-28 | Merge pull request #58596 from rburing/joints_disconnect_connected_signals | Rémi Verschelde | |
`Joint2D` and `Joint3D`: disconnect only connected signals | |||
2022-02-28 | Merge pull request #58623 from timothyqiu/animated-sprite | Rémi Verschelde | |
Fix `AnimatedSprite` infinite loop | |||
2022-02-28 | Fix AnimatedSprite infinite loop | Haoyu Qiu | |
2022-02-28 | Remove files_dropped signal from SceneTree | Igor Kordiukiewicz | |
2022-02-27 | Joint2D and Joint3D: disconnect only connected signals | Ricardo Buring | |
2022-02-27 | Double clicking scene tree icon focuses that node | Fazil Babu | |
2022-02-26 | Don't abort loading scene on missing dependency | kobewi | |
2022-02-25 | Allow automatic lod when importing 3D scenes with Static Lightmaps | K. S. Ernest (iFire) Lee | |
Avoid the normal merge procedure when uv2s are different and makes generating LODs happen after the lightmap generation | |||
2022-02-25 | Fixed bug with text going under scrollbar | albertfay1121 | |
added classes reference update | |||
2022-02-25 | Improve popup window handling. | bruvzg | |
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding. | |||
2022-02-24 | Merge pull request #58496 from JFonS/fix_lm_crash | Rémi Verschelde | |
2022-02-24 | Add sanity checks to lightmap unwrap texel size | jfons | |
2022-02-23 | Implementing OpenXR driver | Bastiaan Olij | |
2022-02-23 | Merge pull request #58411 from cbscribe/rename_motion_velocity | Rémi Verschelde | |
2022-02-22 | Rename motion_velocity to velocity | Chris Bradfield | |
2022-02-22 | Use Filament specular models and parametrization | clayjohn | |
2022-02-22 | Merge pull request #58343 from aaronfranke/negative-shape-warning | Rémi Verschelde | |
2022-02-22 | Merge pull request #58344 from TokageItLab/fix-cubic-interpolate-with-loop | Rémi Verschelde | |
2022-02-22 | Fix invisible CanvasItem visibility issue | Markus Sauermann | |
2022-02-21 | Merge pull request #58400 from Faless/mp/4.x_repl_path_stopgap | Ré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-21 | Merge pull request #58315 from KoBeWi/fixibility | Rémi Verschelde | |
2022-02-21 | Merge pull request #58367 from V-Sekai/tileset_atlas_crash_fix | Rémi Verschelde | |
2022-02-20 | simplify calculation of max in grayscale | Markus Sauermann | |
2022-02-20 | Fix nullptr error in _update_padded_texture on texture with no image | SaracenOne | |
2022-02-20 | Fixed cubic interpolate with loop | Silc 'Tokage' Renew | |
2022-02-20 | Show an error when setting a negative size on a collision shape | Aaron Franke | |
2022-02-19 | Fix CanvasItem visibility propagation | kobewi | |
2022-02-19 | Update variable name to reflect usage | Markus Sauermann | |
2022-02-19 | Merge pull request #58042 from Sauermann/fix-viewport-border-notifications | Rémi Verschelde | |
Fix Viewport mouse enter+exit notifications | |||
2022-02-19 | Fix crash when importing small GLTF mesh | Haoyu Qiu | |
2022-02-18 | fixed wrong ifdef enclosed block | keptsecret | |
2022-02-18 | prevent acceptdialog taking over main editor window when made visible | keptsecret | |
2022-02-17 | Revert "Default to real-time radiance map filter for environment sky ↵ | clayjohn | |
reflections" This reverts commit 09563e4bd8fa4dda8802b3b48f111f3c1de499d8. | |||
2022-02-17 | Change 'find_node' to 'find_nodes' and Add 'type' parameter | diddykonga | |
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-17 | Add a property hint for the Line2D Round Precision property | Hugo Locurcio | |
This prevents choosing extremely high values which cause performance issues for no visual benefit. | |||
2022-02-16 | Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode | Rémi Verschelde | |
2022-02-16 | Merge pull request #58055 from markdibarry/add_get_line_offset | Rémi Verschelde | |
2022-02-16 | Merge pull request #58154 from markdibarry/fix_scroll_to_line | Rémi Verschelde | |