summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2018-07-08Write new permissions to the AndroidManifest.xmlHein-Pieter van Braam
2018-07-03-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky
2018-07-03Merge pull request #19799 from kosz78/android-payment-fixMax Hilbrunner
2018-07-03Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner
2018-07-03Merge pull request #19934 from volzhs/gles2-androidRémi Verschelde
2018-07-04Change required gles version to 2 for androidvolzhs
2018-07-03Merge pull request #19708 from RandomShaper/fix-windows-touchMax Hilbrunner
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-06-27Fix possible NullPointerException crash on cancel paymentKonstantin Zaitsev
2018-06-26Fix touch issues on WindowsPedro J. Estébanez
2018-06-26Merge pull request #19766 from GodotExplorer/android-gles2Rémi Verschelde
2018-06-26Implement OpenGL ES rasterizer selection logic for Android.geequlim
2018-06-25Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde
2018-06-22bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta
2018-06-11IME context detection.Saracen
2018-06-08Merge pull request #19443 from eska014/html5-audio-refactorRémi Verschelde
2018-06-08Detect channel count, mix rate, and buffer length in HTML5 audio driverLeon Krause
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-06-07Oops, for some reason gedit used this file as my notebook, though I made a ne...Juan Linietsky
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-06-07SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde
2018-05-30Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde
2018-05-29Allow setting higher numbers in Android version/codeDmitry Pupinin
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-24Merge pull request #19148 from mhilbrunner/mhilbrunner-js-logMax Hilbrunner
2018-05-24Javascript: Remove weird logMax Hilbrunner
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
2018-05-21Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner
2018-05-21Merge pull request #19082 from guilhermefelipecgs/fix_cursorMax Hilbrunner
2018-05-21Fix #15678Guilherme Felipe
2018-05-21Fix OSXCROSS build with clang-6.0Fabio Alessandrelli
2018-05-20Fix #19033Guilherme Felipe
2018-05-16Merge pull request #18893 from eska014/html5-reldeb-OsRémi Verschelde
2018-05-15Merge pull request #18680 from Gamblify/DummyTextureLoaderRémi Verschelde
2018-05-14Build HTML5 release_debug with -Os, like release.Leon Krause
2018-05-14Small refactoring in HTML5 build scriptsLeon Krause
2018-05-13Merge pull request #15739 from poke1024/macos-catch-exceptionMax Hilbrunner
2018-05-13[macOS] Fix numeric keys scan-codes remapping.bruvzg
2018-05-11Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osxRémi Verschelde
2018-05-11Proper focus in/out handling on iOSRuslan Mustakov
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-05-10Merge pull request #18765 from eska014/enginejs-extaltRémi Verschelde
2018-05-10Merge pull request #18766 from eska014/html5-localcustomshellMax Hilbrunner
2018-05-10Use local path for custom HTML5 shell exportLeon Krause
2018-05-10Accept non-default main packs in engine.js startGame()Leon Krause
2018-05-10Merge pull request #18753 from eska014/html5-iframefocusMax Hilbrunner