summaryrefslogtreecommitdiffstats
path: root/misc/dist
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #96625 from elpozewaunig/web_splash_colorThaddeus Crews2024-11-121-1/+1
|\ | | | | | | Display project settings splash color on web export
| * Display correct splash color on web exportElias Pozewaunig2024-11-111-1/+1
| |
* | Trim a few no-break and zero-width spaces from codebaseMicky2024-11-101-1/+1
|/
* Merge pull request #97645 from adamscott/fix-pwa-reloading-pageRémi Verschelde2024-10-021-3/+4
|\ | | | | | | Fix web export infinite reload issue
| * Fix web export infinite reload issueAdam Scott2024-09-301-3/+4
| |
* | Add Ukrainian translation for Linux .desktop filevolkov2024-10-011-0/+2
|/
* Merge pull request #95885 from bruvzg/macos_archRémi Verschelde2024-09-061-3/+8
|\ | | | | | | [macOS] Use per-architecture min. OS version for export.
| * [macOS] Use per-architecture min. OS version for export.bruvzg2024-08-211-3/+8
| |
* | Merge pull request #95275 from OlesyaGerasimenko/masterRémi Verschelde2024-08-271-1/+3
|\ \ | |/ |/| | | Add Russian translation for Linux .desktop file
| * Add Russian translation to Linux .desktop fileOlesyaGerasimenko2024-08-081-1/+3
| |
* | macOS/iOS: Fix various warnings when targeting newer SDKsStuart Carnie2024-08-201-3/+10
| |
* | Bump version to 4.4-devRémi Verschelde2024-08-152-3/+3
|/ | | | Mr. Godot still didn't show up...
* Remove duplicate styling from editorKristopher A2024-07-031-1/+0
| | | The \#status-notice styling had a duplicate visibility styling.
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-2317-235/+17
|
* Make displayed Web errors more meaningfulAdam Scott2024-05-302-6/+16
|
* [iOS] Change default iPad landscape orientation from "left" to "right".bruvzg2024-05-291-1/+1
|
* Upgrade to eslint 9patwork2024-05-221-2/+0
|
* Merge pull request #91377 from bruvzg/macos_privacyRémi Verschelde2024-05-151-0/+8
|\ | | | | | | [macOS export] Add support for privacy manifest configuration.
| * [macOS export] Add support for privacy manifest configuration.bruvzg2024-04-301-0/+8
| |
* | Add Dutch tranlsation for Linux desktop filesgilissen2024-05-141-0/+2
| |
* | Fix splash screen background color in HTML shellpatwork2024-05-121-1/+1
| |
* | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+0
|/ | | | Found by apply the file_format checks again via #91597.
* Merge pull request #91128 from patwork/splash-image-in-web-exportRémi Verschelde2024-04-301-142/+64
|\ | | | | | | Splash image support and new progress bar for HTML5 Web Export
| * Added splash image support and new progress bar for web exportpatwork2024-04-251-142/+64
| |
* | [iOS export] Add support for privacy manifest configuration.bruvzg2024-04-162-0/+14
|/
* Follow up to blue robot icons optimizationMewPurPur2024-03-202-2/+1
|
* [iOS/macOS] Add option to automatically build (and sign / archive) bundles.bruvzg2024-02-132-0/+221
|
* Add option to ensure cross-origin isolation headers on web exportAdam Scott2024-02-122-57/+140
|
* Add `--log-file` command line argument to write output log to a fileHugo Locurcio2024-01-193-2/+5
| | | | | | | | This works even if file logging is disabled in the project settings, or for the editor/project manager. `--log-file`'s value can be an absolute path or relative to the project directory (similar to existing arguments like `--write-movie`).
* [iOS] Update linker flags for Xcode 15.2.bruvzg2024-01-191-12/+6
|
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-173-10/+15
|
* [macOS/iOS export] Add option to set custom Info.plist data.bruvzg2024-01-111-0/+1
|
* [iOS export] Add export options for performance capabilities and min. iOS ↵bruvzg2024-01-041-4/+4
| | | | version.
* [iOS] Remove deprecated LaunchImages support and switch to Storyboard by ↵bruvzg2023-12-1813-104/+0
| | | | default.
* Bump version to 4.3-devRémi Verschelde2023-11-292-3/+3
| | | | | | The essential doesn't change. -- Samuel Beckett, Waiting for Godot
* [iOS] Fix build on Xcode 14 and older.bruvzg2023-10-101-2/+14
|
* [iOS] Fix build with Xcode 15.bruvzg2023-09-271-6/+6
|
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-078-32/+0
| | | | | | | | | | | The UWP platform port was never ported to the Godot 4.0+ API, and it's now accumulating bitrot as it doesn't compile, and thus we no longer propagate platform changes in it. So we finally remove to acknowledge this state. There's still some interest in reviving the UWP port eventually, especially as support for Direct3D 12 will soon be merged, but when that happens it will be easiest to redo it from scratch.
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-174-0/+6
| | | | | This allows optimizing the audio output latency on higher-end CPUs, especially in projects that do not expose a way to override this setting.
* Add a `--max-fps` command-line argument to set a FPS limitHugo Locurcio2023-07-284-1/+7
| | | | | | | | | This allows limiting framerate on any project, which is useful to reduce power usage and latency with certain setups (such as VRR displays). This is particularly useful in projects that do not expose a setting to change the FPS limit. While external FPS limiters can be used, they can be cumbersome to set up and result in increased input lag compared to a built-in FPS limiter.
* Bump version to 4.2-devRémi Verschelde2023-07-052-3/+3
| | | | Keep on waitin'
* Standardize and Optimize blue robot SVGMewPurPur2023-06-122-121/+2
| | | | Co-authored-by: Andre Vallestero <39736205+AndreVallestero@users.noreply.github.com>
* Improve startup benchmarkingFredia Huya-Kouadio2023-05-233-6/+6
| | | | Move the benchmarking measuring methods from `Engine` to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities).
* [Export] Add readable descriptions and validation warnings to the export ↵bruvzg2023-04-191-2/+16
| | | | options.
* Fix xml namespace in org.godotengine.Godot.xmlParagoumba2023-03-311-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-012-3/+3
| | | | Can't stop, won't stop, they said, huh?
* Bump version to 4.0-stable \o/Rémi Verschelde2023-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4 years of development. 12,000 merged pull requests. 7,000 fixed issues. 1,500 individual contributors across engine and docs. The Godot 4.0 release is by all metrics our biggest release so far. No stone has been left unturned, all parts of the engine have been modernized, refactored, overhauled, rewritten, redesigned. Our work is far from done. Many areas still have significant known issues, and will require focused work from all willing contributors to fix blocking bugs, implement missing features, optimize for performance or compatibility, and improve the user experience. But Godot 4.0 marks the start of the new, modern Godot Engine, and a solid foundation for us all to build upon. Future 4.x releases will come with a much faster cadence, enabling us to iterate quickly on new features and improvements to what we already provide. To all of you who were involved in making Godot 4.0 what it is today, however big or small your contributions were: THANK YOU! This was a massive undertaking, and you all participated in unique and wonderful ways to build a free and open source game engine for everyone to use and enjoy. You are breathtaking! <3
* [iOS] Fix Xcode project file list.bruvzg2023-02-221-4/+0
|
* Fix .gitignore ignores part of the committed repo.Ben Rog-Wilhelm2023-02-171-7/+0
|
* [iOS] Move name and version information to the Xcode project.bruvzg2023-01-102-7/+15
|