summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-08Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde
Fix bugs related to bad handling of rotated/translated shapes in tilemap
2018-06-08Merge pull request #19443 from eska014/html5-audio-refactorRémi Verschelde
Detect channel count and mix rate in HTML5 audio driver
2018-06-08Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
2018-06-08Merge pull request #19340 from BastiaanOlij/particle_docsMax Hilbrunner
Added some documentation to particles
2018-06-08Merge pull request #19314 from Jellonator/masterRémi Verschelde
Added autotile override
2018-06-08Merge pull request #19407 from AndreaCatania/impTriMeshRémi Verschelde
Added functions to get trimesh info
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-08Detect channel count, mix rate, and buffer length in HTML5 audio driverLeon Krause
Refactor WebAudio driver.
2018-06-08Added some documentation to particlesBastiaan Olij
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-07Added functions to get trimesh infoAndrea Catania
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-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
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