summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-11629-0/+1258
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1110-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Merge pull request #97817 from bruvzg/prop_warn_removeRémi Verschelde2024-10-041-40/+36
|\ | | | | | | Partially revert #96780, remove warnings from project/editor settings `_get`.
| * Partially revert 96780, remove warnings from project/editor settings `_get`.bruvzg2024-10-041-40/+36
| |
* | Merge pull request #97809 from Geometror/fix-ge-conn-layer-warningRémi Verschelde2024-10-041-1/+3
|\ \ | | | | | | | | | [GraphEdit] Only print warning for connection layer deletion when justified
| * | [GraphEdit] Only print warning for connection layer deletion when justifiedHendrik Brucker2024-10-041-1/+3
| | |
* | | Merge pull request #97291 from ↵Rémi Verschelde2024-10-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | KoBeWi/visible_in_tree_was_a_billion_dollar_mistake Fix ScrollContainer configuration warnings
| * | | Fix ScrollContainer configuration warningskobewi2024-09-211-1/+1
| | | |
* | | | Merge pull request #97240 from KoBeWi/wrong_numberRémi Verschelde2024-10-041-4/+12
|\ \ \ \ | | | | | | | | | | | | | | | Print error on invalid `call_group()` calls
| * | | | Print error on invalid call_group() callskobewi2024-09-201-4/+12
| | | | |
* | | | | Merge pull request #95889 from KoBeWi/tree_growing_sidewaysRémi Verschelde2024-10-041-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | Allow horizontal scrolling in Tree using Shift
| * | | | Allow horizontal scrolling in Tree using Shiftkobewi2024-08-211-4/+4
| | | | |
* | | | | Merge pull request #97362 from reduz/make-unique-scene-id-deterministicRémi Verschelde2024-10-041-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Make internal unique scene resource ID deterministic
| * | | | | Make internal unique scene resource ID deterministicJuan2024-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the Resource::generate_scene_unique_id() to be deterministic and seedable. Fixes #97110
* | | | | | Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-043-27/+50
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #97624 from timothyqiu/atrnRémi Verschelde2024-10-041-2/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix `atr_n()` behavior when auto translation is disabled
| * | | | | Fix `atr_n()` behavior when auto translation is disabledHaoyu Qiu2024-09-291-2/+7
| | | | | |
* | | | | | Merge pull request #97255 from kitbdev/test-tabsRémi Verschelde2024-10-043-6/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix TabBar initialization issue and add tests
| * | | | | | Fix TabBar initialization issue and add testskit2024-09-203-6/+17
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #93270 from Gamemap/feature-itemlist-autowidthRémi Verschelde2024-10-042-3/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `Auto width` behavior to ItemList
| * | | | | | Add `Auto width` behavior to ItemListGamemap2024-10-042-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Craig Hupin <althar93@hotmail.com>
* | | | | | | Add filename filter field to FileDialogvPumpking2024-10-044-10/+156
|/ / / / / / | | | | | | | | | | | | | | | | | | Added possibility to filter files and folders through a text entry.
* | | | | | Merge pull request #97760 from EAinsley/fix#97714Rémi Verschelde2024-10-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix error when stopping empty animation player.
| * | | | | | Fix error when stopping empty animation player.Ainsley Su2024-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if animation exists before get section start time. Signed-off-by: Ainsley Su <vhtmscyo@gmail.com>
* | | | | | | Merge pull request #97519 from timothyqiu/itemlist-atRémi Verschelde2024-10-032-5/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add auto translate mode for items in `ItemList`
| * | | | | | | Add auto translate mode for items in `ItemList`Haoyu Qiu2024-09-272-5/+48
| | | | | | | |
* | | | | | | | Merge pull request #97730 from ↵Rémi Verschelde2024-10-031-0/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/rich_text_label_inside_a_scroll_container_inside_a_bag_of_milk Handle scroll events in RichtTextLabel
| * | | | | | | | Handle scroll events in RichtTextLabelkobewi2024-10-021-0/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #95389 from Gaktan/graph_node_stretch_fixRémi Verschelde2024-10-031-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix graph node stretch not taking titlebar into account
| * | | | | | | | Fix graph node stretch not taking titlebar into accountGaktan2024-09-081-1/+1
| | | | | | | | |
* | | | | | | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. ↵Dario2024-10-029-147/+266
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ubershaders and rework pipeline caches for Forward+ and Mobile. - Implements asynchronous transfer queues from PR #87590. - Adds ubershaders that can run with specialization constants specified as push constants. - Pipelines with specialization constants can compile in the background. - Added monitoring for pipeline compilations. - Materials and shaders can now be created asynchronously on background threads. - Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
* | | | | | | | Merge pull request #97416 from ↵Rémi Verschelde2024-10-021-2/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/lightmapgi-check-rendering-device-availability Check RenderingDevice availability to display LightmapGI configuration warnings
| * | | | | | | | Check RenderingDevice availability to display LightmapGI configuration warningsHugo Locurcio2024-09-281-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can now check whether RenderingDevice can be created (which is not guaranteed when using the Compatibility rendering method), so the warning can be displayed only when relevant. This also disables the Bake Lightmaps button with a tooltip if baking is not available.
* | | | | | | | | Merge pull request #97439 from Gamemap/itemlist-fix-texttrimmingRémi Verschelde2024-10-021-18/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ItemList text trimming
| * | | | | | | | | Fix ItemList text trimming and autowrap marginGamemap2024-10-011-18/+21
| | | | | | | | | |
* | | | | | | | | | New Quick Open DialogStijn Hinlopen2024-10-012-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated list view with thumbnails, and separate file name. - Added a grid view which has larger icons. - Added toggle to filter out files from addons. - Store history for each opened resource type. New Editor settings for Quick Open: - Startup display mode (grid or list): - Determined by the requested resource type. - Whatever was last used. - Toggle to filter out files from addons (for persistence). Notes - The dialog is now created once in EditorNode, and globally available for other components. - A fixed number of result scenes are instantiated, and reused based on query. - Drop support for multiselect.
* | | | | | | | | | Merge pull request #96309 from Geometror/fix-ge-cs-crashRémi Verschelde2024-10-011-3/+41
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Prevent crash after removing GraphEdit's connection layer
| * | | | | | | | | Prevent crash after removing GraphEdit's connection layer and add additional ↵Hendrik Brucker2024-08-301-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings
* | | | | | | | | | Merge pull request #97353 from timothyqiu/tree-atRémi Verschelde2024-10-012-4/+52
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add auto translate mode for cells in `Tree`
| * | | | | | | | | | Add auto translate mode for cells in TreeHaoyu Qiu2024-10-012-4/+52
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #95132 from LeonStansfield/gpu_particles_ui_consistencyRémi Verschelde2024-10-012-7/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPU/CPU particle parameter list consistency changes
| * | | | | | | | | | Revent DRAW_ORDER_INDEX to DRAW_ORDER_LIFETIME default particle params for ↵Leon Stansfield2024-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility.
| * | | | | | | | | | Adjusted listings of parameters displayed in inspector to be consistent ↵Leon Stansfield2024-08-042-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accross all particle types
* | | | | | | | | | | Merge pull request #94240 from MewPurPur/optimize-styleboxflatRémi Verschelde2024-10-011-77/+70
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize `StyleBoxFlat.draw()`
| * | | | | | | | | | | Optimize StyleBoxFlat.draw()MewPurPur2024-09-281-77/+70
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #93449 from ↵Rémi Verschelde2024-10-011-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/basematerial3d-refraction-use-depth-comparison Fix BaseMaterial3D refracting objects located in front of the material
| * | | | | | | | | | | | Fix BaseMaterial3D refracting objects located in front of the materialHugo Locurcio2024-09-261-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depth comparison is now used to prevent refraction from occurring if the pixel being refracted is located in front of the object. For pixels slightly behind the object, a `smoothstep()` curve is used to progressively increases refraction intensity as the distance between the object and the refraction increases. This avoids sudden discontinuities in the refraction. Co-authored-by: GeneralLegendary <generallegendary456@gmail.com>
* | | | | | | | | | | | | Merge pull request #92237 from timothyqiu/url-fragmentRémi Verschelde2024-10-011-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | String: Parse fragment from URL
| * | | | | | | | | | | | | Parse fragment from URLHaoyu Qiu2024-09-271-1/+2
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #91765 from chocola-mint/feat-markersRémi Verschelde2024-10-017-85/+388
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Add markers to Animation