Commit Graph

18113 Commits

Author SHA1 Message Date
37e198c320 Merge pull request #23483 from clayjohn/fragment_camera_view
Make VIEW vector available in fragment shader
2018-12-11 20:44:41 +01:00
1b038bed94 Merge pull request #23932 from muiroc/es2_viewport_size_builtin
GLES2 implemented VIEWPORT_SIZE builtin for spatial shader
2018-12-11 20:44:11 +01:00
2042d6214e make VIEW vector available in fragment 2018-12-11 09:44:38 -08:00
5ff403b3b0 Merge pull request #23361 from mrcdk/wav_loop_backward
Add backward looping support to AudioStreamSample (wav files)
2018-12-11 18:43:18 +01:00
13d037b200 Merge pull request #21471 from RodZill4/issue_11893
Fixed issue #11893 (SpinBox capturing mouse)
2018-12-11 18:16:29 +01:00
2827ee77d0 gles2 implemented VIEWPORT_SIZE builtin for spatial shader 2018-12-11 18:11:07 +01:00
3f9c054163 Merge pull request #23887 from ibrahn/dirty-material-list-lifetime
Moved dirty material lists from static to lifetime controlled by main.
2018-12-11 18:05:19 +01:00
4c41e29c8e Merge pull request #23923 from bruvzg/ime_gdscript
Changes IME to make it possible to use it from gdscript/gdnative
2018-12-11 18:00:48 +01:00
573956915e Merge pull request #22461 from dlasalle/#10480
Hide shading options in SpatialMaterial when 'FLAG_UNSHADED' is set.
2018-12-11 16:12:56 +01:00
022ae53191 Merge pull request #23126 from QbieShay/nine_uv
UV for ninepatch now maps to the proper  ninepatch mapped UV.
2018-12-11 16:05:20 +01:00
0a9a2b1d62 Merge pull request #24163 from clayjohn/light_uv_const
Make LIGHT_UV constant in canvas_item light shader
2018-12-11 15:25:18 +01:00
55089d0b1a Merge pull request #24224 from BastiaanOlij/flip_bitangent
Reverse bitangent on everythings
2018-12-11 15:21:43 +01:00
244cc11edd Merge pull request #24266 from JoaoAlvaroFerreira/master
Fixes docs displaying error if xml has parentheses after brackets
2018-12-11 14:07:07 +01:00
1a82877acc Merge pull request #24278 from MarianoGnu/script_editor
Fix "index -1 out of range" error spam. Fixes #24277
2018-12-11 14:06:08 +01:00
a720993cc8 Enabled rst files to escape for parentheses after brackets 2018-12-11 12:58:57 +00:00
1884952ae3 Fix "index -1 out of range" error spam when the Editor is using translations. Fixes #24277 2018-12-11 08:26:36 -03:00
21593ff5bb Merge pull request #24270 from YeldhamDev/search_help_blocked_fix
Fix "blocked > 0" error when selecting an item in the Search Help dialog
2018-12-11 12:18:04 +01:00
133031c65e Fix "blocked > 0" error when selecting an item in the Search Help dialog 2018-12-11 00:43:13 -02:00
0838eca063 Fixed issue #11893 (SpinBox Capturing mouse)
To prevent the SpinBox from capturing mouse, added a "drag.allowed"
variable that is set to true only when clicking inside the control.
Entering the control with the left mouse button pressed will not
trigger drag anymore.

Also modified the value update code when dragging so it does not
modify the base_val.
2018-12-10 19:33:04 +01:00
fa024537a3 Merge pull request #24258 from volzhs/libwebp-1.0.1
Update libwebp to 1.0.1
2018-12-10 14:58:13 +01:00
d4133ac844 Update libwebp to 1.0.1 2018-12-10 22:34:39 +09:00
ca06e656be Merge pull request #24256 from Xrayez/fix-24237
Properly reselect duplicated visual shader nodes
2018-12-10 14:30:14 +01:00
feb12559e6 Properly reselect duplicated visual shader nodes
This makes it much easier to drag duplicated nodes away from original ones.
2018-12-10 14:20:58 +02:00
9105538b45 TinyEXR: Sync with upstream master branch
Fixes #24247.
2018-12-10 08:15:16 +01:00
bf59b73250 Merge pull request #20609 from YeldhamDev/menu_hover_explicit
Make opening menus with the same parent on mouse focus explicit
2018-12-09 23:15:33 +01:00
3a312dbd32 Merge pull request #20725 from Calinou/textedit-subtle-indent-guides
Use more subtle indentation guides in the script editor
2018-12-09 23:10:32 +01:00
286f52c70a Merge pull request #20745 from Zylann/heightmap_from_image
Allow to create a heightmap collision shape from an image
2018-12-09 23:08:51 +01:00
1830b122e1 Merge pull request #24221 from YeldhamDev/deprecate_animation_tree_player
Warn about AnimationTreePlayer's deprecation
2018-12-09 21:46:34 +01:00
dc54ee18ae Merge pull request #24236 from Xrayez/fix-20212
Fix duplicating visual shader nodes
2018-12-09 21:45:05 +01:00
05905b08e7 Merge pull request #24246 from YeldhamDev/control_cleanup_top_editor
Cleanup some unused controls in the editor's top bar
2018-12-09 21:20:16 +01:00
bc9cb0e6cd Cleanup some unused controls in the editor's top bar 2018-12-09 17:51:30 -02:00
a491824ec0 Warn about AnimationTreePlayer's deprecation 2018-12-09 12:39:37 -02:00
86eb6951c7 Fix duplicating visual shader nodes 2018-12-09 15:37:57 +02:00
a91ef35d36 Merge pull request #24231 from YeldhamDev/script_file_menu_changes
Minor changes to the File menu in the Script Editor
2018-12-09 13:56:15 +01:00
a3ffc8bc20 Merge pull request #24223 from vnen/gdscript-better-type-compatible
Fix type-compatibilty check in GDScript
2018-12-09 11:41:00 +01:00
f468204d70 Merge pull request #24219 from guilhermefelipecgs/fix_z_index_auto_tile
Fix AutoTile z-index not persisting correctly
2018-12-09 11:40:27 +01:00
c9550b800a Merge pull request #23438 from zorbathut/zorbathut/csharpinstance
Implement CSharpScript::get_script_method_list and related functionality.
2018-12-08 22:08:18 +01:00
1bb14971e5 Minor changes to the File menu in the Script Editor 2018-12-08 15:59:15 -02:00
b26487a2b4 Tweaks after feedback 2018-12-08 00:54:12 -08:00
f13f2d512f Implement CSharpScript::get_script_method_list and related functionality. 2018-12-07 23:54:40 -08:00
fa63a0fe83 Reverse bitangent on everythings to ensure default normal map behavriour is consistent 2018-12-08 13:43:46 +11:00
74a3bf72f0 Fix type-compatibilty check in GDScript
Objects and PoolArrays are properly tested for conversion.
2018-12-07 23:53:45 -02:00
33ca76e15d Fix AutoTile z-index not persisting correctly 2018-12-07 23:51:49 -02:00
41d1dba35f Merge pull request #22431 from DualMatrix/pivot
Fixed pivot tool not setting position of Controls correctly
2018-12-07 23:18:27 +01:00
4191e5316b Merge pull request #22437 from DualMatrix/wrong_prop_warning
Added warning when trying to load resource of wrong type in editor.
2018-12-07 23:17:43 +01:00
9b78147bce Merge pull request #22535 from DualMatrix/editor_value_cap
Fixed editor inspector ranges capping values at 65535.
2018-12-07 23:15:48 +01:00
fa91944c06 Merge pull request #22630 from dualtagh/22478
22478: Can't duplicate folder with another folder inside
2018-12-07 23:12:06 +01:00
d303a7e6d7 Merge pull request #22680 from lupoDharkael/color-picker-presets
ColorPicker: extend access to presets from gds
2018-12-07 22:39:12 +01:00
dc2fadc14d Merge pull request #22733 from guilhermefelipecgs/fix_wm_class
[x11] Use "application/config/name" for WM_CLASS
2018-12-07 22:35:17 +01:00
49ac23e29f Merge pull request #19914 from guilhermefelipecgs/add_z_index_autotile
Add Z-Index for Autotile
2018-12-07 22:33:06 +01:00