|
|
b76143bfde
|
Remove error messages
|
2018-06-21 18:46:17 -03:00 |
|
|
|
b80946ee0d
|
Fix crashes, ability to add blendpsace into blendtree, ability to delete with delete key
|
2018-06-21 18:08:11 -03:00 |
|
|
|
a0719533bd
|
Animation Blend Spaces
|
2018-06-21 15:46:11 -03:00 |
|
|
|
0254616c37
|
Merge pull request #19690 from rodolforg/fix-gltf-import-parameters
fix default glTF metallic & roughness factor values
|
2018-06-21 08:35:28 +02:00 |
|
|
|
01b01209a3
|
fix default glTF metallic & roughness factor values
The glTF 2.0 spec says that these pbrMetallicRoughness material
properties should be set as 1.0 by default.
In fact, KhronosGroup's official Blender Exporter does not even write
down those parameters if they are set as 1.0.
However, Godot import them as 0.0.
https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#pbrmetallicroughness
Fixes: #19613 https://github.com/godotengine/godot/issues/19613
|
2018-06-21 00:00:58 -03:00 |
|
|
|
a9acdd84b7
|
Merge pull request #19662 from marcelofg55/profiler_update
Fix profiler not updating on realtime
|
2018-06-20 08:39:18 +02:00 |
|
|
|
d433310580
|
Merge pull request #19663 from marcelofg55/add_child_below_node
Add missing NULL checks for add_child_below_node
|
2018-06-20 05:01:31 +02:00 |
|
|
|
8c1c7ff131
|
Add missing NULL checks for add_child_below_node
|
2018-06-19 22:47:34 -03:00 |
|
|
|
34045051d2
|
Fix profiler not updating on realtime
|
2018-06-19 21:42:29 -03:00 |
|
|
|
fb5fc04230
|
Merge pull request #19654 from maksloboda/color-bug
Invalid color picker values fixed
|
2018-06-20 00:01:21 +02:00 |
|
|
|
83b98785b3
|
Fixed float Color conversions to int types
|
2018-06-19 22:19:08 +03:00 |
|
|
|
ff01fd57bc
|
Merge pull request #19591 from BastiaanOlij/gdnative_android
Android platform dependent entry points for GDNative
|
2018-06-19 14:44:41 +02:00 |
|
|
|
1697cbb4bb
|
Add access for GDNative modules to some platform dependent internals on Android
|
2018-06-19 17:49:23 +10:00 |
|
|
|
0a1c1c660f
|
-Added AnimationGraphPlayer (still missing features)
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
|
2018-06-18 22:12:08 -03:00 |
|
|
|
5c5aafabec
|
Merge pull request #19632 from vnen/fix-editor-autoload-register
Fix order to register autoloads in-editor
|
2018-06-18 18:52:09 -03:00 |
|
|
|
08c6cc668a
|
Merge pull request #19631 from guilhermefelipecgs/fix_animation_player_crash
Prevent animation player crash
|
2018-06-18 23:30:53 +02:00 |
|
|
|
41b962fc9c
|
Merge pull request #19612 from Zylann/get_ticks_usec
Expose OS.get_ticks_usec()
|
2018-06-18 21:35:55 +02:00 |
|
|
|
4705dc4f00
|
Expose OS.get_ticks_usec()
|
2018-06-18 21:03:55 +02:00 |
|
|
|
b75ad7b6b0
|
Prevent animation player crash
|
2018-06-18 15:57:15 -03:00 |
|
|
|
e1338ac0eb
|
Fix order to register autoloads in-editor
|
2018-06-18 15:52:46 -03:00 |
|
|
|
db913cb9b8
|
Merge pull request #19626 from romlok/viewporttexturedoc
Add longer description to ViewportTexture doc
|
2018-06-18 16:39:26 +02:00 |
|
|
|
cf63abac36
|
Add longer description to ViewportTexture doc
|
2018-06-18 16:35:17 +02:00 |
|
|
|
d1b3f36eab
|
Added description for abs function in Rect2
|
2018-06-18 15:25:13 +02:00 |
|
|
|
1d2ed8885d
|
Merge pull request #19573 from guilhermefelipecgs/fix_animation_preview
[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
|
2018-06-18 15:11:06 +02:00 |
|
|
|
e19da5ab6a
|
Merge pull request #19589 from NathanWarden/build_solutions_force_editor
The build-solutions flag now forces editor mode.
|
2018-06-18 15:00:38 +02:00 |
|
|
|
88cc8074d0
|
Merge pull request #19622 from mhilbrunner/docs-builtins
[DOCS] Builtin keywords because search is terribad
|
2018-06-18 04:26:16 +02:00 |
|
|
|
5002db6be1
|
[DOCS] Builtin keywords because search is terribad
|
2018-06-18 04:25:27 +02:00 |
|
|
|
1bb7f4b2bc
|
Merge pull request #19615 from romlok/viewporttexturedoc
Add a little to ViewportTexture docs
|
2018-06-18 03:44:23 +02:00 |
|
|
|
419e3492d4
|
Merge pull request #19621 from mhilbrunner/docs-treeitem
[DOCS] TreeItem: Small fix for remove_child()
|
2018-06-18 03:29:06 +02:00 |
|
|
|
25b5242d9f
|
[DOCS] TreeItem: Small fix for remove_child()
|
2018-06-18 03:28:26 +02:00 |
|
|
|
970fd43492
|
Merge pull request #19620 from mhilbrunner/docs-inputeventmousebutton
[DOCS] InputEventMouseButton: Factor
|
2018-06-18 03:20:53 +02:00 |
|
|
|
03250259d3
|
[DOCS] InputEventMouseButton: Factor
|
2018-06-18 03:19:41 +02:00 |
|
|
|
b820056b38
|
Add a little to ViewportTexture docs
|
2018-06-17 20:34:05 +02:00 |
|
|
|
a74e151420
|
Merge pull request #19595 from akien-mga/reflectionprobe-extents
Fix property hint for ReflectionProbe extents
|
2018-06-16 11:10:42 +02:00 |
|
|
|
2fabb81318
|
Fix property hint for ReflectionProbe extents
|
2018-06-16 09:28:54 +02:00 |
|
|
|
78fbf507f0
|
Merge pull request #19585 from touilleMan/pluginscript-working-exports
[Pluginscript] Fix not working exports in editor
|
2018-06-16 00:17:20 +02:00 |
|
|
|
03bb14bcc5
|
The build-solutions flag now forces editor mode.
|
2018-06-15 17:08:59 -05:00 |
|
|
|
380b85a32f
|
[Pluginscript] Fix not working exports in editor
|
2018-06-15 23:11:20 +02:00 |
|
|
|
db345b6554
|
Merge pull request #19587 from marcelofg55/audioserver_update_remove
Removed unused AudioServer::update function
|
2018-06-15 23:09:08 +02:00 |
|
|
|
d145ec1c85
|
Merge pull request #19583 from letheed/doc-vector2
Fix Vector2 doc of floor, add ceil doc
|
2018-06-15 22:35:43 +02:00 |
|
|
|
c8a5145a6d
|
Removed unused AudioServer::update function
|
2018-06-15 14:13:33 -03:00 |
|
|
|
d759d25aca
|
Fix Vector2 doc of floor, add ceil doc
|
2018-06-15 19:08:19 +02:00 |
|
|
|
4c41f6c2ad
|
Merge pull request #19568 from guilhermefelipecgs/fix_editor_def
Fix path typo for editor def capitalize_properties
|
2018-06-15 17:11:46 +02:00 |
|
|
|
3511a7ac7e
|
Fix path typo for editor def capitalize_properties
|
2018-06-15 11:51:09 -03:00 |
|
|
|
a2e12a5ce5
|
Merge pull request #19547 from akien-mga/travis-mono
Travis: Add Mono build on X11/GCC with tools
|
2018-06-15 13:32:36 +02:00 |
|
|
|
7bf0c134a7
|
Travis: Build Mono module in linux tools job
|
2018-06-15 13:10:21 +02:00 |
|
|
|
c58f73fd35
|
Travis: Make dependencies follow the matrix requirements
Also make the coverity addon only applied to the static checks build job.
|
2018-06-15 12:36:35 +02:00 |
|
|
|
f827dcba44
|
Travis: Cleanup build matrix
Remove unused MinGW config, switch server build to gcc/tools.
Update COVERITY_SCAN_TOKEN's secure.
|
2018-06-15 12:36:33 +02:00 |
|
|
|
d4bdbbc7d4
|
Merge pull request #19553 from guilhermefelipecgs/fix_solarized_theme
Small improvement to solarized theme
|
2018-06-15 10:46:48 +02:00 |
|
|
|
f2cd1e0c15
|
Merge pull request #19544 from RandomShaper/gltf-shapes-names
Import morph target names from glTF
|
2018-06-15 09:33:44 +02:00 |
|