| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\ \
| | |
| | | |
Fix copyright headers referring to Godot
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |\
| | |
| | |
| | | |
Don't rescan filesystem when duplicating
|
| | | |
|
|\| | |
|
| |/
| |
| |
| | |
Co-authored-by: NetroScript <noreply@enostrion.com>"
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| |
| | |
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
|
| |
| |
| |
| | |
Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
|
|\ \
| | |
| | |
| | | |
Fix slow editor load on large projects (v2)
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix reloading scripts already in use
|
| | | |
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| | |
KoBeWi/instant_folders,_like_instant_noodles,_but_for_storing_files
Don't rescan filesystem when adding new directory
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Hilderin/update-script-documentation-file-remove-on-startup
Update script documentation removed files on startup
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Fix Addon requires editor restart to become functional
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Reimport file when .import changes
|
| | | |
|
|/ / |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
This reverts commit 72856d633a6be5c596d4a3231acab009828a2efe.
Fixes #93022.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
jsjtxietian/use-mutex-protect-max_index-in-ImportThreadData
Use `SafeNumeric` to protect `max_index` in ImportThreadData
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Sorts leading `_` before other characters except `.`.
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
|
|
|
|
|
|
|
| |
* Add API: `EditorFileSystem::reimport_append(path)`, thread safe, what can be used from importers when they generate new files within the import process.
* Added a `remap.gen_param` custom value to .import files, which can be used by importers to store data needed to generate this file again or not.
This API is added to allow the GLTF2 importer to properly extract png files as textures.
|
|
|
|
|
|
|
|
|
|
| |
* Works for binary and text files.
* Makes EditorQuickOpen work with custom resources again.
* Information is cached and easily accessible.
Properly fixes #66179. Supersedes #66215 and supersedes #62417
**WARNING**: This required breaking backwards binary compatibility (.res and .scn files). Files saved after this PR is merged will no longer open in any earlier versions of Godot.
|
|
|
|
|
|
| |
Bugs were introduced on first parse by #71628
This should fix everything remaining. No errors of any type were observed.
|
|
|
|
|
| |
* Optimize only update modified/added/removed files.
* Clean up documentation parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.
It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).
We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).
Also fixed "cf." Frenchism - it's meant as "refer to / see".
|
| |
|