aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6321 from hurikhan/fix_windows_mousemodeRémi Verschelde2016-08-311-0/+2
|\ | | | | Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.
| * Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack2016-08-291-0/+2
| |
* | Merge pull request #4376 from eska014/js-evalRémi Verschelde2016-08-306-2/+242
|\ \ | | | | | | Add JavaScript eval interface to web export
| * | Add JavaScript eval interfaceeska2016-06-306-2/+242
| | |
* | | Merge pull request #6116 from Hinsbart/xrandr_soRémi Verschelde2016-08-291-3/+3
|\ \ \ | |_|/ |/| | x11: Use proper sonames for loading libXrandr.
| * | x11: Use proper sonames for loading libXrandr.Andreas Haas2016-08-111-3/+3
| | |
* | | fix to mingw buildJuan Linietsky2016-08-201-1/+1
| | |
* | | ENet windows compilation fixes.Juan Linietsky2016-08-201-3/+2
|/ / | | | | | | | | For reference, when you include a Windows header (be it directly windows.h or something that includes it) put it at the end of the includes. it seems I forgot.
* | Crashfix for OSX on Sierra betamarcelofg552016-08-091-3/+3
| |
* | Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit2016-08-081-1/+1
| |
* | Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit2016-08-081-0/+4
| |
* | Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit2016-08-081-0/+4
| |
* | Fix set_window_size not setting the correct size on OSXmarcelofg552016-08-021-0/+10
| |
* | Fix Windows resource scriptGeorge Marques2016-07-271-2/+2
| |
* | Improve Windows application detailsGeorge Marques2016-07-271-4/+10
| |
* | Windows: Make alert message box use MB_TASKMODALRémi Verschelde2016-07-261-1/+1
| | | | | | | | | | | | | | This flag pauses the current running thread, allowing for the user to see the alert and acknowledge it before the thread continues (and e.g. crashes :)). Thanks to @SuperUserNameMan for finding it. Ref: https://msdn.microsoft.com/en-us/library/windows/desktop/ms645505(v=vs.85).aspx
* | Merge pull request #5894 from vnen/windows-set-positionRémi Verschelde2016-07-241-0/+1
|\ \ | | | | | | Avoid changing position when the window is fullscreen
| * | Avoid changing position when the window is fullscreenGeorge Marques2016-07-241-0/+1
| | |
* | | Merge pull request #5415 from volzhs/improve-android-paymentJuan Linietsky2016-07-242-190/+313
|\ \ \ | |/ / |/| | Improve android payment
| * | Add querying details of IAP items for androidvolzhs2016-07-182-148/+279
| | |
| * | Fix can't get all info if user purchases many items and not consumedvolzhs2016-07-181-42/+34
| | |
* | | Merge pull request #5845 from hurikhan/x11_cleanupRémi Verschelde2016-07-224-156/+37
|\ \ \ | | | | | | | | Code cleanup in platform/x11
| * | | Code cleanup in platform/x11Mario Schlack2016-07-214-156/+37
| | | |
* | | | Implement OS.request_attention() for X11Mario Schlack2016-07-212-0/+21
|/ / /
* | | Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde2016-07-211-4/+7
|\ \ \ | | | | | | | | Fix mouse wheel event position on Windows
| * | | Fix mouse wheel event position on WindowsGeorge Marques2016-07-211-4/+7
| | | |
* | | | Merge pull request #5837 from hurikhan/android_cleanupRémi Verschelde2016-07-2113-47/+69
|\ \ \ \ | | | | | | | | | | Minor code formatting in platform/android
| * | | | Minor code formatting in platform/androidMario Schlack2016-07-2113-47/+69
| |/ / /
* | | | Implement OS.request_attention() for OSX (#5662)GungnirInd2016-07-212-1/+6
| | | | | | | | | | | | | | | | Keeps bouncing icon until user focuses window
* | | | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-212-0/+12
|\ \ \ \ | |/ / / |/| | | Add OS.request_attention() for Windows
| * | | Add OS.request_attention() for WindowsGeorge Marques2016-07-052-0/+12
| | | |
* | | | Merge pull request #5835 from volzhs/issue-5831Rémi Verschelde2016-07-211-7/+7
|\ \ \ \ | | | | | | | | | | Fix compile error if use android_stl=yes
| * | | | Fix compile error if use android_stl=yesvolzhs2016-07-211-7/+7
| | | | |
* | | | | Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde2016-07-214-3/+28
|\ \ \ \ \ | |/ / / / |/| | | | Implement get_screen_dpi() on Android
| * | | | Implement get_screen_dpi() on AndroidMario Schlack2016-07-204-3/+28
| | | | |
* | | | | Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky2016-07-191-1/+1
|/ / / / | | | | | | | | | | | | closes #5656
* | / / remove GLU dependency, closes #3787Juan Linietsky2016-07-181-1/+1
| |/ / |/| |
* | | Merge pull request #5718 from jay3d/masterRémi Verschelde2016-07-187-1/+47
|\ \ \ | | | | | | | | Added gyroscope support to Godot and Android
| * | | Added gyroscope support to Godot and AndroidJamil Halabi2016-07-167-1/+47
| | | |
* | | | Revert "Make editor compatible with Windows high contrast themes"Rémi Verschelde2016-07-182-27/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 85a5290ee8a4c95be19f086181379330baf0deed. The patch itself is good and it could maybe be readded in the future, but right now Microsoft forced its Windows 10 "update" on people with older Intel HD Graphics 3000 IGP without ensuring that they can ship proper drivers, and such users seem to get Godot crashing due to this patch. Sorry :( Closes #5452.
* | | WinRT: Add missing license file for ANGLERémi Verschelde2016-07-142-213/+32
| | | | | | | | | | | | | | | Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h Fixes #4859.
* | | Fix crash in FileAccessJAndroid::file_exists (does not free local ref)sanikoyes2016-07-111-1/+3
| | |
* | | Merge pull request #5077 from RandomShaper/improve-android-buildJuan Linietsky2016-07-105-8/+40
|\ \ \ | | | | | | | | Improve Android build
| * | | Make Android build smarter (SCons + Gradle)Pedro J. Estébanez2016-06-275-8/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Gradle and Android plugin for Gradle Disable all signing and zip-aligning for the export templates Give correct names to generated APKs Put .so files built by SCons right where Gradle has to pick them according to arch & build type Downgrade NDK platform to 14 to match minSdkVersion
* | | | Merge pull request #5574 from volzhs/android-app-idJuan Linietsky2016-07-102-0/+7
|\ \ \ \ | | | | | | | | | | Add android_add_default_config for config.py
| * | | | Add android_add_default_config for config.pyvolzhs2016-07-072-0/+7
| | |/ / | |/| | | | | | | | | | usage : env.android_add_default_config("applicationId 'com.godot.game'")
* | | | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variantJuan Linietsky2016-07-102-0/+63
|\ \ \ \ | | | | | | | | | | windows get_latin_keyboard_variant() implementation and gdscript binding, #5503
| * | | | windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan2016-07-032-0/+63
| | | | |
* | | | | line/col label was changing size with each cursor move, forcing the GUI to ↵Juan Linietsky2016-07-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resize upwards and costing considerably CPU usage. It has been changed so it won't resize the UI when modified. This will make the code editor feel a lot smoother.
* | | | | OSX export: Default to fat format, make it an enumRémi Verschelde2016-07-091-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we want to distribute only the fat binary in the official templates, this should make it work out of the box. 32 bits and 64 bits options are still available for people that want them, but will throw an error if the binaries are not in the template zip.