| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix using Resource objects as keys in the `tres` format | Life4gal | 2023-01-19 | 1 | -0/+3 |
|/ |
|
* | Text resource loader fixes | Juan Linietsky | 2023-01-10 | 1 | -16/+13 |
* | Ability to change a resource UID from API | Juan Linietsky | 2023-01-09 | 1 | -2/+60 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use buffer to speed up copying/transcribing when renaming dependencies | Rindbee | 2022-12-13 | 1 | -6/+17 |
* | VariantParser make readahead optional | lawnjelly | 2022-12-12 | 1 | -1/+2 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -1/+1 |
* | Don't break parsing on missing resources | kobewi | 2022-11-28 | 1 | -3/+4 |
* | Fix cyclic references in GDScript 2.0 | Adam Scott | 2022-11-18 | 1 | -3/+7 |
* | Merge pull request #68709 from MewPurPur/instance-begone-part3 | Rémi Verschelde | 2022-11-16 | 1 | -2/+2 |
|\ |
|
| * | Remove more instances of 'instance' being used as a verb | VolTer | 2022-11-16 | 1 | -2/+2 |
* | | Fixes infinite loop in ResourceFormatText when having unexpected end of file | Gilles Roudière | 2022-11-15 | 1 | -0/+2 |
|/ |
|
* | Defer clearing of ResourceUID cache and silence warnings | kobewi | 2022-10-10 | 1 | -0/+7 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -14/+14 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -3/+3 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -1/+1 |
* | Implement Feature Build Profiles | reduz | 2022-07-22 | 1 | -12/+160 |
* | Merge pull request #62185 from reduz/export-node-pointer-path | Rémi Verschelde | 2022-06-27 | 1 | -2/+17 |
|\ |
|
| * | Add ability to export Node pointers as NodePaths | reduz | 2022-06-25 | 1 | -2/+17 |
* | | Merge pull request #62309 from reduz/remake-resource-thread-safety | Rémi Verschelde | 2022-06-25 | 1 | -12/+10 |
|\ \
| |/
|/| |
|
| * | Remake resource thread safety and API | reduz | 2022-06-22 | 1 | -12/+10 |
* | | Merge pull request #56185 from nikitalita/fix-save-as-binary | Rémi Verschelde | 2022-06-22 | 1 | -11/+21 |
|\ \
| |/
|/| |
|
| * | Fix binsary resource export | nikitalita | 2022-04-13 | 1 | -11/+21 |
* | | Remove spaces in `SubResource()/ExtResource/Resource()` in text resources | Hugo Locurcio | 2022-06-19 | 1 | -3/+3 |
* | | Fix typos with codespell | Rémi Verschelde | 2022-05-23 | 1 | -1/+1 |
* | | Add a new HashSet template | reduz | 2022-05-20 | 1 | -2/+2 |
* | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -6/+6 |
* | | Implement missing Node & Resource placeholders | reduz | 2022-05-03 | 1 | -19/+115 |
* | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -22/+22 |
* | | Fix tscn not listed as Resource extension | kobewi | 2022-05-02 | 1 | -2/+5 |
* | | Fix resource dependence renaming. | bruvzg | 2022-05-02 | 1 | -14/+18 |
* | | Close FileAccess before accessing it with DirAccess | Haoyu Qiu | 2022-04-22 | 1 | -0/+2 |
|/ |
|
* | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -103/+104 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -52/+35 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -1/+1 |
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -2/+1 |
* | Don't abort loading scene on missing dependency | kobewi | 2022-02-26 | 1 | -3/+5 |
* | Refactor some object type checking code with `cast_to` | Rémi Verschelde | 2022-02-08 | 1 | -5/+5 |
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -2/+2 |
* | Merge pull request #53313 from KoBeWi/debinded_konnekt | Rémi Verschelde | 2022-01-04 | 1 | -0/+11 |
|\ |
|
| * | Add support for unbinding in connection dialog | kobewi | 2021-10-04 | 1 | -0/+11 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -14/+14 |
* | | Improve various texts | kobewi | 2021-11-23 | 1 | -1/+1 |
* | | Add is_built_in() method to Resource | kobewi | 2021-11-04 | 1 | -3/+3 |
|/ |
|
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -16/+16 |
* | Write node groups one a single line when saving a `.tscn` file | Hugo Locurcio | 2021-08-31 | 1 | -2/+8 |
* | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez | 2021-08-29 | 1 | -2/+2 |
* | Assign embedded text resource path earlier to prevent error on embedded scripts. | SaracenOne | 2021-08-10 | 1 | -6/+6 |
* | Merge pull request #51042 from nikitalita/fix_binary_res_load_save | K. S. Ernest (iFire) Lee | 2021-08-02 | 1 | -4/+4 |
|\ |
|