Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 912 | -933/+912 |
| | |||||
* | Merge pull request #79054 from bruvzg/word_brk_fix | Rémi Verschelde | 2024-06-22 | 1 | -1/+1 |
|\ | | | | | | | [TextServer] Fix `get_word_breaks` and its uses. | ||||
| * | [TextServer] Fix get_word_breaks and it uses. | bruvzg | 2024-06-21 | 1 | -1/+1 |
| | | |||||
* | | Decrease the default idle parse delay in the script editor | Hugo Locurcio | 2024-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | This makes errors reported 0.5 seconds faster compared to the previous default value, and is closer to other code editors' behavior such as VS Code. | ||||
* | | Merge pull request #92750 from bruvzg/ios_autogen | Rémi Verschelde | 2024-06-21 | 6 | -0/+3142 |
|\ \ | | | | | | | | | | [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. | ||||
| * | | [iOS export] Automatically generate ARM64 simulator library from device ↵ | bruvzg | 2024-06-16 | 6 | -0/+3142 |
| | | | | | | | | | | | | library if it's missing. | ||||
* | | | Merge pull request #90136 from KoBeWi/re-add_root_node | Rémi Verschelde | 2024-06-21 | 1 | -2/+18 |
|\ \ \ | | | | | | | | | | | | | Fix `add_root_node()` being no-op | ||||
| * | | | Fix add_root_node() being no-op | kobewi | 2024-04-03 | 1 | -2/+18 |
| | | | | |||||
* | | | | Merge pull request #90135 from KoBeWi/missing_star | Rémi Verschelde | 2024-06-21 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Update scene tabs after marking as unsaved | ||||
| * | | | | Update scene tabs after marking as unsaved | kobewi | 2024-04-02 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | Merge pull request #89788 from KoBeWi/project_directory_naming_manager | Rémi Verschelde | 2024-06-21 | 3 | -1/+38 |
|\ \ \ \ | | | | | | | | | | | | | | | | Make project naming setting available in project manager | ||||
| * | | | | Make project naming setting available in project manager | kobewi | 2024-06-21 | 3 | -1/+38 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #92320 from Hilderin/fix-importing-assets-with-csv | Rémi Verschelde | 2024-06-21 | 1 | -2/+11 |
|\ \ \ \ | |/ / / |/| | | | | | | | Fix reimporting assets with csv in the project | ||||
| * | | | Fix reimporting assets with csv in the project | Hilderin | 2024-06-11 | 1 | -2/+11 |
| | | | | |||||
* | | | | Merge pull request #93361 from passivestar/viewport-buttons-styles | Rémi Verschelde | 2024-06-21 | 2 | -19/+32 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add missing style overrides for viewport overlay buttons | ||||
| * | | | | Add missing style overrides for viewport overlay buttons | passivestar | 2024-06-20 | 2 | -19/+32 |
| | | | | | |||||
* | | | | | Merge pull request #93147 from Hilderin/fix-freeze-after-save | Rémi Verschelde | 2024-06-21 | 4 | -35/+73 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix noticeable freeze after saving a scene | ||||
| * | | | | | Fix Noticeable freeze after saving a scene #93104 | Hilderin | 2024-06-20 | 4 | -35/+73 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #93391 from DarkMessiah/fix_update_available_label | Rémi Verschelde | 2024-06-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix determining the availability of a new version | ||||
| * | | | | | Fix determining the availability of a new version | Stanislav Labzyuk | 2024-06-20 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #93385 from Chaosus/vs_fix_updating | Rémi Verschelde | 2024-06-20 | 3 | -0/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix visual shader not being updated when switching tabs | ||||
| * | | | | | Fix visual shader not being updated when switching tabs | Yuri Rubinsky | 2024-06-20 | 3 | -0/+13 |
| |/ / / / | |||||
* | | | | | Merge pull request #93318 from passivestar/action-button-rtl | Rémi Verschelde | 2024-06-20 | 1 | -0/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add missing RTL styles for InspectorActionButton | ||||
| * | | | | | Add missing RTL styles for InspectorActionButton | passivestar | 2024-06-18 | 1 | -0/+17 |
| | | | | | | |||||
* | | | | | | Merge pull request #93223 from passivestar/movie-button-colors | Rémi Verschelde | 2024-06-20 | 2 | -4/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Allow theming movie writer button icon color | ||||
| * | | | | | | Allow theming movie writer button icon color | passivestar | 2024-06-16 | 2 | -4/+11 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #93174 from MannyFluss/master | Rémi Verschelde | 2024-06-20 | 1 | -2/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix ruler tool sticks after right click | ||||
| * | | | | | | fixed issue #93043, ruler tool prevents new nodes from being added with ↵ | Manny-OnGit | 2024-06-19 | 1 | -2/+8 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | right click. | ||||
* | | | | | | Merge pull request #93000 from Chaosus/fix_inspector_section_theming_update | Rémi Verschelde | 2024-06-20 | 2 | -5/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix theme updating of the inspector sections | ||||
| * | | | | | | Fix theme updating of the inspector sections | Yuri Rubinsky | 2024-06-19 | 2 | -5/+9 |
| |/ / / / / | |||||
* / / / / / | Tweak property name style selector in the editor inspector | Hugo Locurcio | 2024-06-20 | 2 | -4/+5 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A preview is now displayed in the options' text: - Raw (e.g. "z_index") - Capitalized (e.g. "Z Index") - Localized (e.g. "Z Index") - "Z Index" is localized in the user's language. | ||||
* | | | | | Merge pull request #91845 from ryevdokimov/disable-freelook-when-drag-and-drop | Rémi Verschelde | 2024-06-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Disable viewports inputs when dragging and dropping into the viewport | ||||
| * | | | | | Disable viewport inputs when dragging and dropping into the viewport | Robert Yevdokimov | 2024-05-12 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #93337 from bruvzg/rename_img_fnt_imp | Rémi Verschelde | 2024-06-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove `monospace/fixed-width` from the `ResourceImporterImageFont` name and description. | ||||
| * | | | | | | Remove `monospace/fixed-width` from the `ResourceImporterImageFont` name and ↵ | bruvzg | 2024-06-19 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | description. | ||||
* | | | | | | Merge pull request #93110 from Hilderin/fix-signal-panel-after-connection | Rémi Verschelde | 2024-06-19 | 7 | -21/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Can't reopen signals panel immediately after connecting a signal | ||||
| * | | | | | | Fix Can't reopen signals panel immediately after connecting a signal #92996 | Hilderin | 2024-06-18 | 7 | -21/+12 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #92647 from passivestar/popup-margins | Rémi Verschelde | 2024-06-19 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix popup windows content margins | ||||
| * | | | | | | | Fix popup windows content margins | passivestar | 2024-06-18 | 1 | -1/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #92640 from AThousandShips/text_value_changed_sname | Rémi Verschelde | 2024-06-19 | 71 | -200/+200 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Scene] Add `SceneStringNames::text/value_changed` | ||||
| * | | | | | | | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 71 | -200/+200 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #92639 from AThousandShips/confirmed_sname | Rémi Verschelde | 2024-06-19 | 60 | -118/+118 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Scene] Add `SceneStringNames::confirmed` | ||||
| * | | | | | | | | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 60 | -118/+118 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #92638 from AThousandShips/item_selected_sname | Rémi Verschelde | 2024-06-19 | 48 | -107/+107 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Scene] Add `SceneStringNames::item_selected` | ||||
| * | | | | | | | | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 48 | -107/+107 |
| | |_|/ / / / / | |/| | | | | | | |||||
* / | | | | | | | Retain meta data set on imported nodes | tamas | 2024-06-18 | 2 | -0/+23 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During the import process, many importer nodes are replaced with their engine node counterparts. For example, ImporterMeshInstance3D is replaced with a MeshInstance3D node. Any meta data set on these importer nodes, i.e. through a GLTFDocumentExtension, are lost during the conversion. This change copies over any meta data set on these importer nodes to their engine counterparts. | ||||
* | | | | | | | Merge pull request #93238 from bruvzg/ed_unload_addons | Rémi Verschelde | 2024-06-18 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [Editor] Unload addons before quitting to allow cleanup. | ||||
| * | | | | | | | [Editor] Unload addons before quitting to allow cleanup. | bruvzg | 2024-06-16 | 1 | -0/+7 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 68 | -374/+375 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #93294 from rune-scape/autoload-incorrect-path | Rémi Verschelde | 2024-06-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect autoload path in error |