Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-20 | Link bcrypt lib in window and UWP | Fabio Alessandrelli | |
2018-02-19 | Fix previous commit, "bits" still needed for buildsystem | Rémi Verschelde | |
2018-02-19 | OSX: Remove unnecessary bits assignment | Rémi Verschelde | |
2018-02-19 | Merge pull request #16675 from ↵ | Rémi Verschelde | |
Iskustvo/improved_error_detectioin_in_move-to-trash_for_Linux [X11] Improving error detection in move_to_trash | |||
2018-02-19 | Merge pull request #16696 from BTaskaya/master | Rémi Verschelde | |
PEP3101 applied with changing old type string formatting as new ones | |||
2018-02-19 | Merge pull request #16763 from RandomShaper/improve-fullscreen | Hein-Pieter van Braam | |
Remove window decorations for fullscreen on X11 | |||
2018-02-19 | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde | |
Mac OS X is 64-bit only since 10.7 (Lion), which has reached End-Of-Life in October 2014. Therefore it no longer makes sense to support exporting 32-bit binaries for Mac OS X, and we can now default to 64-bit instead of bigger "fat" binaries. | |||
2018-02-18 | [X11] Improving error detection in move_to_trash | Iskustvo | |
2018-02-18 | Remove some debugging prints on Android | Hugo Locurcio | |
2018-02-17 | Merge pull request #16781 from eska014/html5-httpc | Rémi Verschelde | |
HTML5 HTTPClient fixes | |||
2018-02-17 | Flush HTTPClient response data only on request/close in HTML5 platform | Leon Krause | |
2018-02-17 | Warn when polling HTTPClient synchronously in HTML5 platform | Leon Krause | |
2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause | |
2018-02-16 | Remove window decorations for fullscreen on X11 | Pedro J. Estébanez | |
2018-02-16 | X11: Link libgcc statically with use_static_cpp option | Rémi Verschelde | |
We were already linking libstdc++ statically for official binaries, protecting us against most portability issues. But apparently since we started using GCC 7 for official builds, we also need to link libgcc statically for at least 32-bit builds to be portable. Fixes #16409. | |||
2018-02-16 | Fix HTML5 HTTPClient response header retrieval | Leon Krause | |
2018-02-16 | Fix HTML5 HTTPClient failure detection | Leon Krause | |
2018-02-15 | Add dummy audio driver, fix dummy rasterizer | K. S. Ernest (iFire) Lee | |
2018-02-15 | Fixes to OS_Server and DummyRasterizer to match new signatures | Fabio Alessandrelli | |
2018-02-15 | server platform now compiles and run on linux. | Fabio Alessandrelli | |
Seems to also be able to do exports of some demos I tried. | |||
2018-02-15 | Windows: Fix case of imm32 for case-sensitive MinGW build | Rémi Verschelde | |
Fixes #16713. | |||
2018-02-14 | PEP3101 applied with changing old type string formatting as new ones | BTaskaya | |
2018-02-14 | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde | |
Add new window setting: always on top | |||
2018-02-14 | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl | Rémi Verschelde | |
Implement more methods for OS on Desktop platforms | |||
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-02-01 | OSX: implement OS.get_unique_id | geequlim | |
Update the documentations for OS.get_unique_id() | |||
2018-01-31 | X11: implement OS.get_unique_id | geequlim | |
2018-01-31 | Windows: implement OS.get_unique_id and OS.set_ime_position | geequlim | |
2018-01-30 | Implement always-on-top for MacOS | Pedro J. Estébanez | |
Courtesy of @bruvzg. | |||
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 | |