summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2020-12-26Fix and decrease Godot logo size in the HTML5 editor loaderHugo Locurcio
2020-12-11Remove two very slightly displaced duplicate vertices on Gobot's faceLorenzo Cerqua
2020-12-09[HTML5] Add logo and favicon to editor html.Fabio Alessandrelli
2020-12-09[HTML5] Improve the editor HTML template.Hugo Locurcio
2020-12-09[HTML5] Editor also persists cache.Fabio Alessandrelli
2020-12-05[HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli
2020-11-17Add missing javascript semi-colons.Marcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Add line removal around braces to the file formatting scriptAaron Franke
2020-11-16Merge pull request #42863 from Calinou/add-windows-installer-filesRémi Verschelde
2020-11-10iOS Export: export modification to support pluginsSergey Minakov
2020-11-10iOS Modules: separate main platform code from modulesSergey Minakov
2020-10-25Optimize SVG using `svgcleaner --multipass`Hugo Locurcio
2020-10-22CI: Refactor Android workflow, use pre-installed SDK and NDKRémi Verschelde
2020-10-19Add files to create a Windows editor installer using Inno SetupHugo Locurcio
2020-10-14Add JavaScript editor html file.Fabio Alessandrelli
2020-10-02iOS: RefactoringSergey Minakov
2020-09-23Make canvas resize optional in HTML5.Fabio Alessandrelli
2020-09-23Better HiDPI support in HTML5.Fabio Alessandrelli
2020-09-10Remove unused variable in fixed-size.html.Marcel Admiraal
2020-09-09Explicitly add implicitly added semicolons.Marcel Admiraal
2020-08-19fix GDScript UTIHazar
2020-08-12update to use scons compile db toolGordon MacPherson
2020-08-10Fix inconsistent indentation in the FreeDesktop MIME type XMLHugo Locurcio
2020-07-28Fix incorrect comments in file formatting scriptAaron Franke
2020-07-27Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde
2020-07-27Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde
2020-07-25iOS SCons: static Vulkan binary usageSergey Minakov
2020-07-25iOS Vulkan: copy icd to appSergey Minakov
2020-07-25iOS Export: MoltenVK framework for Vulkan supportSergey Minakov
2020-07-20CI: Drop AppVeyor and desktop Travis buildsRémi Verschelde
2020-07-20fix CI builds on linux by using ubuntu default apt repositoriesRevoluPowered
2020-07-14Merge pull request #40298 from Calinou/optimize-ios-splashRémi Verschelde
2020-07-13Remove Travis CI style checks and unnecessary scriptsAaron Franke
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-13Commit only the SVG files changed by file_format.shAaron Franke
2020-07-13Add static formatting checks for GitHub ActionsAaron Franke
2020-07-11Optimize the default iOS splash imagesHugo Locurcio
2020-07-07iOS Export: add option to use storyboard for launch screenSergey Minakov
2020-07-03Merge pull request #40050 from naithar/feature/ios-gdnative-master-2Rémi Verschelde
2020-07-02iOS Export: Updated Info.plist. Framework embedding. Fixes for search pathsSergey Minakov
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-06-23Export: Fix iOS enabling push notifications capabilitySergey Minakov
2020-06-23Export: Remove system frameworks from xcode templateSergey Minakov
2020-06-19Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio
2020-05-18SCons: Improve registration of compilation_db tool, check versionRémi Verschelde
2020-05-12Merge pull request #37099 from Faless/js/debugger_4.0Rémi Verschelde
2020-05-12Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli
2020-05-12Added compilation database support for clang and gccRevoluPowered
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli