Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-18 | Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcase | Ignacio Etcheverry | |
Makes NodePath and RID follow PascalCase in C#. | |||
2018-02-18 | Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostring | Ignacio Etcheverry | |
Give C# NodePath a ToString(). | |||
2018-02-18 | Merge pull request #16792 from Yanpas/md_maker | Rémi Verschelde | |
fixed md script | |||
2018-02-18 | Merge pull request #16785 from Calinou/remove-android-debugging-prints | Rémi Verschelde | |
Remove some debugging prints on Android | |||
2018-02-18 | Merge pull request #15235 from sersoong/master-batchtoggle | Rémi Verschelde | |
Enhanced Toggle Visibility button in scene tree editor | |||
2018-02-18 | fixed md script | Yan Pas | |
2018-02-18 | Merge pull request #16774 from sudoio/fix-16773 | Poommetee Ketson | |
Fix #16773 (Rename "Install" to "Download" in AssetLib) | |||
2018-02-18 | Remove some debugging prints on Android | Hugo Locurcio | |
2018-02-17 | Merge pull request #16770 from paulloz/csharp-signal-attribute | Rémi Verschelde | |
C# Signal attribute | |||
2018-02-17 | implement signal related methods in csharp_script so signals can be used ↵ | Paul Joannon | |
with emit | |||
2018-02-17 | add a [Signal] attribute to CSharpScripts | Paul Joannon | |
2018-02-17 | Merge pull request #16758 from ↵ | Rémi Verschelde | |
PJB3005/18-02-16-project-manager-nontools-flag-fix Ignore tools CLI flags in non-tools-builds. | |||
2018-02-17 | Merge pull request #16780 from neikeq/mono-fix-build-icons | Rémi Verschelde | |
Mono: Fix build status icons | |||
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 | Mono: Fix build status icons | Ignacio Etcheverry | |
2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause | |
2018-02-17 | Merge pull request #16776 from sudoio/remove-bad-words | Rémi Verschelde | |
Clean up some bad words from code comments | |||
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | |
2018-02-17 | Fix #16773 (Rename "Install" to "Download" in AssetLib) | Artem Varaksa | |
2018-02-17 | Ignore tools CLI flags in non-tools builds. | Pieter-Jan Briers | |
Some flags were still parsed but either did nothing or broke everything. No reason to parse them. | |||
2018-02-17 | Merge pull request #16702 from godotengine/locales-iw-in | Rémi Verschelde | |
Add locale renames for Hebrew and Indonesian on Windows | |||
2018-02-17 | Merge pull request #16759 from PJB3005/18-02-16-final-newline-editorconfig | Rémi Verschelde | |
Enforce insert_final_newline in the editorconfig. | |||
2018-02-17 | Merge pull request #16753 from akien-mga/ca-certificates | Rémi Verschelde | |
Update CA certificates to latest Mozilla bundle | |||
2018-02-17 | Merge pull request #16767 from sfotm/master | Poommetee Ketson | |
Direct to InputEventJoypadButton for using buttons [ci skip] | |||
2018-02-16 | Direct to InputEventJoypadButton for using buttons | Benjamin Stammen | |
2018-02-16 | Enforce insert_final_newline in the editorconfig. | Pieter-Jan Briers | |
2018-02-16 | Merge pull request #16754 from akien-mga/x11-static-libgcc | Hein-Pieter van Braam | |
X11: Link libgcc statically with use_static_cpp option | |||
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 | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | |
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | |||
2018-02-16 | Merge pull request #16653 from fire/server_again_2 | Rémi Verschelde | |
Worked with Faless(Fabio Alessandrelli) to update server platform. | |||
2018-02-16 | Merge pull request #16748 from Chaosus/fixscriptpreview | Rémi Verschelde | |
Fix script previews | |||
2018-02-16 | Fix script previews | Chaosus | |
2018-02-16 | Makes NodePath and RID follow PascalCase in C#. | Pieter-Jan Briers | |
Fixes #15685 | |||
2018-02-16 | Give C# NodePath a ToString(). | Pieter-Jan Briers | |
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 | Merge pull request #16742 from damarindra/fix_crash_edit_mode | Rémi Verschelde | |
fix crash autotile edit mode | |||
2018-02-16 | fix crash autotile edit mode | damarindra | |
2018-02-16 | Fix HTML5 HTTPClient response header retrieval | Leon Krause | |
2018-02-16 | Fix HTML5 HTTPClient failure detection | Leon Krause | |
2018-02-15 | Merge pull request #16728 from KidRigger/master | Rémi Verschelde | |
Documentation tool does not add escapes to code and codeblocks unnecessarily | |||
2018-02-16 | Documentation tool does not add escapes to code and codeblocks | Anish | |
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 | |
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 | Add dummy Texture handling | Fabio Alessandrelli | |
2018-02-15 | Disable GLES builders and source from server compilation | Fabio Alessandrelli | |
2018-02-15 | Add dummy resterizer driver | Fabio Alessandrelli | |
2018-02-15 | Merge pull request #16693 from marcelofg55/compile_fix | Rémi Verschelde | |
Fix for a possible compile error under OS X |