| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #8756 from BastiaanOlij/mfi_support_3.0 | Rémi Verschelde | 2017-05-18 | 3 | -80/+451 |
| |\ | | | | | MFI gamepad support for iPhone | ||||
| | * | MFI gamepad support for iPhone | BastiaanOlij | 2017-05-17 | 3 | -80/+451 |
| | | | |||||
| * | | Use new Godot icon consistently everywhere | Rémi Verschelde | 2017-05-17 | 1 | -0/+0 |
| |/ | |||||
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 12 | -32/+34 |
| | | |||||
| * | Upgrade Android build tools to the latest | Pedro J. Estébanez | 2017-05-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #8725 from volzhs/android-jni-master | Rémi Verschelde | 2017-05-12 | 1 | -0/+1 |
| |\ | | | | | Fix compile error when use "android_add_jni_dir" | ||||
| | * | Fix compile error when use "android_add_jni_dir" | volzhs | 2017-05-12 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #8723 from volzhs/fix-android-master | Rémi Verschelde | 2017-05-12 | 3 | -5/+6 |
| |\ \ | | | | | | | Fix possible memory leak for Android and update gradle | ||||
| | * | | Update to latest gradle | volzhs | 2017-05-12 | 2 | -3/+4 |
| | | | | |||||
| | * | | Fix possible memory leak for Android | volzhs | 2017-05-12 | 1 | -2/+2 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | /godot_dev/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloaderService.java:575: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing to .getApplicationContext() [WifiManagerLeak] mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Explanation for issues of type "WifiManagerLeak": On versions prior to Android N (24), initializing the WifiManager via Context#getSystemService can cause a memory leak if the context is not the application context. Change context.getSystemService(...) to context.getApplicationContext().getSystemService(...). 1 errors, 0 warnings | ||||
| * | | Put brave old bb10 platform to a well-deserved rest | Rémi Verschelde | 2017-05-08 | 19 | -3150/+0 |
| | | | | | | | | | Add some 🔥 to appease @reduz. Fixes #8692. | ||||
| * | | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 2 | -39/+30 |
| | | | | | | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | ||||
| * | | Improve documentation of thirdparty code snippets | Rémi Verschelde | 2017-05-07 | 10 | -3/+170 |
| | | | |||||
| * | | X11: Abort build if using OpenSSL 1.1.0+ | Rémi Verschelde | 2017-05-06 | 1 | -0/+9 |
| | | | | | | | | | Workaround until #8624 is fixed. | ||||
| * | | Merge pull request #8656 from Faless/fix_udp_wait | Rémi Verschelde | 2017-05-05 | 1 | -0/+2 |
| |\ \ | | | | | | | Fix UDP::wait() deadlock | ||||
| | * | | Fix UDP wait() not returning after first received packet | Fabio Alessandrelli | 2017-05-05 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #8625 from eska014/html5-cursorshape | Rémi Verschelde | 2017-05-05 | 2 | -3/+33 |
| |\ \ | |/ |/| | HTML5: Cursor style control | ||||
| | * | Implement cursor style control in HTML5 platform | L. Krause | 2017-05-02 | 2 | -3/+33 |
| | | | |||||
| * | | Merge pull request #8574 from eska014/html5-noglut | Rémi Verschelde | 2017-05-02 | 3 | -75/+27 |
| |\ \ | | | | | | | Remove GLUT usage in HTML5 platform | ||||
| | * | | Remove GLUT usage in HTML5 platform | L. Krause | 2017-04-28 | 3 | -75/+27 |
| | | | | |||||
| * | | | Merge pull request #8576 from eska014/html5-mousemodes | Rémi Verschelde | 2017-05-02 | 2 | -10/+54 |
| |\ \ \ | | |/ | |/| | HTML5: Implement mouse lock/capture and hiding | ||||
| | * | | Implement mouse capture and hiding in HTML5 export | L. Krause | 2017-05-02 | 2 | -10/+54 |
| | | | | | | | | | | | | | MOUSE_MODE_CONFINED cannot be implemented. | ||||
| * | | | Merge pull request #8586 from vnen/uwp-3 | Rémi Verschelde | 2017-05-01 | 6 | -48/+160 |
| |\ \ \ | | | | | | | | | Fix compilation for UWP | ||||
| | * | | | Fix compilation for UWP | George Marques | 2017-04-29 | 6 | -48/+160 |
| | |/ / | |||||
| * | | | Merge pull request #8572 from akien-mga/thirdparty | Rémi Verschelde | 2017-04-29 | 1 | -4/+5 |
| |\ \ \ | |/ / |/| | | Moving more thirdparty stuff (minizip, some single-file external libs) to the thirdparty directory | ||||
| | * | | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 1 | -4/+5 |
| | |/ | |||||
| * / | Fix HTML5 key events | L. Krause | 2017-04-29 | 1 | -3/+3 |
| |/ | | | | Regression from 86f5ac3 | ||||
| * | Merge pull request #8547 from eska014/html5-pointer-input | Rémi Verschelde | 2017-04-26 | 3 | -289/+212 |
| |\ | | | | | HTML5: Add (multi-)touch events, fix inverted scrolling | ||||
| | * | Implement HTML5 touch events | L. Krause | 2017-04-26 | 2 | -206/+109 |
| | | | |||||
| | * | Reimplement HTML5 mouse input without GLUT | L. Krause | 2017-04-25 | 3 | -93/+113 |
| | | | | | | | | | Fixes inverted scrolling on Chromium | ||||
| * | | Fix error or download again if use obb for Android | volzhs | 2017-04-26 | 1 | -1/+5 |
| | | | |||||
| * | | Fix property warnings and hide some debug prints | Rémi Verschelde | 2017-04-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | "ALL IS GOOD" was a lie. In particular, removes verbose "path not recognized" false positive. The actual logic is to (somewhat naively) check all ResourceFormatLoaders and to pick the first good match, so no need to warn about the formats that do not match the type hint. | ||||
| * | | Drop EXEC PATHP?? super verbose info message | Rémi Verschelde | 2017-04-17 | 1 | -1/+0 |
| |/ | | | | It seems to give nightmares to Windows users. | ||||
| * | Fix crash on exit. | Andreas Haas | 2017-04-10 | 1 | -0/+7 |
| | | | | | First it crashed in the thread that checks for android devices, then in the audio driver. | ||||
| * | Merge pull request #8341 from RameshRavone/master | Rémi Verschelde | 2017-04-10 | 1 | -3/+3 |
| |\ | | | | | Android: avoiding duplicates in build.gradle | ||||
| | * | Android: avoiding duplicates in build.gradle | Ramesh Ravone | 2017-04-10 | 1 | -3/+3 |
| | | | |||||
| * | | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 21 | -34/+34 |
| |/ | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | ||||
| * | Android: Support to change minSdkVersion (#8313) | Ramesh Ravone | 2017-04-09 | 2 | -2/+14 |
| | | |||||
| * | -Fix eternal black screen on Windows | Juan Linietsky | 2017-04-09 | 1 | -1/+1 |
| | | | | | -Disabled warnings on windows, need to properly set up warnings | ||||
| * | Style: Apply clang-format (3.9.1) to Obj-C++ files | Rémi Verschelde | 2017-04-09 | 12 | -692/+627 |
| | | |||||
| * | Formatting of mm files | BastiaanOlij | 2017-04-09 | 11 | -1190/+1066 |
| | | |||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 199 | -0/+199 |
| | | |||||
| * | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 2 | -18/+18 |
| | | |||||
| * | Revert "8145 - Mouse Position is unknown until first mouse event on X11" | Juan Linietsky | 2017-04-06 | 2 | -11/+1 |
| | | |||||
| * | Merge pull request #8274 from RandomShaper/fix-android-x86 | Rémi Verschelde | 2017-04-05 | 1 | -0/+2 |
| |\ | | | | | Fix crash on Android-x86 | ||||
| | * | Fix crash on Android-x86 | Pedro J. Estébanez | 2017-04-05 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #8246 from GodotNativeTools/dlscript-module | Rémi Verschelde | 2017-04-04 | 2 | -0/+30 |
| |\ \ | | | | | | | DLScript module | ||||
| | * | | added dlscript module | Karroffel | 2017-04-03 | 2 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan. This adds a module to Godot that enables the use of dynamic libraries as a source for scripts. That also allows third party libraries to be linked to Godot more easily and without creating modules. For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md | ||||
| | * | | Added methods for opening dynamic libraries to OS | Karroffel | 2017-03-29 | 2 | -0/+30 |
| | | | | |||||
| * | | | Reenable Windows Desktop export | eska | 2017-04-03 | 1 | -16/+13 |
| | |/ |/| | |||||
