aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit2016-08-081-1/+1
| | | | (cherry picked from commit 4f6a21b0df772804b67073dc65f000f571a4511e)
* Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit2016-08-081-0/+4
| | | | (cherry picked from commit 664b5b5137b00c170968c688d880561ab294ae91)
* Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit2016-08-081-0/+4
| | | | (cherry picked from commit 8ab4acd17f06c31b9281c63232756c4d1a7b3a24)
* Fix set_window_size not setting the correct size on OSXmarcelofg552016-08-031-0/+10
| | | | (cherry picked from commit 38de4d24efb51e70302fd08c819241db5ec545ad)
* 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.
* | | | Pass mouse position to Input singleton in web exporteska2016-07-081-0/+3
| | | |
* | | | Avoid crash if setting modifiers fails, closes #5158Juan Linietsky2016-07-081-1/+3
| | | |
* | | | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-1/+0
| | | | | | | | | | | | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* | | | Removed unused variables (first pass)Rémi Verschelde2016-07-071-1/+2
| |/ / |/| | | | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* | | Merge pull request #5552 from volzhs/fix-jni-nullRémi Verschelde2016-07-041-0/+4
|\ \ \ | | | | | | | | Fix crash when null value through jni on android
| * | | Fix crash when null value through jni on androidvolzhs2016-07-051-0/+4
| | | |
* | | | Merge pull request #5551 from eska014/bsd-no-libdlRémi Verschelde2016-07-041-1/+3
|\ \ \ \ | |/ / / |/| | | Link libdl only on Linux, fix BSD build
| * | | Link libdl only on Linux, fix BSD buildeska2016-07-041-1/+3
| | | |
* | | | Merge pull request #5516 from Hinsbart/fix_win_freezeRémi Verschelde2016-07-032-1/+17
|\ \ \ \ | | | | | | | | | | Windows: prevent freeze while moving or resizing the game window.