Age | Commit message (Collapse) | Author |
|
|
|
Was broken after update to new persistent path "/home/web_user".
|
|
- Add MIME definitions for resources, scenes and scripts
- Remove the "weight" property, which defaults to 50, a much saner value than the previous 100, which was a bit excessive.
- Changes their icon names in order to follow the XDG icon naming conventions.
|
|
We used to only persist specific sub-folder of /home/web_user/ when
running the Web Editor. This resulted in bad UX about default project
creation path etc.
This PR makes the whole folder persistent, move the zip preloading to a
different folder (to avoid persisting it), and automatically prompt the
user to import it if present.
|
|
Add separate `simulator` flag for iOS build, change main library to `xcframework`.
|
|
Side and GDNative libraries are now added by engine.js , the dynlink pre
js had been deleted.
|
|
Drop unused xpmfix.sh script.
|
|
`xcframework` format.
|
|
This also tweaks the focus style to apply to all elements for
better keyboard navigation.
|
|
Happy new year to the wonderful Godot community!
2020 has been a tough year for most of us personally, but a good year for
Godot development nonetheless with a huge amount of work done towards Godot
4.0 and great improvements backported to the long-lived 3.2 branch.
We've had close to 400 contributors to engine code this year, authoring near
7,000 commit! (And that's only for the `master` branch and for the engine code,
there's a lot more when counting docs, demos and other first-party repos.)
Here's to a great year 2021 for all Godot users 🎆
|
|
The logo can no longer overflow the viewport.
|
|
They didn't show up at all in the rendered PNG, but were pretty annoying when working with Gobot face on Inkscape
|
|
|
|
|
|
|
|
This "breaks" our loading bar logic (libraries are not counted).
Fixing it is non trivial and probably deserves investigating a different
strategy.
|
|
|
|
|
|
Add files to create a Windows editor installer using Inno Setup
|
|
Added plugin configuration.
Export options now use plugins that could be enabled/disabled.
Plugin changes are observed at runtime.
|
|
Moved previously builtin modules 'GameCenter', 'AppStore', 'iCloud' to separate modules to be represented as plugin.
Modified 'ARKit' and 'Camera' to not be builtin into engine and work as plugin.
Changed platform code so it's not affected by the move.
Modified Xcode project file to remove parameters that doesn't make any effect.
Added basic '.gdip' plugin config file.
|
|
This decreases the editor binary size by about 8 KB.
|
|
This partially addresses
https://github.com/godotengine/godot-proposals/issues/1432.
To fully address the proposal above, official Windows installers will
have to be compiled and distributed.
|
|
|
|
Enabled ARC for iOS.
Weakify/Strongify macros for objc blocks.
Removed old version checks.
Specific types for ObjC++ modules to exclude unneeded bridging.
Separate DeviceMetrics class for device specific data.
Replaced old/deprecated functionality.
|
|
|
|
|
|
|
|
|
|
changed from public.data to public.script
|
|
|
|
Add VMA to iphone platform Use linkflag for iphone building to enforce static linking. Works fine with dynamic '.framework' library
Updated xcode project to use '.a' static library
|
|
|
|
|
|
Optimize the default iOS splash images
|
|
|
|
There were a lot of SVG files changed by file_format.sh
|
|
Command used:
parallel oxipng -o6 --strip --zopfli ::: **/*.png
This saves about 14 KB in total.
|
|
|
|
[4.0] Add support of iOS's dynamic libraries to GDNative
|
|
|
|
|
|
|
|
|
|
"Bundle Identifier" is more well-understood among macOS and iOS
developers and is less ambiguous.
This is a slight breaking change as export presets will need to be
updated to account for this change.
See https://github.com/godotengine/godot-docs/pull/3295.
|
|
|
|
|
|
See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html>
for more information on this newly added `.desktop` entry property.
|
|
This makes the project title display without having to wait for
the project to finish loading.
|
|
|