Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-29 | Minor cleanup of the AssetLib's asset dialog | Michael Alexsander Silva Dias | |
2019-08-28 | Merge pull request #31729 from aaronfranke/mono-color | Rémi Verschelde | |
[Mono] Various Color fixes and improvements | |||
2019-08-28 | Merge pull request #31717 from Calinou/tweak-default-fog-depth-end | Rémi Verschelde | |
Tweak the default fog depth end to use a fixed value | |||
2019-08-28 | Merge pull request #31728 from fire/improve-uvatlas | Rémi Verschelde | |
Tweak xatlas and import new version b4b5426 | |||
2019-08-28 | Merge pull request #31600 from Chaosus/shader_func_return_fix | Yuri Roubinsky | |
Fix shader crash when users miss the return statement | |||
2019-08-28 | Merge pull request #31737 from bojidar-bg/31455-stack-underflow | Rémi Verschelde | |
Fix yield check in GDScriptFunction | |||
2019-08-28 | Merge pull request #31454 from lliberadzki/gridmap-navmesh-baking | Rémi Verschelde | |
Support baking gridmap navmesh. | |||
2019-08-28 | Merge pull request #29780 from GodotExplorer/gdscript-lsp | Rémi Verschelde | |
Add Language Server Protocol for GDScript | |||
2019-08-28 | Fix shader crash when users miss the return statement | Yuri Roubinski | |
2019-08-28 | Merge pull request #31735 from follower/patch-5 | Rémi Verschelde | |
Typo fix: "differt" -> "different" | |||
2019-08-28 | Fix yield check in GDScriptFunction | Bojidar Marinov | |
Fixes #31455 | |||
2019-08-28 | Tweak xatlas and import new version b4b5426 | K. S. Ernest Lee | |
* Avoid xatlas crash * Enable alignment and disable bruteforce for speedups * Update xatlas to b4b5426 * Delete old patches | |||
2019-08-28 | Style: Fix copyright headers in new files | Rémi Verschelde | |
2019-08-28 | Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-type | Rémi Verschelde | |
Fix the return type of NativeScript::new in API json | |||
2019-08-28 | Typo fix: "differt" -> "different" | follower | |
2019-08-28 | Merge pull request #31733 from YeldhamDev/assetlib_fixes_enhancements | Rémi Verschelde | |
AssetLib minor fixes and enhancements | |||
2019-08-28 | Merge pull request #31731 from YeldhamDev/break_continue_safe | Rémi Verschelde | |
Make 'break' and 'continue' be marked as safe | |||
2019-08-28 | Merge pull request #31727 from Calinou/vsync-setting-editor-restart | Rémi Verschelde | |
Mark the V-Sync project setting to require an editor restart | |||
2019-08-28 | AssetLib minor fixes and enhancements | Michael Alexsander Silva Dias | |
2019-08-27 | Make 'break' and 'continue' be marked as safe | Michael Alexsander Silva Dias | |
2019-08-27 | [Mono] Various Color improvements | Aaron Franke | |
I also slid in a fix to C++ Vector3 > and >= | |||
2019-08-27 | Mark the V-Sync project setting to require an editor restart | Hugo Locurcio | |
The V-Sync project setting also applies to the editor, but it will only take effect when the editor is restarted. | |||
2019-08-27 | Merge pull request #31718 from sparkart/fix_projectmanager_keyup | Rémi Verschelde | |
Fixes Keyup Navigation in Project Manager | |||
2019-08-27 | Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speed | Rémi Verschelde | |
Improve image loading performance in the asset library | |||
2019-08-27 | Merge pull request #31719 from Calinou/assetlib-display-broken-icons | Rémi Verschelde | |
Display a "broken file" icon for missing images in the asset library | |||
2019-08-27 | Merge pull request #31716 from profan/fix/unitialized | Rémi Verschelde | |
Fix otherwise unitialized variables, found in #31694 | |||
2019-08-27 | Merge pull request #31709 from akien-mga/android-fix-thirdparty | Rémi Verschelde | |
Android: Fix another regression with Secure.ANDROID_ID, and fix formatting and documentation of thirdparty code | |||
2019-08-27 | Display a "broken file" icon for missing images in the asset library | Hugo Locurcio | |
This partially addresses #31683. | |||
2019-08-27 | Improve image loading performance in the asset library | Hugo Locurcio | |
This closes #31614. | |||
2019-08-27 | Fixes Keyup Navigation in Project Manager | Emmanuel Barroga | |
This PR fixes the issue of navigation via keyup in the project manager not selecting the first item. | |||
2019-08-27 | Tweak the default fog depth end to use a fixed value | Hugo Locurcio | |
The previous value (0) was a special case in the fog shader. It made the shader use the Camera's `far` value as the fog depth end value, which led to an inconsistency in the fog rendering between the editor and a running project. This is because the editor camera uses a `far` property of 500 by default, whereas the Camera node's `far` property is set to 100 by default. The new fixed value is equal to the default `far` property in Camera, which leads to a consistent appearance between the editor and a running project. This closes #31686. | |||
2019-08-27 | Merge pull request #31713 from volzhs/fix-vibrate | Rémi Verschelde | |
Suppress MissingPermission warning for Android vibration | |||
2019-08-27 | Merge pull request #31705 from akien-mga/android-format-build-files | Rémi Verschelde | |
Android: Style fixes to manifest and build.gradle | |||
2019-08-27 | Merge pull request #31714 from akien-mga/travis-fix-return-value | Rémi Verschelde | |
Travis: Fix builds wrongly reporting success after #31013 | |||
2019-08-27 | fix otherwise unitialized variables, found in #31694 | Robin Hübner | |
2019-08-27 | Merge pull request #27803 from Keetz/resource-importer-scene-save-as-tres | Rémi Verschelde | |
Added the ability to import scene resources as .tres files | |||
2019-08-27 | Travis: Fix builds wrongly reporting success after #31013 | Rémi Verschelde | |
Seems to be a 5 year old bug that upstream doesn't care about. https://github.com/travis-ci/travis-ci/issues/1066 | |||
2019-08-27 | Added the ability to import scene resources as .tres files | Rasmus Ketelsen | |
2019-08-27 | Android: Sync Google billing library with upstream, unmodified | Rémi Verschelde | |
Synced with https://github.com/googlesamples/android-play-billing/commit/7a94c6905a9c125518354c216b5c3094fde47ce1. | |||
2019-08-27 | Suppress MissingPermission warning for Android vibration | volzhs | |
It does check its permission every `vibrate_handheld()` calls. Vibrate permission is added by checking it on export settings. And there are some changes for deprecated method. | |||
2019-08-27 | Style: Don't apply clang-format to platform/android/java/src/com | Rémi Verschelde | |
2019-08-27 | Android: Reapply custom changes to Google expansion.downloader lib | Rémi Verschelde | |
I don't know why they're needed, but readding for now to keep things working as they were. | |||
2019-08-27 | Android: Resync Google expansion.downloader library with upstream, unmodified | Rémi Verschelde | |
Synced with https://github.com/google/play-apk-expansion/commit/9ecf54e5ce7c5a74a2eeedcec4d940ea52b16f0e. | |||
2019-08-27 | Android: Reapply changes to Google licensing lib from #24145 | Rémi Verschelde | |
But document them better this time. | |||
2019-08-27 | Android: Resync Google licensing lib with upstream, unmodified | Rémi Verschelde | |
It had been synced with style changes (spaces -> tabs), not sure why I accepted to merge it this way back then... Synced with https://github.com/google/play-licensing/commit/eb57657f666363914085cdde49d875cf49f5ab06, same as before. Custom-changes will be reapplied in the next commit, if relevant. | |||
2019-08-27 | Android: Fix another regression with Secure.ANDROID_ID | Rémi Verschelde | |
Regression from #24145, which was missed in #28146. | |||
2019-08-27 | Android: Style fixes to manifest and build.gradle | Rémi Verschelde | |
2019-08-27 | Merge pull request #31702 from akien-mga/android-gradle-5.1.1 | Rémi Verschelde | |
Android: Bump gradle version to 5.1.1 | |||
2019-08-27 | Merge pull request #31701 from akien-mga/sdl-controllerdb | Rémi Verschelde | |
Sync controller mappings DB with SDL2 community repo | |||
2019-08-27 | Android: Bump gradle version to 5.1.1 | Rémi Verschelde | |
Matching changes made in #31521 and #31547 but only in the Jetbrains IDE config. |