Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-08 | Merge pull request #19437 from volzhs/live-edit-reparent-child | Rémi Verschelde | |
Make same child index as edited scene when using live edit | |||
2018-06-08 | Make same child index as edited scene when using live edit | volzhs | |
2018-06-07 | Merge pull request #19428 from Calinou/tweak-scons-help-texts | Rémi Verschelde | |
Tweak some help texts in the build system | |||
2018-06-07 | Tweak some help texts in the build system | Hugo Locurcio | |
This also removes `unix_global_settings_path` from SConstruct since it is no longer used. | |||
2018-06-07 | Merge pull request #19426 from guilhermefelipecgs/fix_cursor_regression | Rémi Verschelde | |
Fix regression with cursor shape | |||
2018-06-07 | Merge pull request #19413 from Faless/lws_3.0 | Rémi Verschelde | |
Update libwebsockets to version 3.0 | |||
2018-06-07 | Fix regression with cursor shape | Guilherme Felipe | |
2018-06-07 | Add libwebsocket 3.0 BSD fix | Fabio Alessandrelli | |
2018-06-07 | Bump libwebsockets to version 3.0.0 | Fabio Alessandrelli | |
2018-06-07 | Oops, for some reason gedit used this file as my notebook, though I made a ↵ | Juan Linietsky | |
new one. | |||
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky | |
2018-06-07 | Merge pull request #19410 from swarnimarun/tween-stopped | Max Hilbrunner | |
Adding is_stopped method to Tween | |||
2018-06-07 | Merge pull request #19373 from AlexHolly/filedialog-lineedit-changed-signal | Max Hilbrunner | |
Expose lineedit | |||
2018-06-07 | Adding is_stopped method to Tween | steincodes | |
2018-06-07 | Merge pull request #19399 from guilhermefelipecgs/fix_theme_change | Rémi Verschelde | |
Fix theme not updating with changes | |||
2018-06-07 | Add code owners for specific paths in the codebase | Rémi Verschelde | |
https://blog.github.com/2017-07-06-introducing-code-owners/ | |||
2018-06-07 | Merge pull request #19408 from akien-mga/3rdparty-copyright-unbundling | Rémi Verschelde | |
Update COPYRIGHT and allows unbundling libwebsockets and miniupnpc on Linux/BSD | |||
2018-06-07 | Thirdparty: Fill copyright for lws, miniupnpc, clipper | Rémi Verschelde | |
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls. | |||
2018-06-07 | SCons: Allow unbundling libwebsockets and miniupnpc | Rémi Verschelde | |
2018-06-07 | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli | |
Add UPnP support (port forwarding, querying external IP) | |||
2018-06-07 | Add UPnP support (port forwarding, querying external IP) | mhilbrunner | |
2018-06-06 | Fix theme not updating with changes | Guilherme Felipe | |
2018-06-06 | Merge pull request #19397 from Faless/ws_get_ip_port | Max Hilbrunner | |
Fix LWSPeer get_connected_[host/port] | |||
2018-06-06 | Merge pull request #19396 from KellyThomas/env-var-check | Ignacio Etcheverry | |
allow undefined GODOT_DEBUG_MSBUILD environment variable | |||
2018-06-06 | Fix LWSPeer get_connected_[host/port] | Fabio Alessandrelli | |
2018-06-06 | allow undefined GODOT_DEBUG_MSBUILD environment variable | Kelly Thomas | |
2018-06-06 | Merge pull request #19388 from volzhs/show-filename | Rémi Verschelde | |
Show opened script or help name | |||
2018-06-06 | expose lineedit | Alexander Holland | |
2018-06-06 | Show opened script or help name | volzhs | |
2018-06-05 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6) | |||
2018-06-05 | i18n: Sync translation templates with current source | Rémi Verschelde | |
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b) | |||
2018-06-05 | Merge pull request #19387 from neikeq/y | Ignacio Etcheverry | |
Mono fixes and improvements | |||
2018-06-05 | Mono: Add 'View log' button to open the MSBuild log of a build | Ignacio Etcheverry | |
2018-06-05 | Mono: Fix passing wrong logger assembly path to MSBuild | Ignacio 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-05 | Mono: Null checks when marshaling from MonoArray* and managed Dictionary | Ignacio Etcheverry | |
2018-06-05 | Merge pull request #19384 from guilhermefelipecgs/fix_loses_focus | Juan Linietsky | |
[Inspector] Fix search field losing focus when typing | |||
2018-06-05 | Doc: Fix typo in File documentation | Rémi Verschelde | |
Fixes #19383. | |||
2018-06-05 | [Inspector] Fix search field losing focus when typing | Guilherme Felipe | |
Fix #19382 | |||
2018-06-05 | Merge pull request #19378 from Faless/udp_bcast | Max Hilbrunner | |
Set SO_BROADCAST socket option for UDP sockets. | |||
2018-06-05 | Set SO_BROADCAST socket option for UDP sockets. | Fabio Alessandrelli | |
2018-06-05 | Merge pull request #19377 from godotengine/revert-18172-fix_notification | Rémi Verschelde | |
Revert "Prevent visibility notification from being called twice in object creation" | |||
2018-06-05 | Revert "Prevent visibility notification from being called twice in object ↵ | Rémi Verschelde | |
creation" | |||
2018-06-05 | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-mono | Rémi Verschelde | |
Fixes ObjectDB leak printout with mono. | |||
2018-06-04 | Merge pull request #19371 from guilhermefelipecgs/fix_rect2_prop | George Marques | |
Fix Rect2 properties typo | |||
2018-06-04 | Fix Rect2 properties typo | Guilherme Felipe | |
2018-06-03 | Merge pull request #19332 from Faless/optional_net_poll | Max Hilbrunner | |
Add option to disable automatic multiplayer poll in SceneTree | |||
2018-06-03 | Dist: update script to make Steam icon sets | Rémi Verschelde | |
2018-06-03 | Add option to disable automatic multiplayer poll | Fabio 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-01 | Merge pull request #19310 from hpvb/fix-mingw-static-mono-linking | Rémi Verschelde | |
Fix Mono static linking on Mingw | |||
2018-06-01 | Fix Mono static linking on Mingw | Hein-Pieter van Braam | |