| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Correct version.py to act as a dev version
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084)
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>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Alternate fix to #67844 that calls `_export_file` for all resource types instead of implementing `skip()` for customize functions.
- Fixes #93823.
- Moved logic surrounding "Skip" and "Keep" imported files to happen before resource customization. Fixes #93825.
- Also fixes an issue that I suspect might exist where progress bars during export were incorrect due to imported files in the project that are configured as "Keep" or "Skip".
|
|
|
|
| |
This reverts commit 398892ccc01cec724c5f4c9cdfd0fb7e746a0fa7.
|
|\
| |
| |
| | |
[iOS export] Automatically generate ARM64 simulator library from device library if it's missing.
|
| |
| |
| |
| | |
library if it's missing.
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
#93121
|
| |
|
|\
| |
| |
| | |
Allow skipping imported resource files from export
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fixes https://github.com/godotengine/godot/issues/73130
- Update the min height from `700` to `500` to match the editor's min height of `600`
- Wrap the sections of the `TabContainer` within a `ScrollContainer`. This prevents the export dialog from trying to resize to fit the tallest of those sections, and make them accessible on small screen devices.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when
accessing a single element)
* Removed subscript operator, in favor of a more explicit `get`
* Added conversion from `Iterator` to `ConstIterator`
* Remade existing operations into other solutions when applicable
|
|\ \
| | |
| | |
| | | |
Add `single`/`double` as export features automatically
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Automatically generate the Android debug keystore
|
| | | |
| | | |
| | | |
| | | | |
Automatically generate the Android debug keystore when the Java SDK path is specified.
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Update the logic to load export preset's options overrides when an editor export plugin is added.
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
importable formats, auto set it for the images used by bitmap font.
|
|\ \
| | |
| | |
| | | |
Merge `uid_cache.bin` and `global_script_class_cache.cfg` after mounting PCKs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fixes godotengine#82061
fixes godotengine#61556
Also, distinguish between main pack and DLC packs.
It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup.
- project.godot/project.binary file
- extension_list.cfg
- app icon and boot_splash
- .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Export template downloads are only available for official (pre)-releases,
not development builds.
This prevents an error popup from displaying every time you open
the export template manager on a development build. UI elements
that are non-functional in development builds are now disabled as well.
|
|/ / |
|
| |
| |
| |
| | |
Fixes #89012.
|
| | |
|
|\ \
| | |
| | |
| | | |
Display a warning if device CPU architecture is not active in the export preset.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Fix leak of scene used for customization during export
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Add an `Advanced Options` toggle to the editor export preset
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Don't invoke adb with no runnable Android preset
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
Rework the auto translation system
|
| | | | |
|