Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | [DOCS] Project Settings: Default clear color | Max Hilbrunner | |
2018-09-13 | Merge pull request #22030 from Faless/sockets_fixes | Rémi Verschelde | |
Properly initialize Winsock on startup | |||
2018-09-13 | Merge pull request #21847 from Calinou/light-gizmo-update-inspector | Rémi Verschelde | |
Update Light properties in the inspector when dragging their gizmos | |||
2018-09-13 | Properly initialize Winsock on startup | Fabio Alessandrelli | |
Also fix typo in _get_last_error which caused Winsock connect to fail. | |||
2018-09-13 | Merge pull request #21540 from YeldhamDev/image_reimp_error_fix | Rémi Verschelde | |
Fix error when reimporting an Image resource | |||
2018-09-13 | Document provenance of Penner easing equations in Tween | Rémi Verschelde | |
As noted in #21600. | |||
2018-09-13 | Merge pull request #21730 from reisraff/fixing_key_shortcut | Rémi Verschelde | |
#21500 Fixing key shortcut | |||
2018-09-13 | Merge pull request #21819 from DualMatrix/built-in-script | Rémi Verschelde | |
Made editor automatically open the scene of built in scripts | |||
2018-09-13 | Merge pull request #22017 from YeldhamDev/errors_tab_changes | Rémi Verschelde | |
Add expand/collapse all buttons for the "Errors" tab | |||
2018-09-13 | Merge pull request #21976 from Faless/http_client_eof_fix | Rémi Verschelde | |
Fix non chunked HTTP reading till eof. | |||
2018-09-13 | Merge pull request #22013 from akien-mga/doc-unify-editor-rst | Rémi Verschelde | |
doc: Make property sections in rst similar to editor docs | |||
2018-09-13 | Merge pull request #22015 from vnen/uwp-arm-zstd | Rémi Verschelde | |
Patch zstd to build for UWP ARM | |||
2018-09-13 | Merge pull request #22020 from Faless/tcp_fix | Rémi Verschelde | |
Fix TCP connecting state not set correctly | |||
2018-09-13 | Merge pull request #22000 from Faless/lws_uwp32 | Rémi Verschelde | |
Fix libwebsockets 32-bits UWP builds. | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-13 | Fix TCP connecting state not set correctly | Fabio Alessandrelli | |
2018-09-12 | Add expand/collapse all buttons for the "Errors" tab | Michael Alexsander Silva Dias | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-12 | Patch zstd to build for UWP ARM | George Marques | |
Patch comes from upstream and can be removed when it makes to stable release. | |||
2018-09-13 | Merge pull request #21979 from Faless/script_debugger_connect_log | Rémi Verschelde | |
Add message when ScriptDebugger connects. | |||
2018-09-13 | Merge pull request #22014 from ↵ | Rémi Verschelde | |
godotengine/revert-21780-animatedsprite-deprecated Revert "Drop deprecated compatibility methods from AnimatedSprite" | |||
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde | |
2018-09-13 | Fix libwebsockets 32-bits UWP builds. | Fabio Alessandrelli | |
Also fix bogus windows detect.py | |||
2018-09-13 | doc: Make property sections in rst similar to editor docs | Ré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-13 | Merge pull request #22002 from akien-mga/doc-unify-editor-rst | Rémi Verschelde | |
Doc: Use same headers and order in-editor and online | |||
2018-09-13 | Less 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-13 | Doc: Use PascalCase names in hyperlinks | Ré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-12 | Merge pull request #21909 from Rubonnek/remove-duplicate-branches | Rémi Verschelde | |
Removed unused code | |||
2018-09-12 | Removed unused function RasterizerSceneGLES3::_copy_to_front_buffer | Wilson E. Alvarez | |
2018-09-12 | Merge 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-12 | Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files | Ignacio Etcheverry | |
Added dummy MSBuild project and solution to get tooling help when editing these files. | |||
2018-09-12 | Merge pull request #21977 from guilhermefelipecgs/fix_text_edit | Rémi Verschelde | |
Fix default_cursor_shape for TextEdit | |||
2018-09-12 | Merge pull request #21753 from guilhermefelipecgs/fix_confined_mode | Rémi Verschelde | |
Fixes to mouse mode confined and captured | |||
2018-09-12 | Mono: Fix build regression due to wrong return type | Ignacio Etcheverry | |
2018-09-12 | Merge pull request #22005 from neikeq/issue-17581 | Ignacio Etcheverry | |
C#: Fix explicit enum values when exporting member | |||
2018-09-12 | C#: Fix explicit enum values when exporting member | Ignacio Etcheverry | |
2018-09-12 | Fix default_cursor_shape for TextEdit | Guilherme Felipe | |
2018-09-12 | Merge pull request #21692 from Faless/sockets_rebase | Fabio Alessandrelli | |
New NetSocket interface with common BSD/Win implementation | |||
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde | |
TextEdit update cache.size on ENTER_TREE | |||
2018-09-12 | Doc: Use same headers and order in-editor and online | Rémi Verschelde | |
2018-09-12 | Merge pull request #21997 from akien-mga/fix-script-name | Rémi Verschelde | |
Fix default script name in ScriptCreateDialog | |||
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli | |
2018-09-12 | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli | |
2018-09-12 | New NetSocket interface, BSD/Win implementation | Fabio 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-12 | Merge pull request #21877 from DualMatrix/richlabel | Rémi Verschelde | |
Fixed the remove_line function in richtextlabel. It was totally broken | |||
2018-09-12 | Merge pull request #21884 from RyanStein/feature-error-tree | Rémi Verschelde | |
Resurrect integrated error display for the Debugger. | |||
2018-09-12 | Merge pull request #21914 from hpvb/fix-21720 | Rémi Verschelde | |
When resizing an X11 window wait for the WM to process our request | |||
2018-09-12 | Merge pull request #21934 from groud/add_scale_mode | Rémi Verschelde | |
Add a scale mode to the 2D editor | |||
2018-09-12 | Merge pull request #21935 from goodyttoor/gltf_cubic | Rémi Verschelde | |
Fix cubic spline interpolation in glTF importer | |||
2018-09-12 | ENet wrapper properly detect disconnect on poll | Fabio Alessandrelli | |
Now PacketPeerUDP.get_available_packet_count() return -1 if the socket is in error state. |