summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-10updated some particlematerial propertiesclayjohn
2018-06-10Merge pull request #19461 from touilleMan/correct-test_get_namesRémi Verschelde
Correct test list returned by test_get_names
2018-06-10Merge pull request #19459 from clayjohn/primitive_mesh_rangesRémi Verschelde
Updated Ranges for Primitive Mesh Properties
2018-06-09Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @Nallebeorn, @ibrahn, @KellyThomas, @ShyRed Thanks to all contributors and donors for making Godot possible! [ci skip]
2018-06-09Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner
TextEdit scaled selection
2018-06-09Merge pull request #19462 from volzhs/fix-autoload-dndMax Hilbrunner
Fix drag and drop autoload
2018-06-09Fix drag and drop autoloadvolzhs
2018-06-09Correct test list returned by test_get_namesEmmanuel Leblond
2018-06-08updated ranges for primitive meshesclayjohn
2018-06-08Bit more of visual polishJuan Linietsky
2018-06-08Remove the "go back" behavior in track editor for inspector based key ↵Juan Linietsky
editing, fixes #19434, fixes #19423
2018-06-08Properly update range and valid key range when keys are in/out of view, ↵Juan Linietsky
fixes #19433
2018-06-08Merge pull request #19452 from guilhermefelipecgs/fix_messagesRémi Verschelde
Fix translate messages for new AnimationPlayer
2018-06-08Fixed cursor not updating in some circumstances, closes #19430Juan Linietsky
2018-06-08Fix translate messages for new AnimationPlayerGuilherme Felipe
2018-06-08Disallow via add track for animation player to animate itself, fixes #19425Juan Linietsky
2018-06-08Avoid animation length from ever being completely, fixes #19420Juan Linietsky
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