summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-08Merge pull request #19437 from volzhs/live-edit-reparent-childRémi Verschelde
Make same child index as edited scene when using live edit
2018-06-08Make same child index as edited scene when using live editvolzhs
2018-06-07Merge pull request #19428 from Calinou/tweak-scons-help-textsRémi Verschelde
Tweak some help texts in the build system
2018-06-07Tweak some help texts in the build systemHugo Locurcio
This also removes `unix_global_settings_path` from SConstruct since it is no longer used.
2018-06-07Merge pull request #19426 from guilhermefelipecgs/fix_cursor_regressionRémi Verschelde
Fix regression with cursor shape
2018-06-07Merge pull request #19413 from Faless/lws_3.0Rémi Verschelde
Update libwebsockets to version 3.0
2018-06-07Fix regression with cursor shapeGuilherme Felipe
2018-06-07Add libwebsocket 3.0 BSD fixFabio Alessandrelli
2018-06-07Bump libwebsockets to version 3.0.0Fabio Alessandrelli
2018-06-07Oops, for some reason gedit used this file as my notebook, though I made a ↵Juan Linietsky
new one.
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-06-07Merge pull request #19410 from swarnimarun/tween-stoppedMax Hilbrunner
Adding is_stopped method to Tween
2018-06-07Merge pull request #19373 from AlexHolly/filedialog-lineedit-changed-signalMax Hilbrunner
Expose lineedit
2018-06-07Adding is_stopped method to Tweensteincodes
2018-06-07Merge pull request #19399 from guilhermefelipecgs/fix_theme_changeRémi Verschelde
Fix theme not updating with changes
2018-06-07Add code owners for specific paths in the codebaseRémi Verschelde
https://blog.github.com/2017-07-06-introducing-code-owners/
2018-06-07Merge pull request #19408 from akien-mga/3rdparty-copyright-unbundlingRémi Verschelde
Update COPYRIGHT and allows unbundling libwebsockets and miniupnpc on Linux/BSD
2018-06-07Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
2018-06-07SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde
2018-06-07Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli
Add UPnP support (port forwarding, querying external IP)
2018-06-07Add UPnP support (port forwarding, querying external IP)mhilbrunner
2018-06-06Fix theme not updating with changesGuilherme Felipe
2018-06-06Merge pull request #19397 from Faless/ws_get_ip_portMax Hilbrunner
Fix LWSPeer get_connected_[host/port]
2018-06-06Merge pull request #19396 from KellyThomas/env-var-checkIgnacio Etcheverry
allow undefined GODOT_DEBUG_MSBUILD environment variable
2018-06-06Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli
2018-06-06allow undefined GODOT_DEBUG_MSBUILD environment variableKelly Thomas
2018-06-06Merge pull request #19388 from volzhs/show-filenameRémi Verschelde
Show opened script or help name
2018-06-06expose lineeditAlexander Holland
2018-06-06Show opened script or help namevolzhs
2018-06-05i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6)
2018-06-05i18n: Sync translation templates with current sourceRémi Verschelde
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
2018-06-05Merge pull request #19387 from neikeq/yIgnacio Etcheverry
Mono fixes and improvements
2018-06-05Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry
2018-06-05Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry
- Add option to print MSBuild's stdout and stderr instead of redirecting it. This can be enabled by setting the environment variable: Godot_DEBUG_MSBUILD=1
2018-06-05Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry
2018-06-05Merge pull request #19384 from guilhermefelipecgs/fix_loses_focusJuan Linietsky
[Inspector] Fix search field losing focus when typing
2018-06-05Doc: Fix typo in File documentationRémi Verschelde
Fixes #19383.
2018-06-05[Inspector] Fix search field losing focus when typingGuilherme Felipe
Fix #19382
2018-06-05Merge pull request #19378 from Faless/udp_bcastMax Hilbrunner
Set SO_BROADCAST socket option for UDP sockets.
2018-06-05Set SO_BROADCAST socket option for UDP sockets.Fabio Alessandrelli
2018-06-05Merge pull request #19377 from godotengine/revert-18172-fix_notificationRémi Verschelde
Revert "Prevent visibility notification from being called twice in object creation"
2018-06-05Revert "Prevent visibility notification from being called twice in object ↵Rémi Verschelde
creation"
2018-06-05Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde
Fixes ObjectDB leak printout with mono.
2018-06-04Merge pull request #19371 from guilhermefelipecgs/fix_rect2_propGeorge Marques
Fix Rect2 properties typo
2018-06-04Fix Rect2 properties typoGuilherme Felipe
2018-06-03Merge pull request #19332 from Faless/optional_net_pollMax Hilbrunner
Add option to disable automatic multiplayer poll in SceneTree
2018-06-03Dist: update script to make Steam icon setsRémi Verschelde
2018-06-03Add option to disable automatic multiplayer pollFabio Alessandrelli
Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks).
2018-06-01Merge pull request #19310 from hpvb/fix-mingw-static-mono-linkingRémi Verschelde
Fix Mono static linking on Mingw
2018-06-01Fix Mono static linking on MingwHein-Pieter van Braam