Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | Merge pull request #14804 from ColinKinloch/master | Rémi Verschelde | |
Fixed android arm64v8 | |||
2018-02-14 | Add signals and a check function for Android service connectivity. | Xavier Sellier | |
- Add a iap_connect and iap_disconnect events for android platform. - Add isConnected() function returning true if its connected to android service, false otherwise (cherry picked from commit 546b48813f2b75481d846957275f6d4eecd8de3c) | |||
2018-02-14 | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli | |
Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included. | |||
2018-02-14 | Disabled mbedtls module in javascript platform | Fabio Alessandrelli | |
2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli | |
2018-02-14 | Merge pull request #16648 from marcelofg55/center_window | Rémi Verschelde | |
Added OS::center_window to center the window precisely on desktop platforms | |||
2018-02-13 | Fix broken APK expansion due to missed option renames | Rémi Verschelde | |
Command line options were refactored for 3.0 to follow the common usage of double-dashed long options, but `--main-pack` went through the cracks. Fixes #16533. | |||
2018-02-12 | Added OS::center_window to center the window precisely on desktop platforms | Marcelo Fernandez | |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic | |
2018-01-30 | [macOS] Strip executable when `separate_debug_symbols` is set to yes | bruvzg | |
2018-01-30 | Merge pull request #16162 from hpvb/implement-windows-processor-count | Rémi Verschelde | |
Implement OS::get_processor_count() for Windows | |||
2018-01-29 | Fix Copy/Paste problems on X11 | Hein-Pieter van Braam | |
The target of the TARGETS type should be XA_ATOM and not XA_TARGETS when requested. Since we are sending a number of ATOMS the size should be set to the integer size and not the char size. The size field of the atoms is also the number of atoms and not the size of the array. This caused some clients to wrongly interpret the data and read garbage in the X11 packet. I also add the more modern representation for UTF-8 and clarify the error message if a client attempts to request a type we don't know about. This fixes #10431 | |||
2018-01-29 | Implement OS::get_processor_count() for Windows | Hein-Pieter van Braam | |
Current this is hardcoded as '1' for any platform except Unix. The little is_wow64() dance is required to get correct output on a 32bit compiled godot running on 64bit Windows according to MSDN. This code should be UWP safe but I have no way to test that so it's not implemented for UWP yet. | |||
2018-01-27 | Merge pull request #16081 from djgaspa/dll-directory | Rémi Verschelde | |
Fix remove_dll_directory crash when cookie is null | |||
2018-01-26 | Fix macOS build after #16092 | bruvzg | |
2018-01-26 | Make separate debug symbols opt-in | Hein-Pieter van Braam | |
This adds a separate_debug_symbols option to the x11, windows, and osx targets. This will default to adding normal debugging symbols to the artifacts and only splits them when separate_debug_symbols=yes on the Scons command line. | |||
2018-01-26 | Bullet: allow unbundling only if > 2.87 | Rémi Verschelde | |
Looks like we are using cutting edge methods which are not even if the current stable 2.87. | |||
2018-01-26 | Fix remove_dll_directory crash when cookie is null | djgaspa | |
2018-01-25 | Merge pull request #16059 from eska014/html5-notls | Rémi Verschelde | |
Disable OpenSSL module in HTML5 platform by default | |||
2018-01-25 | Disable OpenSSL module in HTML5 platform by default | Leon Krause | |
2018-01-24 | Silence verbose stderr info message on X11 | Rémi Verschelde | |
2018-01-24 | Fix HTML5 JS API setResizeCanvasOnStart | Leon Krause | |
2018-01-20 | Fix horizontal scroll for windows platform | binbitten | |
2018-01-20 | HTML export: Make s3tc the standard Texture Format | x1212 | |
2018-01-19 | On macOS, prevent key_event_buffer overflows | Bernhard Liebl | |
2018-01-17 | Fix Android onTextChanged crash | Ruslan Mustakov | |
As it turns out, onTextChanged supplies a mutable CharSequence, which lead to crashes or unexpected behaviour when input was coming faster than it was processed. | |||
2018-01-16 | Merge pull request #15773 from endragor/android-gdnative-remote-fs | Rémi Verschelde | |
Make remote FS work with GDNative on Android | |||
2018-01-16 | Make remote FS work with GDNative on Android | Ruslan Mustakov | |
.so files are added to the .apk when remote FS is used. | |||
2018-01-13 | Wrap Emscripten module into JS Engine singleton per SCons | Leon Krause | |
Emscripten's meta DCE changes in 1.37.27(/28?) make it impossible to keep using --pre-js for this | |||
2018-01-13 | Merge pull request #15665 from endragor/fix-android-gdnative | Rémi Verschelde | |
Fix open_dynamic_library for Android | |||
2018-01-13 | SCons: Allow unbundling bullet on Linux (only 2.87+) | Rémi Verschelde | |
2018-01-13 | Fix open_dynamic_library for Android | Ruslan Mustakov | |
2018-01-12 | [macOS] Adds ability to open files with "Open With" or double-click from Finder | bruvzg | |
2018-01-12 | Merge pull request #15613 from eska014/html5-feature-tags | Rémi Verschelde | |
Fix HTML5 feature tags | |||
2018-01-12 | Fix HTML5 feature tags | Leon Krause | |
'HTML5' is the platform tag, the 'JavaScript' tag indicates availability of the JavaScript.eval singleton. Also report texture compression support. | |||
2018-01-12 | Merge pull request #15605 from volzhs/fix-android-build-27 | volzhs | |
Fix Android build error | |||
2018-01-12 | Fix Android build error | volzhs | |
Fix #15603 Fix #15513 | |||
2018-01-10 | sorry, accidentally pressed delete before commiting. | Juan Linietsky | |
2018-01-10 | Added middle button doubleclick, fixes #15567 | Juan Linietsky | |
2018-01-10 | Fix IME producing multiple events per key press. | bruvzg | |
2018-01-08 | Merge pull request #15344 from bruvzg/osx_dylib_export | Rémi Verschelde | |
[GDnative] macOS `dylib` export fixes | |||
2018-01-08 | Merge pull request #15461 from endragor/better-loading-screen-msg | Rémi Verschelde | |
Improve missing iOS loading screen error message | |||
2018-01-08 | Merge pull request #15440 from volzhs/fix-android-touch | Rémi Verschelde | |
Fix Android multi touch | |||
2018-01-07 | Improve missing iOS loading screen error message | Ruslan Mustakov | |
2018-01-07 | Merge pull request #15447 from eska014/html5-optmode | Rémi Verschelde | |
Build WebAssembly release module with -Os to decrease file size | |||
2018-01-07 | Build WebAssembly module with -Os to decrease file size | Leon Krause | |
2018-01-07 | Initialize WebGL context in OS | Leon Krause | |
2018-01-07 | Fix Android multi touch | volzhs | |
Fix #11798 | |||
2018-01-07 | Merge pull request #15425 from bruvzg/osx_runtime_version_checks | Rémi Verschelde | |
[macOS] Remove 10.6+ runtime version checks, add 10.12+ runtime version checks | |||
2018-01-07 | Merge pull request #15422 from eska014/html5-logger | Rémi Verschelde | |
Print without color control sequences in HTML5 platform |