4f36b2df2a
Fix parser stuck in an error loop
2022-07-11 02:42:40 +03:00
75f7e1fbf8
Fix some properties having an invalid float step of 0
...
This also clamps the float step in the editor to the lowest value
that is guaranteed to work in all situations (including for 32-bit
floats).
2022-07-10 22:56:59 +02:00
e9344f5154
Remove outdated code path
2022-07-10 20:48:33 +02:00
f4a7450216
Fix too thin underline in brace match
2022-07-10 18:23:03 +02:00
0f18bd244e
Fix dead link in TAA resolve shader comment
...
Spartan Engine has recently removed its own internal TAA in favor
of FSR 2.0. The link has been changed to point to a fixed commit,
so the link will keep working as long as the repository exists.
2022-07-09 22:51:54 +02:00
af19501cc7
Seperate filter and description in FileDialog.add_filter()
2022-07-09 10:51:45 -05:00
e4067064ce
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
2022-07-09 10:47:08 -05:00
5f0cad8cfa
Document the timeout property in HTTPRequest
2022-07-08 23:24:45 +02:00
1b98e904d0
Flush accumulated input events on iOS
2022-07-08 21:37:07 +02:00
d26442e709
Merge pull request #60739 from KoBeWi/add_static_methods_everywhere!!
2022-07-08 16:50:47 +02:00
697805af54
Merge pull request #62837 from xentripetal/master
...
Account for relative z-indexes when y-sorting
2022-07-08 16:49:09 +02:00
787fd7e4d0
Merge pull request #62839 from akien-mga/assetlib-unavailable-verbose
2022-07-08 16:36:45 +02:00
f514b82fd3
Account for relative z-indexes when y-sorting
2022-07-08 09:18:00 -05:00
dc86bce306
AssetLib: Only notify when unavailable in verbose mode
2022-07-08 15:25:54 +02:00
d479eba7b4
Merge pull request #62405 from YeldhamDev/movie_maker_stuff
...
Clean and fix the Movie Maker button
2022-07-08 14:42:34 +02:00
d2900429e8
Add static methods for creating Image and ImageTexture
2022-07-08 13:40:47 +02:00
ca18a02e00
Merge pull request #62744 from AThousandShips/tree_h_scroll
2022-07-08 11:51:07 +02:00
99df193bea
Merge pull request #62277 from RandomShaper/depth_buffer_no_sampling
...
Rationalize certain cases of texture usage flags
2022-07-08 11:34:09 +02:00
13346ab4cc
Merge pull request #62632 from linkpy/62630_fix
...
Make sure the tile data clears its `terrain` field when said terrain is removed from the tileset.
2022-07-08 11:30:28 +02:00
0e3ac839b4
Merge pull request #62638 from Calinou/animationtree-editor-use-antialiasing
2022-07-08 10:17:40 +02:00
288845dd17
Merge pull request #62831 from akien-mga/audiostream-bus-no-validation
2022-07-08 10:06:44 +02:00
eedb729771
AudioStreamPlayer: Clarify that no validation is made on 'bus' name
...
Supersedes #39605 .
Fixes #39585 .
2022-07-08 09:33:25 +02:00
6a34b038d5
Merge pull request #42708 from drentsoft/improved_treeitem_docs_branch
2022-07-08 09:22:27 +02:00
7d3ff927de
Merge pull request #62075 from Vitika9/gsoc-colorpicker
2022-07-08 09:06:47 +02:00
df5a922880
Clarified usage of TreeItem get_next*() and get_prev*() functions.
2022-07-08 08:49:56 +02:00
2b6dadd46b
Merge pull request #62829 from bruvzg/font_fix_2
...
Fix regressions from Font refactor (2)
2022-07-08 08:02:09 +02:00
6892df6b78
Merge pull request #62751 from jjor2/lightmapgi-typo
...
Fix small typo in LightmapGI class reference
2022-07-08 07:45:09 +02:00
8f6c4956ca
Fix regressions from Font refactor
...
Remove unnecessary font override
Fixes button outline draw when it should not, causing button colors to be slightly off
2022-07-08 08:27:18 +03:00
5268efdcd9
Merge pull request #62806 from dylan-conway/layered-texture-update-fix-and-error-messages
2022-07-08 00:16:15 +02:00
e3f51d073f
Merge pull request #62823 from madmiraal/fix-sconstruct
2022-07-07 22:44:20 +02:00
7b05df8029
Move windows display server's 'outside' field to WindowData struct
2022-07-07 21:11:00 +02:00
78ca147c8a
Changed valid check to null check, added error messages
2022-07-07 11:11:47 -07:00
31974aaae2
Merge pull request #62805 from raulsntos/csharp-rpc
2022-07-07 17:21:51 +02:00
3768236ad2
Merge pull request #62789 from raulsntos/csharp-export-nodes
2022-07-07 17:21:10 +02:00
664d8cd8ab
Merge pull request #62816 from akien-mga/feature-list-comma-fix
2022-07-07 16:29:59 +02:00
7fd036800c
Merge pull request #62622 from Rindbee/make-blend-import-preview-visible
2022-07-07 15:27:30 +02:00
284a322277
Merge pull request #62818 from bruvzg/font_reg_fixes
2022-07-07 15:27:11 +02:00
1b8711b56c
Merge pull request #62813 from bruvzg/android_fix_zstd_build
2022-07-07 15:16:57 +02:00
421e93b590
Merge pull request #62782 from raulsntos/csharp-bitfield-enums
2022-07-07 14:59:21 +02:00
a319e6e623
Fix regressions from Font refactor
...
Fixes `p_font.is_null()` errors due to incorrect resource type used.
Fixes code editor font not set correctly, and OpenType features applied to the wrong font.
2022-07-07 15:11:08 +03:00
2efe9a89bb
Only include editor/SCsub when building the editor: tools=yes
2022-07-07 12:44:40 +01:00
ba5049402a
Export: Fix comma handling in feature list RTL
...
Fixes #62815 .
2022-07-07 13:42:27 +02:00
e873778561
Use clang as assembler to ensure preprocessing is done, and add assembler "target" flag.
2022-07-07 14:15:12 +03:00
bed65894d3
Horizontal scroll for Tree
2022-07-07 12:58:44 +02:00
95ddc8cccc
Merge pull request #62808 from bruvzg/macos_file_url_handle
2022-07-07 12:57:36 +02:00
72b3e81bdf
Merge pull request #62801 from raulsntos/ensure-nuget-path-exists
2022-07-07 12:23:35 +02:00
1e553e34fb
Merge pull request #62108 from bruvzg/font_config_v3
2022-07-07 12:22:49 +02:00
bc419e1c5e
Merge pull request #62735 from bruvzg/unicode_parsers
2022-07-07 11:58:44 +02:00
238ac2fdd5
[macOS] Improve file association handling, and allow URL schema handling.
2022-07-07 12:11:31 +03:00
8ec6c075bd
Merge pull request #62792 from dpalais/return_option_value
2022-07-07 10:35:03 +02:00