Rémi Verschelde
|
0e82b26a60
|
Merge pull request #47797 from kleonc/capsulemesh_docs_fix
Fix docs description for CapsuleMesh::mid_height
|
2021-04-14 08:26:09 +02:00 |
|
Hugo Locurcio
|
554742312d
|
Document overriding project settings that have feature tags
This non-obvious behavior can take a while to discover and fix,
so it's important to mention it in the class reference.
|
2021-04-12 21:51:08 +02:00 |
|
Rémi Verschelde
|
b895071895
|
Merge pull request #47664 from goostengine/makerst-prop-overridden-object
makerst: Fix generation of overridden properties in child classes
|
2021-04-12 21:10:31 +02:00 |
|
Rémi Verschelde
|
cee5414698
|
Merge pull request #43180 from nathanfranke/node-configuration-array
Use Array for node configuration warnings
|
2021-04-12 09:40:55 +02:00 |
|
Rémi Verschelde
|
184abce192
|
Merge pull request #47709 from KoBeWi/node_that_changes_everything
Expose edit_node() for editor plugins
|
2021-04-12 09:11:33 +02:00 |
|
Nathan Franke
|
2a8c59c171
|
Use Array for node configuration warnings
Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
|
2021-04-11 23:25:38 -05:00 |
|
kobewi
|
72014a7a2e
|
Expose edit_node() for editor plugins
|
2021-04-12 00:13:08 +02:00 |
|
kleonc
|
dd3cc9b817
|
Fix docs description for CapsuleMesh::mid_height
|
2021-04-11 18:19:12 +02:00 |
|
Rémi Verschelde
|
8b6e3d6375
|
Merge pull request #46340 from gongpha/various-color-picker
Add Various ColorPicker shapes
|
2021-04-10 13:29:50 +02:00 |
|
Anders Stenberg
|
034c48dbed
|
Add missing color argument in forward_canvas_draw_over_viewport example.
|
2021-04-09 16:49:04 +02:00 |
|
Rémi Verschelde
|
1075943cc5
|
Merge pull request #43900 from nathanfranke/fix-stream-peer-tcp-ambiguity
Improve Ambiguous StreamPeerTCP `set_no_delay` Documentation
|
2021-04-07 11:54:59 +02:00 |
|
Kongfa Waroros
|
6294507acb
|
Add Various ColorPicker shapes
|
2021-04-06 22:48:03 +07:00 |
|
Andrii Doroshenko (Xrayez)
|
679d038043
|
makerst: Fix generation of overridden properties in child classes
This only affects `Object` classes, not `Variant`.
|
2021-04-06 17:26:18 +03:00 |
|
Rémi Verschelde
|
f4b82814f8
|
Merge pull request #47622 from pycbouh/editor-plugins-expose-scale
Expose editor scale to the plugin API
|
2021-04-05 19:00:45 +02:00 |
|
Yuri Sizov
|
ea31af68ba
|
Expose editor scale to the plugin API
|
2021-04-05 18:44:01 +03:00 |
|
Rémi Verschelde
|
aea30827eb
|
Merge pull request #47638 from RoniPerson/patch-1
Added missing `:` in gdscript example for `TileMap` class reference.
|
2021-04-05 11:54:59 +02:00 |
|
Rémi Verschelde
|
40c56f924b
|
Merge pull request #47631 from pycbouh/update-misformatted-docs
Fix misformatted documentation from recent PRs
|
2021-04-05 11:36:24 +02:00 |
|
RoniPerson
|
5870931a15
|
Added missing : in gdscript example.
|
2021-04-05 11:13:25 +02:00 |
|
Yuri Sizov
|
c526a1e22d
|
Fix misformatted documentation from #47435, #42827, #46991
|
2021-04-04 23:25:40 +03:00 |
|
Rémi Verschelde
|
cbf5408685
|
Merge pull request #46273 from Chaosus/vs_comment
Added Comment node to Visual Shaders
|
2021-04-04 16:04:12 +02:00 |
|
Rémi Verschelde
|
ed2f51b15f
|
Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_ref
Change XRPositionalTracker to a reference (master)
|
2021-04-03 10:13:23 +02:00 |
|
Rémi Verschelde
|
4b6e9f3157
|
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rename Array.invert() to Array.reverse()
|
2021-04-01 13:32:22 +02:00 |
|
Rémi Verschelde
|
5d0cc7c15f
|
Merge pull request #47252 from KoBeWi/themecide
Add methods to remove theme overrides
|
2021-03-31 20:52:19 +02:00 |
|
Rémi Verschelde
|
3096423ddc
|
Merge pull request #44289 from bruvzg/ctl_gl_contours
Expose dynamic font vector outlines to the GDScript.
|
2021-03-31 09:28:20 +02:00 |
|
Rémi Verschelde
|
e49f88b312
|
Merge pull request #44951 from KoBeWi/documint
Complete the docs for primitive types
|
2021-03-31 09:27:13 +02:00 |
|
bruvzg
|
0d3fa2a125
|
[Complex Text Layouts] Provide access to glyph contour points.
|
2021-03-31 09:32:14 +03:00 |
|
kobewi
|
7dfa13c944
|
Complete the docs for primitive types
|
2021-03-31 03:50:47 +02:00 |
|
Gilles Roudière
|
898a2a7cf3
|
Implement Tabs minimum size
|
2021-03-30 16:11:35 +02:00 |
|
Rémi Verschelde
|
c6ff6707a4
|
Merge pull request #47457 from bruvzg/rtl_spacing
RichTextLabel: fix font extra spacing and style box size usage.
|
2021-03-29 17:07:38 +02:00 |
|
bruvzg
|
9f4893c70b
|
Use extra font spacing in the RichTextLabel line height calculation, and stylebox size in the minimum size calculation.
|
2021-03-29 17:26:53 +03:00 |
|
Bastiaan Olij
|
454c889e61
|
Change XRPositionalTracker to a reference and better expose it to GDNative
|
2021-03-29 23:01:47 +11:00 |
|
Rémi Verschelde
|
bc29f4bca1
|
Merge pull request #47435 from madmiraal/rename-texture-get_data
Rename Texture.get_data() to get_image()
|
2021-03-29 10:41:22 +02:00 |
|
Rémi Verschelde
|
b2eb838781
|
doc: Sync classref with current source
|
2021-03-29 09:51:33 +02:00 |
|
Rémi Verschelde
|
bf0ec13fee
|
Merge pull request #47428 from Calinou/doc-giprobe-sdfgi-leaks
Document how to avoid light leaks with GIProbe and SDFGI
|
2021-03-28 14:16:49 +02:00 |
|
Marcel Admiraal
|
fd30c36985
|
Rename Texture.get_data() to get_image()
|
2021-03-28 13:00:46 +01:00 |
|
Hugo Locurcio
|
217192b9e0
|
Document how to avoid light leaks with GIProbe and SDFGI
|
2021-03-28 01:05:01 +01:00 |
|
skyace65
|
4378ef0bb7
|
Add a warning on using directory to access of imported files
|
2021-03-27 16:19:15 -04:00 |
|
Rémi Verschelde
|
c6b9ceadf2
|
Merge pull request #47163 from bruvzg/macos_sandbox_file_dialog
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
|
2021-03-26 00:00:25 +01:00 |
|
Morris Tabor
|
0fc8318f1a
|
Fix ParticlesMaterial spread
|
2021-03-25 17:33:44 +01:00 |
|
Rémi Verschelde
|
9343a8a970
|
Merge pull request #47251 from pycbouh/theme-more-useful-methods
Add utility methods to Theme, improve error messages and documentation
|
2021-03-25 13:09:27 +01:00 |
|
Rémi Verschelde
|
3a5929abf3
|
doc: Sync classref with current source
|
2021-03-25 12:19:51 +01:00 |
|
kobewi
|
6e4a8b7f37
|
Clarify that get_unix_time() returns seconds
|
2021-03-24 13:21:32 +01:00 |
|
Rémi Verschelde
|
cdafcc3206
|
Merge pull request #42974 from skyace65/NavMesh2
Document more NavigationMesh properties
|
2021-03-23 13:24:01 +01:00 |
|
Aaron Franke
|
a5324787c8
|
Rename some more global enums (Key, Joy, MIDI)
|
2021-03-23 07:13:23 -04:00 |
|
Aaron Franke
|
10d7fccb54
|
Rename ButtonList enum and members to MouseButton
|
2021-03-23 07:13:23 -04:00 |
|
bruvzg
|
b202a0dd2a
|
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
|
2021-03-23 08:03:41 +02:00 |
|
Rémi Verschelde
|
0339200972
|
Merge pull request #43366 from Calinou/doc-surfacetool-method-order
Make the expected method calling order in SurfaceTool more explicit
|
2021-03-23 00:57:26 +01:00 |
|
kobewi
|
5950482b86
|
Remove the clearing behavior from add_override
|
2021-03-23 00:55:02 +01:00 |
|
kobewi
|
ecff5bc42f
|
Add methods to remove theme overrides
|
2021-03-23 00:51:16 +01:00 |
|
Rémi Verschelde
|
6a84ade316
|
Merge pull request #45234 from madmiraal/rename-phashtranslation
Rename PHashTranslation to OptimizedTranslation
|
2021-03-23 00:12:12 +01:00 |
|