summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-28Fix yield check in GDScriptFunctionBojidar Marinov
Fixes #31455
2019-08-28Style: Fix copyright headers in new filesRémi Verschelde
2019-08-28Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-typeRémi Verschelde
Fix the return type of NativeScript::new in API json
2019-08-28Merge pull request #31733 from YeldhamDev/assetlib_fixes_enhancementsRémi Verschelde
AssetLib minor fixes and enhancements
2019-08-28Merge pull request #31731 from YeldhamDev/break_continue_safeRémi Verschelde
Make 'break' and 'continue' be marked as safe
2019-08-28Merge pull request #31727 from Calinou/vsync-setting-editor-restartRémi Verschelde
Mark the V-Sync project setting to require an editor restart
2019-08-28AssetLib minor fixes and enhancementsMichael Alexsander Silva Dias
2019-08-27Make 'break' and 'continue' be marked as safeMichael Alexsander Silva Dias
2019-08-27Mark the V-Sync project setting to require an editor restartHugo Locurcio
The V-Sync project setting also applies to the editor, but it will only take effect when the editor is restarted.
2019-08-27Merge pull request #31718 from sparkart/fix_projectmanager_keyupRémi Verschelde
Fixes Keyup Navigation in Project Manager
2019-08-27Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speedRémi Verschelde
Improve image loading performance in the asset library
2019-08-27Merge pull request #31719 from Calinou/assetlib-display-broken-iconsRémi Verschelde
Display a "broken file" icon for missing images in the asset library
2019-08-27Merge pull request #31716 from profan/fix/unitializedRémi Verschelde
Fix otherwise unitialized variables, found in #31694
2019-08-27Merge pull request #31709 from akien-mga/android-fix-thirdpartyRémi Verschelde
Android: Fix another regression with Secure.ANDROID_ID, and fix formatting and documentation of thirdparty code
2019-08-27Display a "broken file" icon for missing images in the asset libraryHugo Locurcio
This partially addresses #31683.
2019-08-27Improve image loading performance in the asset libraryHugo Locurcio
This closes #31614.
2019-08-27Fixes Keyup Navigation in Project ManagerEmmanuel Barroga
This PR fixes the issue of navigation via keyup in the project manager not selecting the first item.
2019-08-27Merge pull request #31713 from volzhs/fix-vibrateRémi Verschelde
Suppress MissingPermission warning for Android vibration
2019-08-27Merge pull request #31705 from akien-mga/android-format-build-filesRémi Verschelde
Android: Style fixes to manifest and build.gradle
2019-08-27Merge pull request #31714 from akien-mga/travis-fix-return-valueRémi Verschelde
Travis: Fix builds wrongly reporting success after #31013
2019-08-27fix otherwise unitialized variables, found in #31694Robin Hübner
2019-08-27Merge pull request #27803 from Keetz/resource-importer-scene-save-as-tresRémi Verschelde
Added the ability to import scene resources as .tres files
2019-08-27Travis: Fix builds wrongly reporting success after #31013Ré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-27Added the ability to import scene resources as .tres filesRasmus Ketelsen
2019-08-27Android: Sync Google billing library with upstream, unmodifiedRémi Verschelde
Synced with https://github.com/googlesamples/android-play-billing/commit/7a94c6905a9c125518354c216b5c3094fde47ce1.
2019-08-27Suppress MissingPermission warning for Android vibrationvolzhs
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-27Style: Don't apply clang-format to platform/android/java/src/comRémi Verschelde
2019-08-27Android: Reapply custom changes to Google expansion.downloader libRémi Verschelde
I don't know why they're needed, but readding for now to keep things working as they were.
2019-08-27Android: Resync Google expansion.downloader library with upstream, unmodifiedRémi Verschelde
Synced with https://github.com/google/play-apk-expansion/commit/9ecf54e5ce7c5a74a2eeedcec4d940ea52b16f0e.
2019-08-27Android: Reapply changes to Google licensing lib from #24145Rémi Verschelde
But document them better this time.
2019-08-27Android: Resync Google licensing lib with upstream, unmodifiedRé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-27Android: Fix another regression with Secure.ANDROID_IDRémi Verschelde
Regression from #24145, which was missed in #28146.
2019-08-27Android: Style fixes to manifest and build.gradleRémi Verschelde
2019-08-27Merge pull request #31702 from akien-mga/android-gradle-5.1.1Rémi Verschelde
Android: Bump gradle version to 5.1.1
2019-08-27Merge pull request #31701 from akien-mga/sdl-controllerdbRémi Verschelde
Sync controller mappings DB with SDL2 community repo
2019-08-27Android: Bump gradle version to 5.1.1Rémi Verschelde
Matching changes made in #31521 and #31547 but only in the Jetbrains IDE config.
2019-08-27Sync controller mappings DB with SDL2 community repoRémi Verschelde
Synced with gabomdq/SDL_GameControllerDB@ef8542c9f354e0f65cb861b67f0aa81366060874.
2019-08-27Merge pull request #31662 from profan/perf/astar-reserveRémi Verschelde
Allow to reserve space for nodes in A* and elements in OAHashMap explicitly.
2019-08-27Merge pull request #31700 from akien-mga/mono-osx-fix-buildRémi Verschelde
Mono: Fix OSX build due to invalid function call
2019-08-27Mono: Fix OSX build due to invalid function callRémi Verschelde
2019-08-27Merge pull request #31685 from merumelu/referencerect-with-advanced-gui-disabledRémi Verschelde
Register ReferenceRect when building with ADVANCED_GUI_DISABLED
2019-08-27Merge pull request #31691 from m4gr3d/fix_oculus_mobile_input_mappingRémi Verschelde
Update the fallback input mapping for the Oculus mobile devices.
2019-08-26Update the fallback input mapping for the Oculus mobile devices.fhuya
2019-08-27allow to reserve space in OAHashMap explicitly and also in AStar.Robin Hübner
* also handle overflow occurring in _get_probe_length
2019-08-26Merge pull request #25656 from bruvzg/macos_multi_instancesRémi Verschelde
[macOS] Add ability to open multiple editor instances and global/dock menu access
2019-08-26Merge pull request #31659 from Klesomik/masterRémi Verschelde
Fix memory leak in Find in Files
2019-08-26Merge pull request #31676 from KoBeWi/this_shader_is_a_historyRémi Verschelde
Clear undo history on shader load
2019-08-26Merge pull request #31684 from YeldhamDev/multiline_text_array_fixRémi Verschelde
Fix Multiline texts not updating correcly inside arrays
2019-08-26Merge pull request #31681 from Xrayez/image-indexed-outdatedRémi Verschelde
Modify outdated comments and error messages regarding indexed images
2019-08-26Merge pull request #31607 from Calinou/improve-gdscript-messagesRémi Verschelde
Improve writing style in GDScript error/warning messages