| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6321 from hurikhan/fix_windows_mousemode | Rémi Verschelde | 2016-08-31 | 1 | -0/+2 |
| |\ | | | | | Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | ||||
| | * | Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | Mario Schlack | 2016-08-29 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #4376 from eska014/js-eval | Rémi Verschelde | 2016-08-30 | 6 | -2/+242 |
| |\ \ | | | | | | | Add JavaScript eval interface to web export | ||||
| | * | | Add JavaScript eval interface | eska | 2016-06-30 | 6 | -2/+242 |
| | | | | |||||
| * | | | Merge pull request #6116 from Hinsbart/xrandr_so | Rémi Verschelde | 2016-08-29 | 1 | -3/+3 |
| |\ \ \ | |_|/ |/| | | x11: Use proper sonames for loading libXrandr. | ||||
| | * | | x11: Use proper sonames for loading libXrandr. | Andreas Haas | 2016-08-11 | 1 | -3/+3 |
| | | | | |||||
| * | | | fix to mingw build | Juan Linietsky | 2016-08-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | ENet windows compilation fixes. | Juan Linietsky | 2016-08-20 | 1 | -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 beta | marcelofg55 | 2016-08-09 | 1 | -3/+3 |
| | | | |||||
| * | | Android: Rename values-zh to values-zh-rCN (#6063) | Skyfrit | 2016-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | 2016-08-08 | 1 | -0/+4 |
| | | | |||||
| * | | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | 2016-08-08 | 1 | -0/+4 |
| | | | |||||
| * | | Fix set_window_size not setting the correct size on OSX | marcelofg55 | 2016-08-02 | 1 | -0/+10 |
| | | | |||||
| * | | 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. | ||||
