summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #45141 from Calinou/clang-format-hook-check-versionRémi Verschelde2021-01-261-4/+18
|\
| * Check for clang-format version in the pre-commit hookHugo Locurcio2021-01-121-4/+18
* | Merge pull request #45277 from bruvzg/ios_arm64_simRémi Verschelde2021-01-269-8/+92
|\ \
| * | [WIP] Add separate `simulator` flag for iOS build, change main library to `xc...bruvzg2021-01-189-8/+92
| |/
* | [HTML5] Better editor HTML, small refactor.Fabio Alessandrelli2021-01-251-1/+10
* | Cleanup: Remove executable bit from files which don't need itRémi Verschelde2021-01-193-0/+0
|/
* Make links on the HTML5 editor more readableHugo Locurcio2021-01-071-4/+22
* Update copyright statements to 2021Rémi Verschelde2021-01-017-13/+13
* Fix and decrease Godot logo size in the HTML5 editor loaderHugo Locurcio2020-12-261-1/+1
* Remove two very slightly displaced duplicate vertices on Gobot's faceLorenzo Cerqua2020-12-115-18/+18
* [HTML5] Add logo and favicon to editor html.Fabio Alessandrelli2020-12-092-0/+221
* [HTML5] Improve the editor HTML template.Hugo Locurcio2020-12-091-12/+49
* [HTML5] Editor also persists cache.Fabio Alessandrelli2020-12-091-2/+3
* [HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli2020-12-051-0/+2
* Add missing javascript semi-colons.Marcel Admiraal2020-11-171-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-163-14/+0
* Add line removal around braces to the file formatting scriptAaron Franke2020-11-161-0/+7
* Merge pull request #42863 from Calinou/add-windows-installer-filesRémi Verschelde2020-11-164-0/+301
|\
| * Add files to create a Windows editor installer using Inno SetupHugo Locurcio2020-10-194-0/+301
* | iOS Export: export modification to support pluginsSergey Minakov2020-11-101-2/+2
* | iOS Modules: separate main platform code from modulesSergey Minakov2020-11-101-75/+0
* | Optimize SVG using `svgcleaner --multipass`Hugo Locurcio2020-10-258-145/+8
* | CI: Refactor Android workflow, use pre-installed SDK and NDKRémi Verschelde2020-10-221-108/+0
|/
* Add JavaScript editor html file.Fabio Alessandrelli2020-10-141-0/+475
* iOS: RefactoringSergey Minakov2020-10-021-2/+2
* Make canvas resize optional in HTML5.Fabio Alessandrelli2020-09-231-2/+7
* Better HiDPI support in HTML5.Fabio Alessandrelli2020-09-231-5/+13
* Remove unused variable in fixed-size.html.Marcel Admiraal2020-09-101-1/+0
* Explicitly add implicitly added semicolons.Marcel Admiraal2020-09-091-1/+1
* fix GDScript UTIHazar2020-08-191-1/+1
* update to use scons compile db toolGordon MacPherson2020-08-121-177/+0
* Fix inconsistent indentation in the FreeDesktop MIME type XMLHugo Locurcio2020-08-101-5/+5
* Fix incorrect comments in file formatting scriptAaron Franke2020-07-281-4/+4
* Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde2020-07-273-16/+13
|\
| * Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-273-16/+13
* | iOS SCons: static Vulkan binary usageSergey Minakov2020-07-251-7/+4
* | iOS Vulkan: copy icd to appSergey Minakov2020-07-252-0/+11
* | iOS Export: MoltenVK framework for Vulkan supportSergey Minakov2020-07-251-2/+9
|/
* CI: Drop AppVeyor and desktop Travis buildsRémi Verschelde2020-07-203-43/+0
* fix CI builds on linux by using ubuntu default apt repositoriesRevoluPowered2020-07-201-0/+4
* Merge pull request #40298 from Calinou/optimize-ios-splashRémi Verschelde2020-07-142-0/+0
|\
| * Optimize the default iOS splash imagesHugo Locurcio2020-07-112-0/+0
* | Remove Travis CI style checks and unnecessary scriptsAaron Franke2020-07-134-276/+0
* | Commit other files changed by file_format.shAaron Franke2020-07-132-2/+2
* | Commit only the SVG files changed by file_format.shAaron Franke2020-07-1312-12/+12
* | Add static formatting checks for GitHub ActionsAaron Franke2020-07-134-0/+247
|/
* iOS Export: add option to use storyboard for launch screenSergey Minakov2020-07-076-2/+70
* Merge pull request #40050 from naithar/feature/ios-gdnative-master-2Rémi Verschelde2020-07-032-3/+31
|\
| * iOS Export: Updated Info.plist. Framework embedding. Fixes for search pathsSergey Minakov2020-07-022-3/+31
* | [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-292-5/+17
|/