Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #80066 from timothyqiu/no-pun-intended | Yuri Sizov | 2023-07-31 | 2 | -11/+11 |
|\ | |||||
| * | Avoid punning [param enabled] in documentation | Haoyu Qiu | 2023-07-31 | 2 | -11/+11 |
* | | Merge pull request #80037 from KoBeWi/we_are_reaching_levels_of_hacks_that_sh... | Yuri Sizov | 2023-07-31 | 3 | -5/+28 |
|\ \ | |||||
| * | | Edit TileSet source on double click | kobewi | 2023-07-30 | 3 | -5/+28 |
* | | | Merge pull request #79945 from hvarga/fix-current-scene-update | Yuri Sizov | 2023-07-31 | 1 | -5/+4 |
|\ \ \ | |||||
| * | | | Fix current-scene update | Hrvoje Varga | 2023-07-27 | 1 | -5/+4 |
* | | | | Merge pull request #79917 from hvarga/fix-scene-tab-close | Yuri Sizov | 2023-07-31 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | Fix scene tab close | Hrvoje Varga | 2023-07-27 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below | Yuri Sizov | 2023-07-31 | 19 | -206/+360 |
|\ \ \ \ | |||||
| * | | | | GDScript: Fix bug with identifier shadowed below in current scope | Danil Alexeev | 2023-07-26 | 19 | -206/+360 |
| |/ / / | |||||
* | | | | Merge pull request #79876 from LRFLEW/mobalpha | Yuri Sizov | 2023-07-31 | 4 | -15/+14 |
|\ \ \ \ | |||||
| * | | | | Fix transparent viewport backgrounds with custom clear color | LRFLEW | 2023-07-30 | 4 | -15/+14 |
* | | | | | Merge pull request #79737 from Calinou/resourceloader-load-error-clarify-expe... | Yuri Sizov | 2023-07-31 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Mention expected resource type in ResourceLoader load error | Hugo Locurcio | 2023-07-21 | 1 | -2/+2 |
* | | | | | | Merge pull request #79681 from m4gr3d/fix_npe_main | Yuri Sizov | 2023-07-31 | 1 | -8/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix npe when registering the sensors. | Fredia Huya-Kouadio | 2023-07-28 | 1 | -8/+16 |
* | | | | | | | Merge pull request #79696 from reduz/call-on-render-thread | Yuri Sizov | 2023-07-31 | 5 | -0/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add ability to call code on rendering thread | Juan Linietsky | 2023-07-26 | 5 | -0/+28 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #79610 from aaronfranke/toggle-comment-slash | Yuri Sizov | 2023-07-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add Ctrl+/ as a shortcut to toggle comment in addition to Ctrl+K | Aaron Franke | 2023-07-18 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #79358 from timothyqiu/indentation | Yuri Sizov | 2023-07-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Make indentation indicators translatable | Haoyu Qiu | 2023-07-12 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-exper... | Yuri Sizov | 2023-07-31 | 5 | -99/+211 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | GDScript: Add `@deprecated` and `@experimental` doc comment tags | Danil Alexeev | 2023-07-08 | 5 | -99/+211 |
* | | | | | | | | | | Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflict | Yuri Sizov | 2023-07-31 | 4 | -4/+29 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | GDScript: Fix conflict between property and group names | Danil Alexeev | 2023-06-15 | 4 | -4/+29 |
* | | | | | | | | | | | Merge pull request #73226 from AThousandShips/gdscript_tok_improvement | Yuri Sizov | 2023-07-31 | 1 | -13/+19 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Improvements to GDScript identifier tokenization | Ninni Pipping | 2023-04-26 | 1 | -13/+19 |
* | | | | | | | | | | | | Merge pull request #50674 from starry-abyss/master | Yuri Sizov | 2023-07-31 | 2 | -42/+44 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Project manager button rearrangement | Igor | 2023-07-25 | 2 | -42/+44 |
* | | | | | | | | | | | | | Merge pull request #73257 from RedworkDE/net-android-support | Ignacio Roldán Etcheverry | 2023-07-31 | 8 | -847/+101 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | C#: Enable exporting for Android | RedworkDE | 2023-06-28 | 2 | -7/+11 |
| * | | | | | | | | | | | | | C#: Remove old and unused android support code for mono | RedworkDE | 2023-06-28 | 5 | -826/+1 |
| * | | | | | | | | | | | | | C#: Add option to embed dotnet build outputs into the data file | RedworkDE | 2023-06-28 | 2 | -15/+90 |
* | | | | | | | | | | | | | | Merge pull request #80081 from clayjohn/revert-dead-error | Yuri Sizov | 2023-07-31 | 1 | -32/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Revert "Let user know about dead instances in deferred calls" | clayjohn | 2023-07-31 | 1 | -32/+19 |
|/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge pull request #80034 from darksylinc/matias-fixes | Clay John | 2023-07-30 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix uninitialized variable ending up sent to Vulkan | Matias N. Goldberg | 2023-07-29 | 2 | -2/+2 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #79981 from RandomShaper/fix_res_imp_life_2 | Aaron Franke | 2023-07-29 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix life cycle of ResourceImporterTexture better | Pedro J. Estébanez | 2023-07-28 | 1 | -2/+6 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #79983 from detomon/initialize-msdf-parameters-in-base-mat... | Clay John | 2023-07-28 | 2 | -2/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Initialize MSDF parameters in BaseMaterial3D with default | detomon | 2023-07-28 | 2 | -2/+5 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #79405 from Calinou/doc-import-options | Yuri Sizov | 2023-07-27 | 16 | -7/+272 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fill in descriptions for import options in the class reference | Hugo Locurcio | 2023-07-27 | 16 | -7/+272 |
* | | | | | | | | | | | Merge pull request #74717 from KoBeWi/tilesetmap_handler_plugin | Yuri Sizov | 2023-07-27 | 8 | -263/+247 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add separate editor plugin for TileMap and TileSet | kobewi | 2023-07-26 | 8 | -263/+247 |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #79941 from KoBeWi/scene_tile_devastation | Yuri Sizov | 2023-07-27 | 1 | -12/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Properly clear scene tiles | kobewi | 2023-07-27 | 1 | -12/+3 |
* | | | | | | | | | | | | Merge pull request #79954 from RandomShaper/fix_res_imp_life | Yuri Sizov | 2023-07-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix life cycle of ResourceImporterTexture not tracked properly | Pedro J. Estébanez | 2023-07-27 | 1 | -0/+1 |
| |/ / / / / / / / / / / |