Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-22 | x11: Fix event.is_action() for release of modifier keys | Andreas Haas | |
The bug was that the release events for these also had the modifier state set, so the event comparison failed. Fixes #5901 | |||
2016-09-20 | Change winrt build to be less dependent on ANGLE | George Marques | |
Now it does not try to build if the solution is not found. This way it's possible to provide a minimal package with includes and libs and make it build correctly. Also remove messages from detect.py since it is ran for every platform target. | |||
2016-09-12 | Fix UWP gamepad | George Marques | |
2016-09-10 | Fix build error in WinRT export | George Marques | |
2016-09-10 | Revert "Change Android float ABI to hard" | Juan Linietsky | |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #6363 from vnen/winrt | Juan Linietsky | |
Fix the support for WinRT/UWP | |||
2016-09-10 | Merge pull request #6438 from RandomShaper/android-hard-float-abi | Juan Linietsky | |
Change Android float ABI to hard | |||
2016-09-09 | Change Android float ABI to hard | Pedro J. Estébanez | |
2016-09-08 | Merge pull request #6409 from Hinsbart/osx_gamepad | Rémi Verschelde | |
osx: Support gamepad input. | |||
2016-09-07 | Merge pull request #6415 from RandomShaper/fix-android-build | Rémi Verschelde | |
Fix Android build (#5645) | |||
2016-09-07 | Fix (potentially) Android libs packaging issue (#5645) | Pedro J. Estébanez | |
2016-09-06 | Add Windows Universal export to editor | George Marques | |
- Use OPENSSL_ENABLED definition to the whole source to detect it anywhere. - Add WinRT/UWP template files with manifest and default images. | |||
2016-09-06 | osx: Support gamepad input. | Andreas Haas | |
Fixes #3881 Vibration support is not optimal yet as it doesn't try to emulate the "weak" and "strong" motor strength, but just takes the parameter with the highest value for the vibration gain. | |||
2016-09-05 | Move templates and distribution stuff to tools/dist | Rémi Verschelde | |
Also removed the obsolete iOS xcode template. | |||
2016-09-03 | Remove embedded ANGLE headers | George Marques | |
There's now a dependency on external ANGLE code, those are not needed anymore. | |||
2016-09-03 | Implement missing WinRT functions | George Marques | |
- Fix buildsystem for WinRT/UWP platform. - Add audio driver and joystick mapping for WinRT. - Enable thread class for WinRT. - Refactor MSVC compiler architecture detection to methods.py, so it can be used by Windows and WinRT. | |||
2016-08-31 | Merge pull request #6321 from hurikhan/fix_windows_mousemode | Rémi Verschelde | |
Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | |||
2016-08-30 | Merge pull request #4376 from eska014/js-eval | Rémi Verschelde | |
Add JavaScript eval interface to web export | |||
2016-08-29 | Merge pull request #6116 from Hinsbart/xrandr_so | Rémi Verschelde | |
x11: Use proper sonames for loading libXrandr. | |||
2016-08-29 | Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | Mario Schlack | |
2016-08-20 | fix to mingw build | Juan Linietsky | |
2016-08-20 | ENet windows compilation fixes. | Juan Linietsky | |
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. | |||
2016-08-13 | Fix some comparisons between signed and unsigned integers | Johan Manuel | |
2016-08-13 | Remove some unused variables | Johan Manuel | |
2016-08-11 | x11: Use proper sonames for loading libXrandr. | Andreas Haas | |
2016-08-09 | Crashfix for OSX on Sierra beta | marcelofg55 | |
2016-08-08 | Android: Rename values-zh to values-zh-rCN (#6063) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | |
2016-08-02 | Fix set_window_size not setting the correct size on OSX | marcelofg55 | |
2016-07-27 | Fix Windows resource script | George Marques | |
2016-07-27 | Improve Windows application details | George Marques | |
2016-07-26 | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | |
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 | |||
2016-07-24 | Merge pull request #5894 from vnen/windows-set-position | Rémi Verschelde | |
Avoid changing position when the window is fullscreen | |||
2016-07-24 | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | |
Improve android payment | |||
2016-07-24 | Avoid changing position when the window is fullscreen | George Marques | |
2016-07-22 | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde | |
Code cleanup in platform/x11 | |||
2016-07-21 | Code cleanup in platform/x11 | Mario Schlack | |
2016-07-21 | Implement OS.request_attention() for X11 | Mario Schlack | |
2016-07-21 | Merge pull request #5841 from vnen/fix-windows-wheel | Rémi Verschelde | |
Fix mouse wheel event position on Windows | |||
2016-07-21 | Merge pull request #5837 from hurikhan/android_cleanup | Rémi Verschelde | |
Minor code formatting in platform/android | |||
2016-07-21 | Implement OS.request_attention() for OSX (#5662) | GungnirInd | |
Keeps bouncing icon until user focuses window | |||
2016-07-21 | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | |
Add OS.request_attention() for Windows | |||
2016-07-21 | Fix mouse wheel event position on Windows | George Marques | |
2016-07-21 | Minor code formatting in platform/android | Mario Schlack | |
2016-07-21 | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | |
Fix compile error if use android_stl=yes | |||
2016-07-21 | Fix compile error if use android_stl=yes | volzhs | |
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |