Juan Linietsky
d81911490b
Moved most of the effect code to compute.
...
Simplifies it and improves performance.
Improves image barrier handling per mipmap on RenderingDeviceVulkan
2020-04-11 19:44:07 -03:00
Rémi Verschelde
ae42cb7b0a
Merge pull request #37304 from m4gr3d/implement_plugin_signals
...
Add signal support to Godot Android plugin
2020-04-10 18:42:20 +02:00
fhuya
948c3cbb88
Add signal support to Godot Android plugin:
...
Supports registering and emitting signal from a Godot Android plugin
2020-04-10 09:22:21 -07:00
Rémi Verschelde
0826b63c7e
Merge pull request #37450 from SkyLucilfer/profilerBug
...
Fix profiler frame number stops updating when window is minimized
2020-04-10 17:56:28 +02:00
Kiri Jolly
cc27b4560f
Othographic camera in-editor now uses Z near/far settings instead of a hardcoded value
...
Fixes #18809 .
The in-editor ortho camera used a far clipping plane of 8192 units, and was
placed 4096 units away from the camera cursor.
This was far enough to cause culling issues from floating point precision loss
on objects smaller than one unit.
This change modifies the near/far clipping planes of the ortho camera to use
those specified in the editor (and currently used by the perspective camera).
The frustum is still centered around the camera cursor location, as it was
before.
(cherry picked from commit 26912c15e6
)
2020-04-10 17:19:49 +02:00
Rémi Verschelde
35c8ec065c
Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settings
...
Update Android custom template build configuration
2020-04-10 13:57:56 +02:00
Rémi Verschelde
c52beb6adb
Merge pull request #37297 from dalexeev/doc_file
...
Improve the `File.store_{8,16,32,64}()` documentation
2020-04-10 13:27:29 +02:00
Rémi Verschelde
e383798327
Merge pull request #37344 from YeldhamDev/dialog_node_icons
...
Updade dialog node's icons
2020-04-10 13:13:24 +02:00
Rémi Verschelde
1e5f0d402b
Merge pull request #37383 from WARIO-MDMA/godotphysics-rename
...
Rename "GodotPhysics" to "GodotPhysics{2D,3D}"
2020-04-10 12:39:26 +02:00
Rémi Verschelde
67f7ba2645
Merge pull request #37395 from ThakeeNathees/collon-equal-parser-bug-fix
...
`:=` fails on some nodes fix : #37357
2020-04-10 12:36:44 +02:00
Rémi Verschelde
f33bba15b1
Merge pull request #37426 from pycbouh/docs-override-properties
...
Add more verbosity for property overrides in RST documentation
2020-04-10 12:25:47 +02:00
Rémi Verschelde
feeef52feb
Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docs
...
Clarify Dictionary duplicate parameters in docs
2020-04-10 12:14:39 +02:00
Rémi Verschelde
60f77fa059
Merge pull request #37509 from wazzy47/issue_36228
...
Add "preview_on_sphere" setting of material editor plugin
2020-04-10 12:08:51 +02:00
Rémi Verschelde
5566c5eb8d
Merge pull request #37517 from nekomatata/slider-grab-area-highlight
...
Add style for highlighted Slider grab area
2020-04-10 12:08:02 +02:00
Rémi Verschelde
d2b85ef642
Merge pull request #37530 from swarnimarun/patch_vs_01
...
VisualScript support for newly added Variant types
2020-04-10 12:06:38 +02:00
Rémi Verschelde
29651de583
Merge pull request #37565 from Calinou/builtin-script-warn-limitations
...
Warn about built-in script limitations in the script creation dialog
2020-04-10 12:02:57 +02:00
Rémi Verschelde
82e12a0f3e
Merge pull request #37566 from lucaslcode/clarify_autotile
...
clarify autotile_coord in docs
2020-04-10 12:02:01 +02:00
Rémi Verschelde
8d02dadaaa
Merge pull request #37602 from Janglee123/reversed-zoom-scale-animtion-player
...
Reversed timeline zoom slider of AnimationPlayer
2020-04-10 11:55:33 +02:00
Rémi Verschelde
56bee78b6e
Merge pull request #37629 from lupoDharkael/noise-unref
...
NoiseTexture: prevent race condition because of Ref::unref()
2020-04-10 11:52:10 +02:00
Rémi Verschelde
a152ef9a10
Merge pull request #37662 from qarmin/rasterizer_server_last
...
Free items before finishing rendering server
2020-04-10 11:50:13 +02:00
Rémi Verschelde
d41444b0d8
Merge pull request #37693 from lupoDharkael/remove-hint
...
Remove obsolete enums
2020-04-10 11:47:44 +02:00
Rémi Verschelde
95db658672
Merge pull request #37699 from lupoDharkael/committing-typo
...
Replace is_commiting_action with is_committing_action
2020-04-10 11:47:19 +02:00
Rémi Verschelde
9ab08f06c8
Merge pull request #37688 from theludovyc/dev
...
Remove unused ofs variable in Tree::_draw
2020-04-10 11:44:11 +02:00
Rémi Verschelde
ea2dfb8cc7
Merge pull request #37745 from nekomatata/vulkan-warnings-android
...
Fix extra warnings in Android build
2020-04-10 11:40:19 +02:00
PouleyKetchoupp
802bbe87ad
Fix extra warnings in Android build
2020-04-10 11:06:11 +02:00
Rémi Verschelde
4c36feb180
Merge pull request #37719 from bruvzg/macos_ignore_psn
...
Ignore process serial number argument passed by macOS Gatekeeper.
2020-04-10 10:44:05 +02:00
Rémi Verschelde
c2f0d58c36
Merge pull request #37722 from reduz/implement-softshadows
...
Support light size and soft shadows
2020-04-10 10:24:57 +02:00
Rémi Verschelde
7e93554961
Merge pull request #37744 from madmiraal/fix-X11-device-info-precision-loss
...
Fix loss of precision in X11 device info.
2020-04-10 10:09:12 +02:00
Rémi Verschelde
0cbcb7a6e6
Merge pull request #37742 from madmiraal/fix-engine-get_target_fps
...
Fix Engine get_target_fps() returning float instead of int.
2020-04-10 10:06:18 +02:00
bruvzg
e92a14ac5f
Ignore process serial number (-psn_...
) command line argument passed by macOS Gatekeeper.
2020-04-10 10:32:19 +03:00
Marcel Admiraal
9369b37f1f
Fix loss of precision in X11 device info.
2020-04-10 07:40:14 +01:00
Marcel Admiraal
0b9e95cac5
Fix Engine get_target_fps() returning float instead of int.
2020-04-10 06:48:22 +01:00
Rémi Verschelde
74d4321172
Merge pull request #37729 from akien-mga/travis-reenable-android
...
Travis: Re-enable Android builds
2020-04-09 23:32:46 +02:00
Rémi Verschelde
7c3ba8f2e7
Merge pull request #37728 from ThakeeNathees/missing-icon-xr-arvr-rename
...
ARVR -> XR rename icon missing fixed
2020-04-09 23:05:05 +02:00
Rémi Verschelde
526deb724a
Travis: Re-enable Android builds
2020-04-09 22:50:18 +02:00
Thakee Nathees
1532eefd4e
ARVR -> XR rename icon missing fixed
...
Fix : #37716
2020-04-10 02:11:21 +05:30
Rémi Verschelde
261e65be25
Merge pull request #37718 from Sauermann/master
...
Clarify documentation and indicate that rect_clip_content affects only CanvasItem based nodes
2020-04-09 22:26:36 +02:00
Markus Sauermann
3f19b5e0b3
Clarify documentation and indicate that rect_clip_content affects only CanvasItem based nodes.
...
Resolves #37683
2020-04-09 22:09:05 +02:00
Juan Linietsky
6a730ffeab
Support light size and soft shadows
2020-04-09 15:11:15 -03:00
Rémi Verschelde
4f5ad0734b
Merge pull request #37467 from HaSa1002/fix-vsproj
...
fixed modules not beeing added to vsproj
2020-04-09 15:31:58 +02:00
HaSa1002
0b615bb997
fixed modules not beeing added to vsproj
2020-04-09 15:15:52 +02:00
Rémi Verschelde
c5f71ecc6a
Merge pull request #37694 from BastiaanOlij/arvr_to_xr
...
The great ARVR to XR rename!
2020-04-09 09:44:24 +02:00
Bastiaan Olij
afc8c6391c
Renaming all ARVR nodes to XR
2020-04-09 15:33:01 +10:00
Rémi Verschelde
23d786d6fb
Merge pull request #36919 from nekomatata/android-vulkan-rendering
...
Vulkan rendering support on Android
2020-04-09 00:16:26 +02:00
lupoDharkael
5021dcfcd6
Remove obsolete enums
2020-04-08 20:44:01 +02:00
Rémi Verschelde
b3310a0074
Merge pull request #37689 from Calinou/doc-improve-cameraserver
...
Improve the CameraServer and CameraFeed class documentations
2020-04-08 20:35:48 +02:00
theludovyc
875c994109
Remove unused ofs variable
2020-04-08 20:00:43 +02:00
WARIO-MDMA
6d5c6ffbe0
Rename "GodotPhysics" to "GodotPhysics{2D,3D}"
2020-04-09 03:13:33 +10:00
Juan Linietsky
26ecd924cc
Merge pull request #37678 from reduz/refactor-shadowmapping
...
Refactored shadowmapping.
2020-04-08 13:59:10 -03:00
lupoDharkael
406c2790e3
Replace is_commiting_action with is_committing_action
2020-04-08 18:52:04 +02:00