summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-014-7/+7
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Remove unused scripts from the `misc/scripts` directoryHugo Locurcio2019-12-177-422/+3
| | | | This also makes `make_icons.sh` executable directly.
* Added microphone and camera usage descriptions to macOS builds.Catchawink2019-12-132-0/+8
|
* Add a pre-commit hook to check the class reference syntaxHugo Locurcio2019-12-063-4/+11
| | | | This also makes documentation helper scripts executable.
* [iOS] Add export options to control external access to user data.bruvzg2019-12-031-0/+4
|
* iOS modular build and export implementation.bruvzg2019-12-011-0/+6
|
* Travis: Force installing OpenJDK8 for Android SDK compatibilityRémi Verschelde2019-10-261-1/+2
| | | | | | | | | | Travis CI upgraded their Xenial VMs to default to openjdk11, which is not working properly for sdkmanager, so we can no longer accept licenses for the SDK. They don't really seem to care about providing a good alternative for us from the few threads I read, so let's just force openjdk8 back.
* Travis: Update Android NDK to r20Rémi Verschelde2019-10-242-110/+3
| | | | Drop unused and outdated OSX setup.
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-1211-0/+0
|
* Remove obsolete `sort_demos.sh` scriptHugo Locurcio2019-10-021-29/+0
| | | | | The Project Manager now sorts projects by name by default, making this script redundant.
* Fixed running the export templates with newer emscripten versions.Relintai2019-10-012-2/+4
|
* Fix copyright headers and style issuesRémi Verschelde2019-09-241-2/+2
|
* Merge pull request #31919 from m4gr3d/use_aar_for_custom_buildRémi Verschelde2019-09-1910-436/+2
|\ | | | | Leverage Android archive (AAR) file for Godot custom build
| * Remove the jetbrains setup directory as it's now obsolete.fhuya2019-09-048-434/+0
| |
| * Split the Android platform java logic into an Android library module (`lib`) ↵fhuya2019-09-042-2/+2
| | | | | | | | | | | | and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
* | Fix HTML5 export after #30864Fabio Alessandrelli2019-09-141-1/+1
| |
* | Fixed javascript code to remove animateStatusIndeterminate callback when the ↵Enzo Ferrari2019-09-031-2/+2
|/ | | | | | game is loaded. (cherry picked from commit a5a413c7e971808576bbcf369e91208b51d0d819)
* Style: Don't apply clang-format to platform/android/java/src/comRémi Verschelde2019-08-272-1/+4
|
* Bump gradle version to 5.1.1fhuya2019-08-211-2/+2
|
* Shut down Godot processes on app exit.fhuya2019-08-201-1/+1
|
* Add microphone privilege settings support back into export and add privilege ↵Bastiaan Olij2019-07-061-0/+2
| | | | exist check to camera server for iOS
* Deprecate armv6 support for Androidfhuya2019-06-191-1/+1
|
* Add script to fix style issues and copyright headersRémi Verschelde2019-06-171-0/+60
| | | | | This is only meant to check the validity of the whole codebase every now and then, or to apply clang-format config changes when relevant.
* Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur2019-06-141-2/+7
|
* Add missing license headersRémi Verschelde2019-06-111-4/+4
| | | | Make `fix_headers.py` script compatible with Python 3.
* Add Android Studio support.fhuya2019-05-298-0/+434
|
* Travis: Update clang-format to version 8.0Rémi Verschelde2019-05-201-1/+1
|
* Make Xcode recursive search frameworks in project dirVasiliy Makarov2019-05-141-2/+2
|
* dist: Rename Linux mime type to follow system conventionRémi Verschelde2019-04-031-0/+0
| | | | | | | Mime type definitions are usually named like the mime type they define, i.e. x-godot-project in our case. It was introduced with reverse DNS naming as that's what FlatHub favors, so it will need to be renamed there.
* Enable Mojave "dark mode" on the editor title barAllan Davis2019-03-201-0/+2
| | | Enables "dark mode" in the editor and project selector title bars in macOS Mojave when selected in macOS System Preferences
* Bump version to 3.2-devRémi Verschelde2019-03-132-3/+3
| | | | No rest for the wicked.
* Remove microphone from export options and distribution plistSam Green2019-03-041-2/+0
|
* New export options iOSBastiaan Olij2019-02-162-17/+88
|
* Fix version in osx_tools.appRémi Verschelde2019-02-101-2/+2
|
* Be explicit about usage of GDScript testsRémi Verschelde2019-02-101-3/+3
| | | | | | | Also drop empty "image" test, and print proper error when passing wrong test name. Fixes #25638.
* Travis: Fix accepting Android SDK licensesRémi Verschelde2019-01-211-4/+4
| | | | | | It has been failing since a few days, apparently `sdkmanager --licenses` is no longer sufficient to accept all licenses, the `platform-tools` install triggers another license dialog. Now saying yes to all just in case.
* Travis: Use pip to install SCons on OSXRémi Verschelde2019-01-091-18/+0
| | | | | | | | | | | | | Not sure why we switched from homebrew to scons-local anymore, but pip should work just fine and is recommended by upstream. Downloads of scons-local from SourceForge were quite iffy, so this should help avoid CI errors due to not having downloaded SCons successfully. Setting Python's user binary PATH seems necessary on Travis/OSX as per travis-ci/travis-ci#5030 (confirmed that 'scons' is not in PATH without it).
* escaped '&' in macos osx_tools.app Info.plistPrestonKnopp2019-01-021-2/+2
|
* Update copyright statements to 2019Rémi Verschelde2019-01-015-8/+8
| | | | Happy new year to the wonderful Godot community!
* Fix missing/malformed license headersRémi Verschelde2019-01-012-0/+30
|
* File icons: separate icons for gdscript, resource, scene and projects.bruvzg2018-12-0619-20/+63
|
* Tests: Drop old test_io referencing data which isn't includedRémi Verschelde2018-12-051-1/+1
| | | | | | | | This should eventually be rewritten to properly test IO features, but this would be part of a bigger work on adding a proper testing framework for Godot features. Fixes #2454.
* Change old Godot logo/splash screen in UWP assetsqarmin2018-11-271-0/+0
|
* [macOS] Fix file associations (for *.scn, *.tscn and project.godot).bruvzg2018-11-103-16/+79
|
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-2/+2
| | | | Fixes #23509.
* Merge pull request #22626 from akien-mga/travis-android-ndkRémi Verschelde2018-10-021-5/+5
|\ | | | | Travis: Update Android NDK to r18
| * Travis: Update Android NDK to r18Rémi Verschelde2018-10-021-5/+5
| |
* | Style: Fix clang-format pre-commit hook for java and glslRémi Verschelde2018-10-021-1/+1
|/
* Style: Enable clang-format on GLSL shadersRémi Verschelde2018-08-272-2/+2
| | | | | | | As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk.
* Merge pull request #21336 from eska014/html5-new-presentationRémi Verschelde2018-08-242-0/+260
|\ | | | | Add responsive HTML5 export page with full-size canvas as new default