summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Added missing support for traditional chinese on Windows, fixes #7674Juan Linietsky2018-07-291-0/+1
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-277-27/+75
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-2610-145/+145
* change framework name CoreMidi to CoreMIDIPanPan2018-07-261-1/+1
* Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-259-4/+33
|\
| * Added a new MIDIDriver classMarcelo Fernandez2018-07-219-4/+33
* | Merge pull request #20245 from bruvzg/fix_win_pp_transpRémi Verschelde2018-07-241-2/+2
|\ \
| * | Fix OpenGL buffer depth for per pixel transparency support (Windows, NVIDIA)bruvzg2018-07-181-2/+2
* | | Removed unnecessary assignmentsWilson E. Alvarez2018-07-246-16/+7
* | | SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde2018-07-221-0/+4
* | | -Fix disable_3d flagJuan Linietsky2018-07-215-15/+53
| |/ |/|
* | Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-206-6/+19
* | Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-204-5/+17
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-1914-5/+59
* | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-1810-25/+8
|/
* Merge pull request #20132 from ibrahn/fix-android-device-poll-threadRémi Verschelde2018-07-171-3/+6
|\
| * fixed branch on uninit and data race in editor android device pollingIbrahn Sahir2018-07-131-3/+6
* | Fix keep screen on property path for Android/iOS/UWPvolzhs2018-07-173-3/+3
|/
* UWP: Add support for GLES2 driverGeorge Marques2018-07-125-46/+58
* Merge pull request #19840 from jjay/ios_screen_orientationMax Hilbrunner2018-07-123-61/+25
|\
| * Respect window/handheld/orientation setting in iOSYasha Borevich2018-07-013-61/+25
* | Refactor OS_JavaScriptLeon Krause2018-07-104-695/+639
* | Added support for extra mouse buttons.unknown2018-07-093-143/+178
* | Merge pull request #20041 from hpvb/fix-android-exportHein-Pieter van Braam2018-07-082-200/+106
|\ \
| * | Write new permissions to the AndroidManifest.xmlHein-Pieter van Braam2018-07-082-200/+106
* | | added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-1/+4
|/ /
* | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky2018-07-031-29/+41
* | Merge pull request #19799 from kosz78/android-payment-fixMax Hilbrunner2018-07-031-9/+7
|\ \
| * | Fix possible NullPointerException crash on cancel paymentKonstantin Zaitsev2018-06-271-9/+7
* | | Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner2018-07-033-0/+11
|\ \ \
| * | | Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-023-0/+11
| | |/ | |/|
* | | Merge pull request #19934 from volzhs/gles2-androidRémi Verschelde2018-07-031-1/+1
|\ \ \
| * | | Change required gles version to 2 for androidvolzhs2018-07-041-1/+1
| |/ /
* | | Merge pull request #19708 from RandomShaper/fix-windows-touchMax Hilbrunner2018-07-031-10/+14
|\ \ \ | |/ / |/| |
| * | Fix touch issues on WindowsPedro J. Estébanez2018-06-261-10/+14
* | | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-2813-0/+0
| |/ |/|
* | Merge pull request #19766 from GodotExplorer/android-gles2Rémi Verschelde2018-06-264-14/+38
|\ \
| * | Implement OpenGL ES rasterizer selection logic for Android.geequlim2018-06-264-14/+38
| |/
* | Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde2018-06-251-1/+11
|\ \ | |/ |/|
| * bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta2018-06-221-1/+11
* | IME context detection.Saracen2018-06-116-4/+66
|/
* Merge pull request #19443 from eska014/html5-audio-refactorRémi Verschelde2018-06-082-73/+87
|\
| * Detect channel count, mix rate, and buffer length in HTML5 audio driverLeon Krause2018-06-082-73/+87
* | Tweak some help texts in the build systemHugo Locurcio2018-06-075-10/+10
* | Oops, for some reason gedit used this file as my notebook, though I made a ne...Juan Linietsky2018-06-071-12/+206
* | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-206/+12
* | SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-072-15/+33
|/
* Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-301-7/+0
* Allow setting higher numbers in Android version/codeDmitry Pupinin2018-05-291-1/+1
* Change position of validation in set_custom_mouse_cursorGuilherme Felipe2018-05-283-3/+6