Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #91166 from raulsntos/gdextension/loader | Rémi Verschelde | 2024-08-26 | 1 | -1/+4 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | GDExtension: Implement `GDExtensionLoader` concept | |||||
| * | | | | | GDExtension: Implement `GDExtensionLoader` concept | Raul Santos | 2024-08-22 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implements the concept of GDExtension loaders that can be used to customize how GDExtensions are loaded and initialized. - Moves the parsing of `.gdextension` config files to the new `GDExtensionLibraryLoader`. - `GDExtensionManager` is now meant to be the main way to load/unload extensions and can optionally take a `GDExtensionLoader`. - `EditorFileSystem` avoids unloading extensions if the file still exists, this should prevent unloading extensions that are outside the user project. | |||||
* | | | | | | Fix uid:// Paths Fail to Load at Editor Startup | Hilderin | 2024-08-17 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #94854 from ianmccleary/custom-resource-icon-fix | Rémi Verschelde | 2024-08-16 | 1 | -1/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Fix custom resources using incorrect icons | |||||
| * | | | | Fix custom resources using incorrect icons | Ian McCleary | 2024-08-14 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Fix FileSystem not updated on file deletion | Hilderin | 2024-08-14 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Fix global class cache file not present when no class name | Hilderin | 2024-07-31 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | Fix reimporting textures after changing import project settings | Rémi Verschelde | 2024-07-31 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | Fixes #94882. | |||||
* | | | | Android Editor: Disable file reimport when .import changes | Rémi Verschelde | 2024-07-24 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is disabling the logic added in #84974 which caused #94416. That issue still needs to be debugged further, but this works around the regression and should have minimal usability impact on Android. | |||||
* | | | | Increase threshold for displaying scene group update progress | kobewi | 2024-07-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #94093 from Yahkub-R/94056-fix | Rémi Verschelde | 2024-07-19 | 1 | -4/+16 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened | |||||
| * | | | | Fix instanced .blend/GLTF scenes lose all children after update until .tscn ↵ | Yahkub-R | 2024-07-19 | 1 | -4/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is reopened Co-Authored-By: Tomek <kobewi4e@gmail.com> Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Hilderin <81109165+Hilderin@users.noreply.github.com> | |||||
* | | | | | Merge pull request #94357 from KoBeWi/your_file_is_broken._just_saying | Rémi Verschelde | 2024-07-17 | 1 | -15/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don't attempt to re-import broken files if they didn't change | |||||
| * | | | | | Don't attempt to re-import broken files if they didn't change | kobewi | 2024-07-14 | 1 | -15/+10 | |
| |/ / / / | ||||||
* / / / / | Fix removing a folder that contains a file is not removed from the ↵ | Hilderin | 2024-07-16 | 1 | -1/+4 | |
|/ / / / | | | | | | | | | | | | | FileSystem Dock | |||||
* | | | | Merge pull request #93765 from Jordyfel/reimport-dependency-bug | Rémi Verschelde | 2024-07-08 | 1 | -3/+5 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix reimport by scan parsing dependency paths incorrectly | |||||
| * | | | | Fix reimport parsing dependencies incorrectly | Jordyfel | 2024-06-30 | 1 | -3/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #84974 from KoBeWi/import_reimport | Rémi Verschelde | 2024-07-08 | 1 | -1/+15 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Reimport file when .import changes | |||||
| * | | | | | Reimport file when .import changes | kobewi | 2024-06-29 | 1 | -1/+15 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #93919 from ↵ | Rémi Verschelde | 2024-07-04 | 1 | -2/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hilderin/fix-csv-translation-errors-import-other-resources Fix adding a translation CSV results in errors on initial import for many types of resources | |||||
| * | | | | | Fix adding a translation CSV results in errors on initial import for many ↵ | Hilderin | 2024-07-03 | 1 | -2/+4 | |
| |/ / / / | | | | | | | | | | | | | | | | types of resources | |||||
* | | | | | Merge pull request #93909 from VictorKostinOfficial/missing-custom-resources | Rémi Verschelde | 2024-07-04 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix custom resources often missing from Quick Load dialog | |||||
| * | | | | | Fix custom resources often missing from Quick Load dialog | Victor Kostin | 2024-07-04 | 1 | -2/+2 | |
| |/ / / / | ||||||
* / / / / | Speed up scene group scanning for text scenes | kobewi | 2024-06-29 | 1 | -7/+1 | |
|/ / / / | ||||||
* / / / | Fix synchronization of global class name | Hilderin | 2024-06-25 | 1 | -140/+339 | |
|/ / / | ||||||
* | | | 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 | |
| | |/ | |/| | ||||||
* | | | Fix Noticeable freeze after saving a scene #93104 | Hilderin | 2024-06-20 | 1 | -0/+63 | |
| |/ |/| | ||||||
* | | Fix ProgressDialog crash when importing TTF font | Hilderin | 2024-06-14 | 1 | -3/+8 | |
| | | ||||||
* | | Fix update_files from PR #92893 | Hilderin | 2024-06-10 | 1 | -60/+55 | |
| | | ||||||
* | | Fix freeze after building C# | Hilderin | 2024-06-09 | 1 | -79/+86 | |
|/ | ||||||
* | Skip unnecessary updates to scene groups and scripts | kobewi | 2024-05-15 | 1 | -11/+15 | |
| | ||||||
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -2/+2 | |
| | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | |||||
* | Merge pull request #85295 from ↵ | Rémi Verschelde | 2024-05-02 | 1 | -5/+6 | |
|\ | | | | | | | | | | | jsjtxietian/use-mutex-protect-max_index-in-ImportThreadData Use `SafeNumeric` to protect `max_index` in ImportThreadData | |||||
| * | Use mutex to protect max_index in ImportThreadData | jsjtxietian | 2023-11-28 | 1 | -5/+6 | |
| | | ||||||
* | | Remove code duplication for adding global script class | kobewi | 2024-05-01 | 1 | -25/+29 | |
| | | ||||||
* | | Don't show scene group progress for 1 scene | kobewi | 2024-04-17 | 1 | -2/+8 | |
| | | ||||||
* | | Merge pull request #89739 from jsjtxietian/group-step | Rémi Verschelde | 2024-04-15 | 1 | -1/+5 | |
|\ \ | | | | | | | | | | Add progress bar when updating scene groups | |||||
| * | | Add progress bar when update scene groups | jsjtxietian | 2024-03-21 | 1 | -1/+5 | |
| | | | ||||||
* | | | Fix duplicated folder reference in Godot Editor after changing filename case | Sofox | 2024-04-05 | 1 | -3/+14 | |
| | | | ||||||
* | | | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -11/+7 | |
|/ / | | | | | | | Sorts leading `_` before other characters except `.`. | |||||
* | | [Import] Add "skip file" import option to skip (and exclude from export) ↵ | bruvzg | 2024-03-12 | 1 | -4/+4 | |
| | | | | | | | | importable formats, auto set it for the images used by bitmap font. | |||||
* | | Refactor how file cache entries are stored | kobewi | 2024-03-08 | 1 | -14/+18 | |
| | | ||||||
* | | EditorFileSystem: Add verbose print for file being (re)imported | Rémi Verschelde | 2024-02-28 | 1 | -0/+5 | |
| | | | | | | | | Also print the time it took for each file. | |||||
* | | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 | |
| | | ||||||
* | | Fix data race against EditorFileSystem.scanning_changes_done | Wilson E. Alvarez | 2024-02-09 | 1 | -4/+4 | |
| | | ||||||
* | | Add THREADS_ENABLED macro in order to compile Godot to run on the main thread | Adam Scott | 2024-01-17 | 1 | -0/+8 | |
| | | ||||||
* | | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | Add const references detected by clang-tidy | |||||
| * | | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -2/+2 | |
| | | |