summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-19Readd VS.sync and VS.draw to keep compatibilityRé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-19Merge pull request #16755 from KidRigger/masterRémi Verschelde
Gridmap editor now lists plane instead of floor when not horizontal
2018-02-19Merge pull request #16810 from isaacremnant/clip_contentPoommetee Ketson
Force controls to save rect_clip_content
2018-02-18Force controls to save rect_clip_content since they do not all default to false.isaacremnant
2018-02-18Fix infinite recursion with editor import pluginsGeorge Marques
2018-02-18Merge pull request #16326 from NathanWarden/fix_basis_monoIgnacio Etcheverry
[Mono] Basis values now marshalled in the correct order.
2018-02-18Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fixIgnacio Etcheverry
Makes project manager never initialize mono debug.
2018-02-18Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcaseIgnacio Etcheverry
Makes NodePath and RID follow PascalCase in C#.
2018-02-18Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostringIgnacio Etcheverry
Give C# NodePath a ToString().
2018-02-18Merge pull request #16792 from Yanpas/md_makerRémi Verschelde
fixed md script
2018-02-18Merge pull request #16785 from Calinou/remove-android-debugging-printsRémi Verschelde
Remove some debugging prints on Android
2018-02-18Merge pull request #15235 from sersoong/master-batchtoggleRémi Verschelde
Enhanced Toggle Visibility button in scene tree editor
2018-02-18fixed md scriptYan Pas
2018-02-18Merge pull request #16774 from sudoio/fix-16773Poommetee Ketson
Fix #16773 (Rename "Install" to "Download" in AssetLib)
2018-02-18Remove some debugging prints on AndroidHugo Locurcio
2018-02-17Merge pull request #16770 from paulloz/csharp-signal-attributeRémi Verschelde
C# Signal attribute
2018-02-17implement signal related methods in csharp_script so signals can be used ↵Paul Joannon
with emit
2018-02-17add a [Signal] attribute to CSharpScriptsPaul Joannon
2018-02-17Merge 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-17Merge pull request #16780 from neikeq/mono-fix-build-iconsRémi Verschelde
Mono: Fix build status icons
2018-02-17Merge pull request #16781 from eska014/html5-httpcRémi Verschelde
HTML5 HTTPClient fixes
2018-02-17Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause
2018-02-17Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause
2018-02-17Mono: Fix build status iconsIgnacio Etcheverry
2018-02-17Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause
2018-02-17Merge pull request #16776 from sudoio/remove-bad-wordsRémi Verschelde
Clean up some bad words from code comments
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-17Fix #16773 (Rename "Install" to "Download" in AssetLib)Artem Varaksa
2018-02-17Ignore 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-17Gridmap 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-17Merge pull request #16702 from godotengine/locales-iw-inRémi Verschelde
Add locale renames for Hebrew and Indonesian on Windows
2018-02-17Merge pull request #16759 from PJB3005/18-02-16-final-newline-editorconfigRémi Verschelde
Enforce insert_final_newline in the editorconfig.
2018-02-17Merge pull request #16753 from akien-mga/ca-certificatesRémi Verschelde
Update CA certificates to latest Mozilla bundle
2018-02-17Merge pull request #16767 from sfotm/masterPoommetee Ketson
Direct to InputEventJoypadButton for using buttons [ci skip]
2018-02-16Direct to InputEventJoypadButton for using buttonsBenjamin Stammen
2018-02-16Enforce insert_final_newline in the editorconfig.Pieter-Jan Briers
2018-02-16Merge pull request #16754 from akien-mga/x11-static-libgccHein-Pieter van Braam
X11: Link libgcc statically with use_static_cpp option
2018-02-16X11: Link libgcc statically with use_static_cpp optionRé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-16Update CA certificates to latest Mozilla bundleRémi Verschelde
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
2018-02-16Merge pull request #16653 from fire/server_again_2Rémi Verschelde
Worked with Faless(Fabio Alessandrelli) to update server platform.
2018-02-16Merge pull request #16748 from Chaosus/fixscriptpreviewRémi Verschelde
Fix script previews
2018-02-16Fix script previewsChaosus
2018-02-16Makes 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-16Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers
Fixes #15685
2018-02-16Give 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-16Merge pull request #16742 from damarindra/fix_crash_edit_modeRémi Verschelde
fix crash autotile edit mode
2018-02-16fix crash autotile edit modedamarindra
2018-02-16Fix HTML5 HTTPClient response header retrievalLeon Krause
2018-02-16Fix HTML5 HTTPClient failure detectionLeon Krause