| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-02-18 | Fix infinite recursion with editor import plugins | George Marques | 1 | -2/+2 | |
| 2018-02-18 | fixed md script | Yan Pas | 1 | -8/+13 | |
| 2018-02-18 | Remove some debugging prints on Android | Hugo Locurcio | 8 | -200/+8 | |
| 2018-02-17 | implement signal related methods in csharp_script so signals can be used ↵ | Paul Joannon | 4 | -8/+89 | |
| with emit | |||||
| 2018-02-17 | add a [Signal] attribute to CSharpScripts | Paul Joannon | 7 | -1/+103 | |
| 2018-02-17 | Flush HTTPClient response data only on request/close in HTML5 platform | Leon Krause | 1 | -2/+0 | |
| 2018-02-17 | Warn when polling HTTPClient synchronously in HTML5 platform | Leon Krause | 2 | -0/+24 | |
| 2018-02-17 | Mono: Fix build status icons | Ignacio Etcheverry | 1 | -5/+3 | |
| 2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause | 1 | -0/+2 | |
| 2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | 14 | -23/+13 | |
| 2018-02-17 | Fix #16773 (Rename "Install" to "Download" in AssetLib) | Artem Varaksa | 1 | -1/+1 | |
| 2018-02-17 | Ignore tools CLI flags in non-tools builds. | Pieter-Jan Briers | 1 | -5/+11 | |
| Some flags were still parsed but either did nothing or broke everything. No reason to parse them. | |||||
| 2018-02-16 | Direct to InputEventJoypadButton for using buttons | Benjamin Stammen | 1 | -1/+1 | |
| 2018-02-16 | Enforce insert_final_newline in the editorconfig. | Pieter-Jan Briers | 1 | -0/+1 | |
| 2018-02-16 | X11: Link libgcc statically with use_static_cpp option | Rémi Verschelde | 1 | -3/+3 | |
| 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 | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | 2 | -3096/+1948 | |
| Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | |||||
| 2018-02-16 | Fix script previews | Chaosus | 1 | -4/+4 | |
| 2018-02-16 | Makes project manager never initialize mono debug. | Pieter-Jan Briers | 3 | -17/+9 | |
| The heuristic whether we're in the project manager inside GDMono didn't work if the project manager was launched by not having any path to run. This is fixed now by making a Main::is_project_manager(). | |||||
| 2018-02-16 | Makes NodePath and RID follow PascalCase in C#. | Pieter-Jan Briers | 1 | -1/+1 | |
| Fixes #15685 | |||||
| 2018-02-16 | Give C# NodePath a ToString(). | Pieter-Jan Briers | 1 | -1/+2 | |
| It already had an implicit cast operator to string, but this doesn't get used in say string formatting. So now something like $"path: {GetPath()}" works. | |||||
| 2018-02-16 | fix crash autotile edit mode | damarindra | 1 | -0/+5 | |
| 2018-02-16 | Fix HTML5 HTTPClient response header retrieval | Leon Krause | 1 | -2/+4 | |
| 2018-02-16 | Fix HTML5 HTTPClient failure detection | Leon Krause | 1 | -11/+7 | |
| 2018-02-16 | Documentation tool does not add escapes to code and codeblocks | Anish | 1 | -4/+26 | |
| Instead of adding the escapes to all * and _ the tool now excludes the characters inside [code] and [codeblock]. Resolves: #15156 | |||||
| 2018-02-15 | Create and return LightmapCapture. | K. S. Ernest (iFire) Lee | 1 | -13/+60 | |
| 2018-02-15 | Add dummy audio driver, fix dummy rasterizer | K. S. Ernest (iFire) Lee | 4 | -7/+84 | |
| 2018-02-15 | Fixes to OS_Server and DummyRasterizer to match new signatures | Fabio Alessandrelli | 4 | -2/+14 | |
| 2018-02-15 | server platform now compiles and run on linux. | Fabio Alessandrelli | 4 | -47/+147 | |
| Seems to also be able to do exports of some demos I tried. | |||||
| 2018-02-15 | Add dummy Texture handling | Fabio Alessandrelli | 1 | -10/+74 | |
| 2018-02-15 | Disable GLES builders and source from server compilation | Fabio Alessandrelli | 2 | -3/+6 | |
| 2018-02-15 | Add dummy resterizer driver | Fabio Alessandrelli | 2 | -0/+544 | |
| 2018-02-15 | Windows: Fix case of imm32 for case-sensitive MinGW build | Rémi Verschelde | 1 | -2/+2 | |
| Fixes #16713. | |||||
| 2018-02-14 | Fix for a possible compile error under OS X | Marcelo Fernandez | 3 | -111/+119 | |
| 2018-02-14 | Add locale renames for Hebrew and Indonesian on Windows | Rémi Verschelde | 1 | -1/+18 | |
| Windows does not fully respect ISO 639-1 like other systems, so we have to override its locale values for those languages. Also added comments to document the locale provenance. | |||||
| 2018-02-14 | Fixed small typos in the SConstruct file. | Michael Alexsander Silva Dias | 1 | -2/+2 | |
| 2018-02-14 | Fix #16543 (add button to copy error from debugger) | Artem Varaksa | 2 | -0/+23 | |
| 2018-02-14 | Added return true o collide when no rusult is NULL | Andrea Catania | 1 | -0/+2 | |
| 2018-02-14 | Remove OpenSSL license, add Mbed TLS | Rémi Verschelde | 1 | -127/+5 | |
| 2018-02-14 | Add signals and a check function for Android service connectivity. | Xavier Sellier | 2 | -1/+28 | |
| - 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 | Added "allow_reselect" property to ItemList and enabled it for the ↵ | Michael Alexsander Silva Dias | 4 | -4/+30 | |
| method/help lists. | |||||
| 2018-02-14 | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli | 4 | -82/+88 | |
| 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 | 1 | -2/+2 | |
| 2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli | 934 | -351070/+3 | |
| 2018-02-14 | Small change to lws `mbedtls_wrapper` to fix OSX build. | Fabio Alessandrelli | 2 | -0/+7 | |
| Checks for OSX in thirdparty/lws/mbedtls_wrapper/include/platform/ssl_port.h to include stdlib.h instead of malloc.h. The bug is fixed upstream in master via LWS_HAVE_MALLOC_H, but not in the 2.4.1 branch (as the file structure has, one again, changed). | |||||
| 2018-02-14 | lws module now uses mbedtls as OpenSSL replacement | Fabio Alessandrelli | 26 | -5/+6465 | |
| 2018-02-14 | Add mbedtls module | Fabio Alessandrelli | 9 | -0/+601 | |
| 2018-02-14 | Add mbedTLS lib. Version 2.7.0, license Apache 2.0 | Fabio Alessandrelli | 144 | -0/+92518 | |
| 2018-02-13 | Fixes gravity calculation for kinematic bodies in Bullet | Neil Moore | 1 | -1/+2 | |
| 2018-02-13 | Fix broken APK expansion due to missed option renames | Rémi Verschelde | 2 | -2/+2 | |
| 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-13 | Always detect and use hiDPI in the project manager if needed | Hugo Locurcio | 1 | -8/+23 | |
| This makes its hiDPI behavior consistent with the editor. | |||||
