summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-13[DOCS] Project Settings: Default clear colorMax Hilbrunner
2018-09-13Merge pull request #22030 from Faless/sockets_fixesRémi Verschelde
Properly initialize Winsock on startup
2018-09-13Merge pull request #21847 from Calinou/light-gizmo-update-inspectorRémi Verschelde
Update Light properties in the inspector when dragging their gizmos
2018-09-13Properly initialize Winsock on startupFabio Alessandrelli
Also fix typo in _get_last_error which caused Winsock connect to fail.
2018-09-13Merge pull request #21540 from YeldhamDev/image_reimp_error_fixRémi Verschelde
Fix error when reimporting an Image resource
2018-09-13Document provenance of Penner easing equations in TweenRémi Verschelde
As noted in #21600.
2018-09-13Merge pull request #21730 from reisraff/fixing_key_shortcutRémi Verschelde
#21500 Fixing key shortcut
2018-09-13Merge pull request #21819 from DualMatrix/built-in-scriptRémi Verschelde
Made editor automatically open the scene of built in scripts
2018-09-13Merge pull request #22017 from YeldhamDev/errors_tab_changesRémi Verschelde
Add expand/collapse all buttons for the "Errors" tab
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-12Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias
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.