summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
Fix non chunked HTTP reading till eof.
2018-09-13Merge pull request #22013 from akien-mga/doc-unify-editor-rstRémi Verschelde
doc: Make property sections in rst similar to editor docs
2018-09-13Merge pull request #22015 from vnen/uwp-arm-zstdRémi Verschelde
Patch zstd to build for UWP ARM
2018-09-13Merge pull request #22020 from Faless/tcp_fixRémi Verschelde
Fix TCP connecting state not set correctly
2018-09-13Merge pull request #22000 from Faless/lws_uwp32Rémi Verschelde
Fix libwebsockets 32-bits UWP builds.
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
Misc. typos
2018-09-13Fix TCP connecting state not set correctlyFabio Alessandrelli
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-09-12Patch zstd to build for UWP ARMGeorge Marques
Patch comes from upstream and can be removed when it makes to stable release.
2018-09-13Merge pull request #21979 from Faless/script_debugger_connect_logRémi Verschelde
Add message when ScriptDebugger connects.
2018-09-13Merge pull request #22014 from ↵Rémi Verschelde
godotengine/revert-21780-animatedsprite-deprecated Revert "Drop deprecated compatibility methods from AnimatedSprite"
2018-09-13Revert "Drop deprecated compatibility methods from AnimatedSprite"Rémi Verschelde
2018-09-13Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli
Also fix bogus windows detect.py
2018-09-13doc: Make property sections in rst similar to editor docsRémi Verschelde
There is now an overview table with hyperlinks, and further down a detailed list of properties with their setter/getter and description. Theme items are now also included in the rst output. Refactored make_method() a bit.
2018-09-13Merge pull request #22002 from akien-mga/doc-unify-editor-rstRémi Verschelde
Doc: Use same headers and order in-editor and online
2018-09-13Less verbose ScriptDebugger, message on connect.Fabio Alessandrelli
Short diff, long explaination: This will hopefully clarify whether or not issues are about the dubgger like the case of the never ending thread about MacOS "Remote debugger fails", which started as a real issue, and ended up being referenced for every strange OSX issue where the window was not visible or the engine crashed without appearing on screen.
2018-09-13Doc: Use PascalCase names in hyperlinksRémi Verschelde
We were not consistently applying .lower() every time we construct an hyperlink, so there would be case mismatch. It works fine to keep the natural case for those links.
2018-09-12Merge pull request #21909 from Rubonnek/remove-duplicate-branchesRémi Verschelde
Removed unused code
2018-09-12Removed unused function RasterizerSceneGLES3::_copy_to_front_bufferWilson E. Alvarez
2018-09-12Merge pull request #22007 from neikeq/<name_of_your_new_branch>Ignacio Etcheverry
Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files
2018-09-12Move modules/mono/glue/cs_files to modules/mono/glue/Managed/FilesIgnacio Etcheverry
Added dummy MSBuild project and solution to get tooling help when editing these files.
2018-09-12Merge pull request #21977 from guilhermefelipecgs/fix_text_editRémi Verschelde
Fix default_cursor_shape for TextEdit
2018-09-12Merge pull request #21753 from guilhermefelipecgs/fix_confined_modeRémi Verschelde
Fixes to mouse mode confined and captured
2018-09-12Mono: Fix build regression due to wrong return typeIgnacio Etcheverry
2018-09-12Merge pull request #22005 from neikeq/issue-17581Ignacio Etcheverry
C#: Fix explicit enum values when exporting member
2018-09-12C#: Fix explicit enum values when exporting memberIgnacio Etcheverry
2018-09-12Fix default_cursor_shape for TextEditGuilherme Felipe
2018-09-12Merge pull request #21692 from Faless/sockets_rebaseFabio Alessandrelli
New NetSocket interface with common BSD/Win implementation
2018-09-12Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde
TextEdit update cache.size on ENTER_TREE
2018-09-12Doc: Use same headers and order in-editor and onlineRémi Verschelde
2018-09-12Merge pull request #21997 from akien-mga/fix-script-nameRémi Verschelde
Fix default script name in ScriptCreateDialog
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Unify PacketPeerUDP using NetSocketFabio Alessandrelli
2018-09-12New NetSocket interface, BSD/Win implementationFabio Alessandrelli
Unified BSD and Winsock sockets into a single implementation of a generic NetSocket interface. This is some ground work for few network improvements: - Reuse as much code as possible between Posix and Windows. - Provide a single point of implementation for exotic sdks (consoles). - Provide platform agnostic StreamPeerTCP and PacketPeerUDP in core. - Implement connect for UDP allowing for DTLS implementation.
2018-09-12Merge pull request #21877 from DualMatrix/richlabelRémi Verschelde
Fixed the remove_line function in richtextlabel. It was totally broken
2018-09-12Merge pull request #21884 from RyanStein/feature-error-treeRémi Verschelde
Resurrect integrated error display for the Debugger.
2018-09-12Merge pull request #21914 from hpvb/fix-21720Rémi Verschelde
When resizing an X11 window wait for the WM to process our request
2018-09-12Merge pull request #21934 from groud/add_scale_modeRémi Verschelde
Add a scale mode to the 2D editor
2018-09-12Merge pull request #21935 from goodyttoor/gltf_cubicRémi Verschelde
Fix cubic spline interpolation in glTF importer
2018-09-12ENet wrapper properly detect disconnect on pollFabio Alessandrelli
Now PacketPeerUDP.get_available_packet_count() return -1 if the socket is in error state.
2018-09-12Properly reset socket blocking state on closeFabio Alessandrelli
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Fix default script name in ScriptCreateDialogRémi Verschelde
It would default either to '.gd' when created from the script editor, or to 'res:///NodeName.gd' (three '/') when created from the scene tree dock.
2018-09-12Merge pull request #21878 from RyanStein/bugfix-14400Rémi Verschelde
Make `_sort_list_on_update` true before opening files, fixes 14400
2018-09-12Merge pull request #21984 from groud/fix_2D_selectionRémi Verschelde
Fix 2D selection
2018-09-12Merge pull request #21910 from hpvb/fix-8145-x11Rémi Verschelde
Update X11 global mouse position at startup
2018-09-12Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde
Fixed calling start() after remove_all() on tween not working
2018-09-12Merge pull request #21985 from Calinou/fix-osx-open-editor-pathRémi Verschelde
Fix project and editor data paths not being opened correctly on macOS
2018-09-12Merge pull request #21705 from KellyThomas/tree-create-itemRémi Verschelde
Change return value of Tree.create_item() from Object to TreeItem
2018-09-12Merge pull request #21654 from Calinou/textureprogress-transparent-tintRémi Verschelde
Allow transparent colors in TextureProgress tint properties