| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Android: Rename values-zh to values-zh-rCN (#6063) | Skyfrit | 2016-08-08 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 4f6a21b0df772804b67073dc65f000f571a4511e) | ||||
| * | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | 2016-08-08 | 1 | -0/+4 |
| | | | | | (cherry picked from commit 664b5b5137b00c170968c688d880561ab294ae91) | ||||
| * | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | 2016-08-08 | 1 | -0/+4 |
| | | | | | (cherry picked from commit 8ab4acd17f06c31b9281c63232756c4d1a7b3a24) | ||||
| * | Fix set_window_size not setting the correct size on OSX | marcelofg55 | 2016-08-03 | 1 | -0/+10 |
| | | | | | (cherry picked from commit 38de4d24efb51e70302fd08c819241db5ec545ad) | ||||
| * | Fix Windows resource script | George Marques | 2016-07-27 | 1 | -2/+2 |
| | | |||||
| * | Improve Windows application details | George Marques | 2016-07-27 | 1 | -4/+10 |
| | | |||||
| * | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | 2016-07-26 | 1 | -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-position | Rémi Verschelde | 2016-07-24 | 1 | -0/+1 |
| |\ | | | | | Avoid changing position when the window is fullscreen | ||||
| | * | Avoid changing position when the window is fullscreen | George Marques | 2016-07-24 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | 2016-07-24 | 2 | -190/+313 |
| |\ \ | |/ |/| | Improve android payment | ||||
| | * | Add querying details of IAP items for android | volzhs | 2016-07-18 | 2 | -148/+279 |
| | | | |||||
| | * | Fix can't get all info if user purchases many items and not consumed | volzhs | 2016-07-18 | 1 | -42/+34 |
| | | | |||||
| * | | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde | 2016-07-22 | 4 | -156/+37 |
| |\ \ | | | | | | | Code cleanup in platform/x11 | ||||
| | * | | Code cleanup in platform/x11 | Mario Schlack | 2016-07-21 | 4 | -156/+37 |
| | | | | |||||
| * | | | Implement OS.request_attention() for X11 | Mario Schlack | 2016-07-21 | 2 | -0/+21 |
| |/ / | |||||
| * | | Merge pull request #5841 from vnen/fix-windows-wheel | Rémi Verschelde | 2016-07-21 | 1 | -4/+7 |
| |\ \ | | | | | | | Fix mouse wheel event position on Windows | ||||
| | * | | Fix mouse wheel event position on Windows | George Marques | 2016-07-21 | 1 | -4/+7 |
| | | | | |||||
| * | | | Merge pull request #5837 from hurikhan/android_cleanup | Rémi Verschelde | 2016-07-21 | 13 | -47/+69 |
| |\ \ \ | | | | | | | | | Minor code formatting in platform/android | ||||
| | * | | | Minor code formatting in platform/android | Mario Schlack | 2016-07-21 | 13 | -47/+69 |
| | |/ / | |||||
| * | | | Implement OS.request_attention() for OSX (#5662) | GungnirInd | 2016-07-21 | 2 | -1/+6 |
| | | | | | | | | | | | | | Keeps bouncing icon until user focuses window | ||||
| * | | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 2 | -0/+12 |
| |\ \ \ | |/ / |/| | | Add OS.request_attention() for Windows | ||||
| | * | | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 2 | -0/+12 |
| | | | | |||||
| * | | | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | 2016-07-21 | 1 | -7/+7 |
| |\ \ \ | | | | | | | | | Fix compile error if use android_stl=yes | ||||
| | * | | | Fix compile error if use android_stl=yes | volzhs | 2016-07-21 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | 2016-07-21 | 4 | -3/+28 |
| |\ \ \ \ | |/ / / |/| | | | Implement get_screen_dpi() on Android | ||||
| | * | | | Implement get_screen_dpi() on Android | Mario Schlack | 2016-07-20 | 4 | -3/+28 |
| | | | | | |||||
| * | | | | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | 2016-07-19 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | closes #5656 | ||||
| * | / | remove GLU dependency, closes #3787 | Juan Linietsky | 2016-07-18 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Merge pull request #5718 from jay3d/master | Rémi Verschelde | 2016-07-18 | 7 | -1/+47 |
| |\ \ | | | | | | | Added gyroscope support to Godot and Android | ||||
| | * | | Added gyroscope support to Godot and Android | Jamil Halabi | 2016-07-16 | 7 | -1/+47 |
| | | | | |||||
| * | | | Revert "Make editor compatible with Windows high contrast themes" | Rémi Verschelde | 2016-07-18 | 2 | -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 ANGLE | Rémi Verschelde | 2016-07-14 | 2 | -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) | sanikoyes | 2016-07-11 | 1 | -1/+3 |
| | | | |||||
| * | | Merge pull request #5077 from RandomShaper/improve-android-build | Juan Linietsky | 2016-07-10 | 5 | -8/+40 |
| |\ \ | | | | | | | Improve Android build | ||||
| | * | | Make Android build smarter (SCons + Gradle) | Pedro J. Estébanez | 2016-06-27 | 5 | -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-id | Juan Linietsky | 2016-07-10 | 2 | -0/+7 |
| |\ \ \ | | | | | | | | | Add android_add_default_config for config.py | ||||
| | * | | | Add android_add_default_config for config.py | volzhs | 2016-07-07 | 2 | -0/+7 |
| | | |/ | |/| | | | | | | | usage : env.android_add_default_config("applicationId 'com.godot.game'") | ||||
| * | | | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant | Juan Linietsky | 2016-07-10 | 2 | -0/+63 |
| |\ \ \ | | | | | | | | | windows get_latin_keyboard_variant() implementation and gdscript binding, #5503 | ||||
| | * | | | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan | 2016-07-03 | 2 | -0/+63 |
| | | | | | |||||
| * | | | | line/col label was changing size with each cursor move, forcing the GUI to ↵ | Juan Linietsky | 2016-07-09 | 1 | -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 enum | Rémi Verschelde | 2016-07-09 | 1 | -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 export | eska | 2016-07-08 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky | 2016-07-08 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | ||||
| * | | | | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -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-null | Rémi Verschelde | 2016-07-04 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | Fix crash when null value through jni on android | ||||
| | * | | | Fix crash when null value through jni on android | volzhs | 2016-07-05 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Merge pull request #5551 from eska014/bsd-no-libdl | Rémi Verschelde | 2016-07-04 | 1 | -1/+3 |
| |\ \ \ \ | |/ / / |/| | | | Link libdl only on Linux, fix BSD build | ||||
| | * | | | Link libdl only on Linux, fix BSD build | eska | 2016-07-04 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Merge pull request #5516 from Hinsbart/fix_win_freeze | Rémi Verschelde | 2016-07-03 | 2 | -1/+17 |
| |\ \ \ \ | | | | | | | | | | | Windows: prevent freeze while moving or resizing the game window. | ||||
