Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | Merge pull request #19373 from AlexHolly/filedialog-lineedit-changed-signal | Max Hilbrunner | |
Expose lineedit | |||
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 | |
2018-06-01 | Merge pull request #19250 from YeldhamDev/scene_editor_tooltips | Rémi Verschelde | |
Minor changes to the Scene and Canvas editors' tooltips | |||
2018-06-01 | Merge pull request #19280 from clktmr/master | Rémi Verschelde | |
Add cli paramerter --check-only for script parsing | |||
2018-06-01 | Merge pull request #19299 from oliverrausch/master | Rémi Verschelde | |
Fix return type of isnan and isinf in the shader language | |||
2018-06-01 | Fix return type of isnan and isinf in the shader language | Oliver Rausch | |
2018-05-31 | Add cli paramerter --check-only for script parsing | Timur Celik | |
2018-05-31 | Merge pull request #19263 from vnen/fix-get-return | Rémi Verschelde | |
Fix return type of _get() virtual method | |||
2018-05-31 | Revert "Revert "Prevent visibility notification been called twice in object ↵ | Rémi Verschelde | |
creation"" This reverts commit 4d277b96ad581358f63870ae051dc73b69c82cd7. Woops, this wasn't meant to be committed. I just reverted it locally to test something, nothing wrong with the original commit :) | |||
2018-05-31 | makerst.py: Properly escape \ for rst | Rémi Verschelde | |
Fixes godotengine/godot-docs#1486. | |||
2018-05-31 | Revert "Prevent visibility notification been called twice in object creation" | Rémi Verschelde | |
This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872. | |||
2018-05-31 | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | |
2018-05-31 | Merge pull request #19270 from akien-mga/recast-buildsystem | Rémi Verschelde | |
Move NavigationMeshEditorPlugin to Recast module as should be | |||
2018-05-30 | Merge pull request #19278 from karroffel/image-rgbe-srgb | Juan Linietsky | |
added rgbe_to_srgb method to Image | |||
2018-05-30 | Merge pull request #19261 from YeldhamDev/logger_period_fix | Rémi Verschelde | |
Don't add a period to a log file name if it has no extension |