Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-02-19 | Readd VS.sync and VS.draw to keep compatibility | Rémi Verschelde | |
Those are deprecated as VS.force_sync and VS.force_draw do the same and more explicitly, but we cannot remove them without marking them as deprecated before that. Fixes issue introduced in #15892. | |||
2018-02-19 | Merge pull request #16755 from KidRigger/master | Rémi Verschelde | |
Gridmap editor now lists plane instead of floor when not horizontal | |||
2018-02-19 | Merge pull request #16810 from isaacremnant/clip_content | Poommetee Ketson | |
Force controls to save rect_clip_content | |||
2018-02-18 | Force controls to save rect_clip_content since they do not all default to false. | isaacremnant | |
2018-02-18 | Fix infinite recursion with editor import plugins | George Marques | |
2018-02-18 | Merge pull request #16326 from NathanWarden/fix_basis_mono | Ignacio Etcheverry | |
[Mono] Basis values now marshalled in the correct order. | |||
2018-02-18 | Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fix | Ignacio Etcheverry | |
Makes project manager never initialize mono debug. | |||
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 | Gridmap editor now lists plane instead of floor when not horizontal. | Anish | |
Instead of gridmap editor calling grid as floor irrespective of the orientation, it now calls the grid plane if it's vertical and floor if horizontal. Resolves: #14611 | |||
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 project manager never initialize mono debug. | Pieter-Jan Briers | |
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 | |
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 | |