summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* ci: add basic test pipeline for shader buildersJiri Suchan2022-08-192-1/+7
|
* [iOS] Extend iOS plugins to support Swift runtimeSergey Minakov2022-08-093-0/+69
|
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-0/+2
| | | | | | | | | | | | This was removed in #63481, and we confirmed that it's better like this, but we add back the possibility to strip CR as an option, to optionally restore the previous behavior. For performance this is done directly in `String::parse_utf8`. Also fixes Android `FileAccess::get_line()` as this one _should_ strip CR. Supersedes #63717.
* CI: Link MoltenVK statically on macOSRémi Verschelde2022-07-291-1/+1
| | | | | | Same as done for official builds. Also make artifacts executable before zipping.
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+61
| | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-2188-14/+0
|
* Download Vulkan SDK disk image to a temporary folder in the scriptHugo Locurcio2022-07-141-2/+3
| | | | | This prevents a `vulkan-sdk.dmg` file from lingering in the current working directory after installing the Vulkan SDK.
* Add a script to install the Vulkan SDK on macOSHugo Locurcio2022-07-121-0/+13
| | | | | | This script can be used to make Godot easier to compile on a fresh macOS installation, including on CI platforms and containers where the Vulkan SDK isn't preinstalled.
* Make enum/constant binds 64-bit.bruvzg2022-06-171-0/+0
|
* Stop CI when Godot crashRafał Mikrut2022-06-151-0/+2
|
* Add Godot 3.x -> Godot 4.x project converterRafał Mikrut2022-06-153-0/+6
|
* makerst: Print colored output for easier visual greppingHugo Locurcio2022-06-111-1/+1
| | | | | | | | This is automatically enabled on all platforms including Windows 10 and later, whenever a TTY environment is detected. In non-TTY environments such as CI, this can be forced using the `--color` command line argument.
* Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-231-0/+2
|
* Fix typos with codespellRémi Verschelde2022-05-231-2/+2
| | | | Using codespell 2.2-dev from current git.
* Rename `--vk-layers` command line argument to `--gpu-validation`Hugo Locurcio2022-05-163-5/+5
| | | | | The new name is independent of the graphics API in use. This prepares Godot for implementations of graphics APIs other than Vulkan.
* Merge pull request #57006 from Calinou/web-editor-no-threads-modalRémi Verschelde2022-05-161-5/+48
|\
| * Display a modal dialog if threads are unavailable in the web editorHugo Locurcio2022-01-201-5/+48
| | | | | | | | | | | | | | | | Threads are required for the web editor to function. If the web server is not correctly configured, threads won't be available. This makes troubleshooting easier for people looking to self-host the web editor.
* | Add Greek translation for Linux desktop fileEmmanouil Papadeas2022-05-061-0/+2
| | | | | | | | Follow-up to #60777 and #60800.
* | Add French translation for Linux desktop fileHugo Locurcio2022-05-051-0/+2
| |
* | Relax version warning in clang-format precommit hookRémi Verschelde2022-05-051-1/+1
| | | | | | | | Closes #60778.
* | Add Simplified Chinese translation for Linux desktop fileHaoyu Qiu2022-05-051-0/+2
| |
* | Merge pull request #60445 from nathanfranke/minor-changesRémi Verschelde2022-04-254-10/+9
|\ \ | | | | | | small changes: improve OS.get_name classref, misc/scripts fixes, remove trailing quote
| * | improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke2022-04-224-10/+9
| | |
* | | Remove superfluous Android InputManager interface and implementationMarcel Admiraal2022-04-221-2/+0
|/ /
* | Fix typos with codespellRémi Verschelde2022-03-311-1/+1
| | | | | | | | | | | | Using codespell 2.2-dev from current git. Fix a couple incorrect uses of gendered pronouns.
* | Fix flickering issues with low processor mode on AndroidFredia Huya-Kouadio2022-03-291-0/+4
| |
* | Merge pull request #47526 from backwardspy/masterRémi Verschelde2022-03-181-0/+1
|\ \ | | | | | | set StartupWMClass in linux `.desktop` file
| * | set StartupWMClass in linux `.desktop` filebackwardspy2021-03-311-0/+1
| | | | | | | | | | | | this allows linux app launchers and docks to correctly associate the godot project selector & editor windows with the icon used to launch godot. it prevents this problem specifically: https://askubuntu.com/questions/1144214/why-does-my-custom-launcher-file-create-two-icons-on-the-launcher-bar
* | | Merge pull request #59153 from Calinou/debug-stringnames-improveRémi Verschelde2022-03-153-0/+3
|\ \ \ | | | | | | | | Improve `--debug-stringnames` to be more useful
| * | | Improve `--debug-stringnames` to be more usefulHugo Locurcio2022-03-153-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Print all StringNames, not just the top 100. - Print statistics at the end of the list of StringNames, with unreferenced and rarely referenced StringNames. - List the CLI argument in `--help` and shell completion.
* | | | Make `-q` CLI argument toggle quiet stdout instead of quittingHugo Locurcio2022-03-133-4/+6
|/ / / | | | | | | | | | | | | | | | `-q` is a common toggle in a command line applications for quiet mode (see apt or dnf for examples). In contrast, `--quit` isn't needed as often.
* | | Tweak the display order of CLI arguments in `--help` for consistencyHugo Locurcio2022-03-133-14/+46
| | | | | | | | | | | | | | | | | | | | | | | | `--profile-gpu` was renamed to `--gpu-profile` for consistency with `--gpu-abort`. This also updates the shell completion files to the latest `master` branch.
* | | Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-112-4/+0
|\ \ \
| * | | Improve app name and system permission message localization.bruvzg2022-03-042-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add localizable string (Dictionary<Lang Code, String>) property editor and property hint. Add localized "app name" property to the project settings. Add localized permission and copyright properties to the macOS and iOS export settings. Remove some duplicated ("app name") and deprecated ("info") macOS and iOS export properties.
* | | | Remove unused GDNative codeRémi Verschelde2022-03-094-6/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | This has been superseded by GDExtension so this code is no longer useful nor usable. There's still some GDNative-related stuff in platform export code which needs to be adapted for GDExtension (e.g. to include GDExtension libraries in exports).
* | | [macOS and iOS export] Add localized application name to the translation ↵bruvzg2022-03-042-0/+4
| | | | | | | | | | | | .plist files.
* | | [macOS] Add missing translation file.bruvzg2022-02-121-0/+0
| | |
* | | Merge pull request #57005 from Calinou/web-editor-tweak-logo-max-widthFabio Alessandrelli2022-02-121-1/+1
|\ \ \ | | | | | | | | Tweak logo max width on the web editor
| * | | Tweak logo max width on the web editorHugo Locurcio2022-01-201-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | The logo's maximum width is now dependent on the viewport height in addition to the page width. This prevents the "Start Godot editor" button from overflowing the page on mobile devices (although the "Clear persistent data" and "Web editor documentation" buttons will still overflow for now).
* | | Merge pull request #56966 from Calinou/web-editor-allow-any-orientationFabio Alessandrelli2022-02-121-1/+0
|\ \ \ | | | | | | | | Allow using the web editor on any device orientation
| * | | Allow using the web editor on any device orientationHugo Locurcio2022-01-211-1/+0
| |/ / | | | | | | | | | | | | On tablets and foldable phones, the editor can remain usable while in portrait mode thanks to the wide display.
* | | Fix typos with codespellRémi Verschelde2022-02-103-16/+21
| | | | | | | | | | | | | | | | | | | | | Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists.
* | | Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | All iOS devices since the iPhone 5S support ARMv8 (64-bit). The last iOS version supported on ARMv7 devices is 10.x, which is too old to run Godot 4.0 projects since the minimum supported iOS version is 11.0.
* | | [HTML5] Improve editor progressive web app behavior.Fabio Alessandrelli2022-02-061-3/+33
| | | | | | | | | | | | | | | | | | Ensures early claim for aggressive caching. Adds a button to update when it detects a new version asking confirmation due to the necessary reload.
* | | [HTML5] PWA service worker prefers cached version.Fabio Alessandrelli2022-02-061-40/+72
| | | | | | | | | | | | | | | | | | | | | | | | Use an offline first approach, where we prefer the cached version over the network one. This forces games using PWA to always re-export the project and not just the PCK, so that the service worker version gets updated correctly, and the end-user cache is correctly cleared on update.
* | | Merge pull request #57203 from bruvzg/ios_export_fixRémi Verschelde2022-02-021-0/+2
|\ \ \
| * | | [iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg2022-01-251-0/+2
| |/ /
* | | CI: Fix exclude patterns with `git ls-files`Rémi Verschelde2022-02-013-21/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to #55785. In `black_format.sh`, the `--exclude` switch was wrongly used. It's a misnomer that only excludes _untracked_ files, arcane pathspec patterns should instead be used to exclude _tracked_ files. Using this newfound knowledge, we can also simplify the other scripts.
* | | simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-294-47/+68
|/ /
* | Merge pull request #56969 from Calinou/web-editor-tweak-theme-colorRémi Verschelde2022-01-203-3/+5
|\ \ | | | | | | Tweak theme color to match the Godot editor's background color