Commit graph

14748 commits

Author SHA1 Message Date
Rémi Verschelde 76875ba145
Merge pull request #19494 from clayjohn/doc_viewport
Updated Viewport docs
2018-06-11 09:20:50 +02:00
Rémi Verschelde 9d65c0f195
Merge pull request #19492 from clayjohn/particle_properties
updated some ParticleMaterial properties
2018-06-11 09:20:05 +02:00
Rémi Verschelde 1319f3852d
Merge pull request #19489 from Nallebeorn/csg-reparent
Fix CSG issues when reparenting shape nodes.
2018-06-11 09:19:06 +02:00
clayjohn 650ebdc832 updated Viewport docs to correct wrong information and fill out empty sections 2018-06-10 11:40:25 -07:00
clayjohn fafa197ca5 updated some particlematerial properties 2018-06-10 11:15:02 -07:00
Benjamin 1535ffab06 Fix CSG issues when reparenting shape nodes. 2018-06-10 17:54:42 +02:00
Rémi Verschelde acd9646ede
Merge pull request #19461 from touilleMan/correct-test_get_names
Correct test list returned by test_get_names
2018-06-10 12:51:50 +02:00
Rémi Verschelde fc00af99ce
Merge pull request #19459 from clayjohn/primitive_mesh_ranges
Updated Ranges for Primitive Mesh Properties
2018-06-10 12:48:38 +02:00
Rémi Verschelde a18fe06773 Update AUTHORS and DONORS list
New contributors added to AUTHORS:
@Nallebeorn, @ibrahn, @KellyThomas, @ShyRed

Thanks to all contributors and donors for making Godot possible!

[ci skip]
2018-06-09 22:05:33 +02:00
Max Hilbrunner e949230837
Merge pull request #18298 from gabrii/TextEditScaledSelection
TextEdit scaled selection
2018-06-09 19:35:48 +02:00
Max Hilbrunner 0c2622a856
Merge pull request #19462 from volzhs/fix-autoload-dnd
Fix drag and drop autoload
2018-06-09 19:21:15 +02:00
volzhs 12f93e9a0e Fix drag and drop autoload 2018-06-09 20:07:58 +09:00
Emmanuel Leblond 7e3b605ff4
Correct test list returned by test_get_names 2018-06-09 13:02:05 +02:00
clayjohn 14acc61ce1 updated ranges for primitive meshes 2018-06-08 23:49:00 -07:00
Juan Linietsky 257d3c3f39 Bit more of visual polish 2018-06-08 21:03:27 -03:00
Juan Linietsky e5b876e92a Remove the "go back" behavior in track editor for inspector based key editing, fixes #19434, fixes #19423 2018-06-08 19:21:26 -03:00
Juan Linietsky 66871322b9 Properly update range and valid key range when keys are in/out of view, fixes #19433 2018-06-08 17:58:37 -03:00
Rémi Verschelde 30491a88f3
Merge pull request #19452 from guilhermefelipecgs/fix_messages
Fix translate messages for new AnimationPlayer
2018-06-08 21:21:04 +02:00
Juan Linietsky c8289d95cd Fixed cursor not updating in some circumstances, closes #19430 2018-06-08 16:08:24 -03:00
Guilherme Felipe 365bb077fe Fix translate messages for new AnimationPlayer 2018-06-08 14:44:18 -03:00
Juan Linietsky 7572b31a39 Disallow via add track for animation player to animate itself, fixes #19425 2018-06-08 13:59:29 -03:00
Juan Linietsky 9cb17d7af8 Avoid animation length from ever being completely, fixes #19420 2018-06-08 13:42:45 -03:00
Rémi Verschelde 3aed396a30
Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation
Fix bugs related to bad handling of rotated/translated shapes in tilemap
2018-06-08 18:15:51 +02:00
Rémi Verschelde 69058d33fc
Merge pull request #19443 from eska014/html5-audio-refactor
Detect channel count and mix rate in HTML5 audio driver
2018-06-08 18:04:59 +02:00
Juan Linietsky a8dd5750e2
Merge pull request #19334 from guilhermefelipecgs/fix_popup
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
2018-06-08 13:00:53 -03:00
Max Hilbrunner 6f328420c3
Merge pull request #19340 from BastiaanOlij/particle_docs
Added some documentation to particles
2018-06-08 11:38:35 +02:00
Rémi Verschelde f35115309b
Merge pull request #19314 from Jellonator/master
Added autotile override
2018-06-08 09:11:49 +02:00
Rémi Verschelde 185ac7acd9
Merge pull request #19407 from AndreaCatania/impTriMesh
Added functions to get trimesh info
2018-06-08 08:31:10 +02:00
Rémi Verschelde a6c9b11de1
Merge pull request #19437 from volzhs/live-edit-reparent-child
Make same child index as edited scene when using live edit
2018-06-08 08:10:46 +02:00
Leon Krause 8d3ca2c137 Detect channel count, mix rate, and buffer length in HTML5 audio driver
Refactor WebAudio driver.
2018-06-08 02:50:58 +02:00
Bastiaan Olij c4dfef58d9 Added some documentation to particles 2018-06-08 09:27:06 +10:00
volzhs cad3c41a91 Make same child index as edited scene when using live edit 2018-06-08 07:40:43 +09:00
Rémi Verschelde 2db0c615dd
Merge pull request #19428 from Calinou/tweak-scons-help-texts
Tweak some help texts in the build system
2018-06-07 22:23:50 +02:00
Hugo Locurcio d54b5da940
Tweak some help texts in the build system
This also removes `unix_global_settings_path` from SConstruct
since it is no longer used.
2018-06-07 21:40:54 +02:00
Rémi Verschelde 3d5aabe7fc
Merge pull request #19426 from guilhermefelipecgs/fix_cursor_regression
Fix regression with cursor shape
2018-06-07 21:24:00 +02:00
Rémi Verschelde 807dd4997c
Merge pull request #19413 from Faless/lws_3.0
Update libwebsockets to version 3.0
2018-06-07 21:15:40 +02:00
Guilherme Felipe aa53c032ed Fix regression with cursor shape 2018-06-07 15:12:59 -03:00
Fabio Alessandrelli 333e398413 Add libwebsocket 3.0 BSD fix 2018-06-07 18:07:35 +02:00
Fabio Alessandrelli e56a3c1dc4 Bump libwebsockets to version 3.0.0 2018-06-07 18:07:35 +02:00
Juan Linietsky efdd0c4b89 Oops, for some reason gedit used this file as my notebook, though I made a new one. 2018-06-07 12:52:00 -03:00
Juan Linietsky b659fd6d74 Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
Max Hilbrunner 3cd09cd943
Merge pull request #19410 from swarnimarun/tween-stopped
Adding is_stopped method to Tween
2018-06-07 17:49:06 +02:00
Max Hilbrunner 0d7fa5f6ee
Merge pull request #19373 from AlexHolly/filedialog-lineedit-changed-signal
Expose lineedit
2018-06-07 17:46:16 +02:00
Andrea Catania 0b7c4db5ee Added functions to get trimesh info 2018-06-07 15:46:17 +02:00
steincodes d3483d8c1e Adding is_stopped method to Tween 2018-06-07 17:14:31 +05:30
Rémi Verschelde 9d23f1bf1a
Merge pull request #19399 from guilhermefelipecgs/fix_theme_change
Fix theme not updating with changes
2018-06-07 11:47:21 +02:00
Rémi Verschelde 952fe9d506 Add code owners for specific paths in the codebase
https://blog.github.com/2017-07-06-introducing-code-owners/
2018-06-07 11:38:38 +02:00
Rémi Verschelde 37d01b057d
Merge pull request #19408 from akien-mga/3rdparty-copyright-unbundling
Update COPYRIGHT and allows unbundling libwebsockets and miniupnpc on Linux/BSD
2018-06-07 11:23:50 +02:00
Rémi Verschelde d0811ed3f9 Thirdparty: Fill copyright for lws, miniupnpc, clipper
Rename `lws` to `libwebsockets` which is its library name.

Add missing license file for mbedtls.
2018-06-07 10:46:05 +02:00
Rémi Verschelde 7d392cd6f4 SCons: Allow unbundling libwebsockets and miniupnpc 2018-06-07 10:42:30 +02:00