Age | Commit message (Expand) | Author |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-10-08 | Merge pull request #32556 from bruvzg/win_codesign | Rémi Verschelde |
2019-10-04 | Adds Pen support for Android | Alexander Holland |
2019-10-04 | Add code signing support for Windows exports (using "signtool" on Windows and... | bruvzg |
2019-10-03 | Merge pull request #32518 from nekomatata/fix-revert-cursor | Rémi Verschelde |
2019-10-03 | Properly revert cursor when using set_custom_mouse_cursor with null | PouleyKetchoupp |
2019-10-03 | Merge pull request #32514 from akien-mga/android-one-click-dont-uninstall | Rémi Verschelde |
2019-10-03 | Android: Fix manifest parsing and APK names in export code | Rémi Verschelde |
2019-10-03 | Android one-click deploy: Don't clear by default | Rémi Verschelde |
2019-10-02 | macOS code signing improvements (timestamp and hardened runtime options, enti... | bruvzg |
2019-10-01 | Fixed running the export templates with newer emscripten versions. | Relintai |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-24 | Merge pull request #32269 from m4gr3d/improve_build_time | Rémi Verschelde |
2019-09-24 | Updates the Godot gradle tasks to enable manual runs of the `scons` command. | fhuya |
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde |
2019-09-24 | Merge pull request #32194 from AlexRixhardson/fix-7945 | Rémi Verschelde |
2019-09-23 | Merge pull request #32250 from lawnjelly/android-keyboard2 | Rémi Verschelde |
2019-09-23 | Fix Android keyboard crash with left cursor | lawnjelly |
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-09-22 | Fix starting intent problem | Cagdas |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde |
2019-09-20 | Merge pull request #32087 from karroffel/x11-pid | Rémi Verschelde |
2019-09-20 | Merge pull request #32210 from Calinou/editor-log-distinguish-messages | Rémi Verschelde |
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde |
2019-09-20 | Distinguish editor-originating messages in the editor log | Hugo Locurcio |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and re... | fhuya |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-09-18 | Fix crash on iOS devices during rotate | AlexRixhardson |
2019-09-11 | [X11] set PID as window attribute | thomas.herzog |
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ... | fhuya |
2019-08-29 | Android: Improve dialogs about custom build template | Rémi Verschelde |
2019-08-29 | SCons: Generate android_source.zip during build | Rémi Verschelde |
2019-08-28 | Fix modifier keys causing key-code mismatch on Linux/X11. | bruvzg |
2019-08-27 | Merge pull request #31709 from akien-mga/android-fix-thirdparty | Rémi Verschelde |
2019-08-27 | Merge pull request #31713 from volzhs/fix-vibrate | Rémi Verschelde |
2019-08-27 | Android: Sync Google billing library with upstream, unmodified | Rémi Verschelde |
2019-08-27 | Suppress MissingPermission warning for Android vibration | volzhs |
2019-08-27 | Android: Reapply custom changes to Google expansion.downloader lib | Rémi Verschelde |
2019-08-27 | Android: Resync Google expansion.downloader library with upstream, unmodified | Rémi Verschelde |
2019-08-27 | Android: Reapply changes to Google licensing lib from #24145 | Rémi Verschelde |
2019-08-27 | Android: Resync Google licensing lib with upstream, unmodified | Rémi Verschelde |
2019-08-27 | Android: Fix another regression with Secure.ANDROID_ID | Rémi Verschelde |
2019-08-27 | Android: Style fixes to manifest and build.gradle | Rémi Verschelde |
2019-08-27 | Android: Bump gradle version to 5.1.1 | Rémi Verschelde |
2019-08-27 | Merge pull request #31691 from m4gr3d/fix_oculus_mobile_input_mapping | Rémi Verschelde |
2019-08-26 | Update the fallback input mapping for the Oculus mobile devices. | fhuya |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-08-21 | iOS>=11 platform - when handling gestures on screen edges, godot apps should ... | fogine |