aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel2016-09-231-1/+1
| | | | | | * This allows building when ALSA libs are in a non-standard location. PKG_CONFIG_PATH alone is not enough as the final link fails. Adding this makes the final link succeed. * The extra LIBS flag for alsa is not needed so removing.
* Merge pull request #6574 from RandomShaper/fix-android-exportRémi Verschelde2016-09-231-6/+4
|\ | | | | Fix manifest generation bug in Android export
| * Fix manifest generation bug in Android exportPedro J. Estébanez2016-09-211-6/+4
| |
* | x11: Fix event.is_action() for release of modifier keysAndreas Haas2016-09-221-0/+13
| | | | | | | | | | | | | | The bug was that the release events for these also had the modifier state set, so the event comparison failed. Fixes #5901
* | Change winrt build to be less dependent on ANGLEGeorge Marques2016-09-202-7/+8
|/ | | | | | | | | 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.
* Fix UWP gamepadGeorge Marques2016-09-121-1/+2
|
* Fix build error in WinRT exportGeorge Marques2016-09-101-10/+10
|
* Revert "Change Android float ABI to hard"Juan Linietsky2016-09-101-8/+5
|
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-102-18/+18
|\ | | | | Fix some more warnings
| * Fix some comparisons between signed and unsigned integersJohan Manuel2016-08-131-11/+11
| |
| * Remove some unused variablesJohan Manuel2016-08-132-7/+7
| |
* | Merge pull request #6363 from vnen/winrtJuan Linietsky2016-09-1031-6244/+3895
|\ \ | | | | | | Fix the support for WinRT/UWP
| * | Add Windows Universal export to editorGeorge Marques2016-09-062-0/+2420
| | | | | | | | | | | | | | | | | | - Use OPENSSL_ENABLED definition to the whole source to detect it anywhere. - Add WinRT/UWP template files with manifest and default images.
| * | Remove embedded ANGLE headersGeorge Marques2016-09-0315-5943/+0
| | | | | | | | | | | | | | | There's now a dependency on external ANGLE code, those are not needed anymore.
| * | Implement missing WinRT functionsGeorge Marques2016-09-0314-301/+1475
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | Merge pull request #6438 from RandomShaper/android-hard-float-abiJuan Linietsky2016-09-101-5/+8
|\ \ \ | | | | | | | | Change Android float ABI to hard
| * | | Change Android float ABI to hardPedro J. Estébanez2016-09-091-5/+8
| | | |
* | | | Merge pull request #6409 from Hinsbart/osx_gamepadRémi Verschelde2016-09-086-3/+760
|\ \ \ \ | | | | | | | | | | osx: Support gamepad input.
| * | | | osx: Support gamepad input.Andreas Haas2016-09-066-3/+760
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #6415 from RandomShaper/fix-android-buildRémi Verschelde2016-09-071-1/+0
|\ \ \ \ | | | | | | | | | | Fix Android build (#5645)
| * | | | Fix (potentially) Android libs packaging issue (#5645)Pedro J. Estébanez2016-09-071-1/+0
| |/ / /
* / / / Move templates and distribution stuff to tools/distRémi Verschelde2016-09-0539-613/+0
|/ / / | | | | | | | | | Also removed the obsolete iOS xcode template.
* | | Merge pull request #6321 from hurikhan/fix_windows_mousemodeRémi Verschelde2016-08-311-0/+2
|\ \ \ | |/ / |/| | Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.
| * | Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack2016-08-291-0/+2
| | |
* | | Merge pull request #4376 from eska014/js-evalRémi Verschelde2016-08-306-2/+242
|\ \ \ | | | | | | | | Add JavaScript eval interface to web export
| * | | Add JavaScript eval interfaceeska2016-06-306-2/+242
| | | |
* | | | Merge pull request #6116 from Hinsbart/xrandr_soRémi Verschelde2016-08-291-3/+3
|\ \ \ \ | |_|/ / |/| | | x11: Use proper sonames for loading libXrandr.
| * | | x11: Use proper sonames for loading libXrandr.Andreas Haas2016-08-111-3/+3
| | | |
* | | | fix to mingw buildJuan Linietsky2016-08-201-1/+1
| | | |
* | | | ENet windows compilation fixes.Juan Linietsky2016-08-201-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 betamarcelofg552016-08-091-3/+3
| | |
* | | Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit2016-08-081-1/+1
| | |
* | | Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit2016-08-081-0/+4
| | |
* | | Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit2016-08-081-0/+4
| | |
* | | Fix set_window_size not setting the correct size on OSXmarcelofg552016-08-021-0/+10
| | |
* | | 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
| |/ / /