Yuri Roubinsky
8a6ab899ec
Add an error emitting when the @export_flags arg count is exceeded
2022-03-16 17:12:15 +03:00
taigi100
280956ddc3
Fix children visibility check
2022-03-16 15:51:27 +02:00
notSanil
36fa7059ed
Fix device limit exceeding for uniform buffer
2022-03-16 16:52:35 +05:30
Rémi Verschelde and GitHub
9d732aa0cf
Merge pull request #58973 from bruvzg/gde_export
2022-03-16 11:53:08 +01:00
bruvzg
98d0af7d5c
Implement GDExtension export plugin.
2022-03-16 11:16:19 +02:00
Rémi Verschelde and GitHub
b1fbd8ab40
Merge pull request #59184 from Sauermann/fix-enlarge-safe-rect
2022-03-16 09:49:22 +01:00
Markus Sauermann
d3af794295
Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSlider
2022-03-16 08:53:13 +01:00
Bastiaan Olij
57e5a33623
Split dummy renderer classes into separate files
...
Split canvas_texture_storage and texture_storage from render_storage class
2022-03-16 17:43:10 +11:00
Michael Alexsander
fc0e657e8f
Remove extra borders from the AssetLib plugin
2022-03-15 20:40:46 -03:00
Rémi Verschelde and GitHub
cfd21adf64
Merge pull request #49092 from BastiaanOlij/multiview_clustered
...
Add multiview support to the clustered forward renderer
2022-03-16 00:17:57 +01:00
Rémi Verschelde and GitHub
8e72be941c
Merge pull request #59165 from Rindbee/fix-text-buf-does-not-clear
...
Fix text buf does not clear when calling the method set_item_text in …
2022-03-16 00:07:32 +01:00
Rémi Verschelde and GitHub
1de66f1357
Merge pull request #59172 from taigi100/Bugfix-#58726-List-items-are-shown-twice-in-the-2D-editor's-"Show-list-of-selectable-nodes-at-position-clicked"-mode
...
Update to only use select tool on button press
2022-03-16 00:06:41 +01:00
Hugo Locurcio
bfa2b4c3f5
Add editor icons for all Occluder3D resources
...
These icons are derived from the Mesh resource icons.
2022-03-15 22:50:46 +01:00
Silc 'Tokage' Renew
b06d253920
Fix blend animation to solve TRS track bug & blend order inconsistency
2022-03-16 05:11:55 +09:00
Rémi Verschelde and GitHub
fb28025785
Merge pull request #59153 from Calinou/debug-stringnames-improve
...
Improve `--debug-stringnames` to be more useful
2022-03-15 20:26:18 +01:00
taigi100 and GitHub
6c4dbf92ac
Update to only use select tool on button press
...
It used to run the code twice, probably once on button press, once on button release.
2022-03-15 20:04:59 +02:00
Hugo Locurcio
38995961df
Improve --debug-stringnames to be more useful
...
- Print all StringNames, not just the top 100.
- Print statistics at the end of the list of StringNames,
with unreferenced and rarely referenced StringNames.
- List the CLI argument in `--help` and shell completion.
2022-03-15 18:54:51 +01:00
reduz
8b547331be
Create GDExtension clases for PhysicsServer3D
...
* Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support)
* Some changes on native struct binding for PhysicsServer
This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it.
2022-03-15 18:39:31 +01:00
Hugo Locurcio
f269300a7d
Remove unused Streamed option for textures in the Import dock
...
Godot does not support texture streaming yet (and is only planned
for a future 4.x release), so displaying an option can be misleading.
2022-03-15 18:34:47 +01:00
Rémi Verschelde and GitHub
41edfc88a3
Merge pull request #59169 from timothyqiu/icon-for-theme
2022-03-15 16:51:07 +01:00
Rémi Verschelde
b389ce5ccd
ResourceImporterWAV: Allow configuring loop mode on import
...
The new `edit/loop_mode` import options lets user choose to either:
- Detect loop points from the WAV (default, same behavior as before)
- Set the loop mode and loop points manually like in AudioStreamSample
Fixes #46164 .
2022-03-15 16:16:09 +01:00
Haoyu Qiu
0ac6e6acbe
More icon updates on theme change
2022-03-15 23:05:41 +08:00
风青山
f789c17690
Fix text buf does not clear when calling the method set_item_text in PopupMenu
2022-03-15 21:49:00 +08:00
Rémi Verschelde and GitHub
51bbcbdec2
Merge pull request #45263 from KoBeWi/ 😕
2022-03-15 13:18:27 +01:00
Rémi Verschelde and GitHub
d0fee76717
Merge pull request #59135 from EricEzaM/improvement/editor-log-better-button-style
2022-03-15 13:09:34 +01:00
Eric M
df2c71efd1
Improve editor log message filter button styles.
2022-03-15 21:25:24 +10:00
Rémi Verschelde and GitHub
055d775d74
Merge pull request #59158 from akien-mga/editor-properties-array-dict-clean-button_add_item
2022-03-15 09:36:31 +01:00
Rémi Verschelde and GitHub
cf834db44c
Merge pull request #59137 from timothyqiu/sprite-frames-editor
2022-03-15 09:10:48 +01:00
Rémi Verschelde and GitHub
32179d7732
Merge pull request #57848 from timothyqiu/2d-grid-options
2022-03-15 08:57:41 +01:00
Rémi Verschelde
e43fa2d35d
Properly clean button_add_item ref in Array/Dict property editors
...
Fixes #59152 .
2022-03-15 08:52:02 +01:00
Rémi Verschelde and GitHub
e255a10682
Merge pull request #59143 from Calinou/doc-range-value-changed
2022-03-15 08:40:29 +01:00
Haoyu Qiu
7cabf49e67
Improves SpriteFrames editor
2022-03-15 14:39:40 +08:00
Haoyu Qiu
d07fd739ca
Separate 2D grid visibility and grid snap
2022-03-15 08:54:07 +08:00
Fredia Huya-Kouadio
a2bf47de2b
Setup logic to publish the Godot Android library to MavenCentral
2022-03-14 14:53:39 -07:00
Hugo Locurcio
cdbb31adc9
Document Range's value_changed signal is also emitted with code changes
...
This also mentions that the signal is potentially emitted every frame,
which can have performance implications.
2022-03-14 21:32:23 +01:00
Rémi Verschelde and GitHub
eedb3cea53
Merge pull request #59149 from Chaosus/fix_generating_null_comparing_op
...
Remove generating of null comparison operators from documentation
2022-03-14 21:15:12 +01:00
Yuri Roubinsky
32f2c47356
Remove generating of null comparison operators from documentation
2022-03-14 22:35:23 +03:00
bruvzg
f0315c28a8
[Export] Add "export console script" option for Linux, macOS, and Windows exports.
2022-03-14 17:19:18 +02:00
Yuri Roubinsky
5a99aa3b3a
Fix default value count checking for inherited function
2022-03-14 18:00:42 +03:00
Rémi Verschelde and GitHub
95b6c6cf9a
Merge pull request #58693 from Calinou/doc-physics-shapes
2022-03-14 15:08:58 +01:00
Max Hilbrunner and GitHub
43120c2e2d
Merge pull request #59086 from Calinou/doc-nodepath-stringname
...
Improve documentation for NodePath and StringName
2022-03-14 14:14:58 +01:00
Rémi Verschelde and GitHub
c67b8fafea
Merge pull request #59134 from Pineapple/thread-platform-config
2022-03-14 14:05:24 +01:00
Bartłomiej T. Listwon
6c6291b84f
Include platform_config.h in thread.cpp and thread.h
2022-03-14 12:36:06 +01:00
Rémi Verschelde and GitHub
e4b9406313
Merge pull request #59099 from RandomShaper/mouse_drop_on_disable
2022-03-14 11:18:38 +01:00
Rémi Verschelde and GitHub
964908d809
Merge pull request #59121 from fire-forge/capitalizations
2022-03-14 10:37:44 +01:00
Rémi Verschelde and GitHub
2347c6bce3
Merge pull request #59129 from Sauermann/fix-internal-gui-state
2022-03-14 10:12:10 +01:00
Markus Sauermann
86574b91dd
Cleanup internal GUI state, if event is accepted in _input.
2022-03-14 08:38:48 +01:00
Rémi Verschelde and GitHub
b7bc8dbebe
Merge pull request #57392 from madmiraal/implement-3888
2022-03-14 08:31:58 +01:00
Rémi Verschelde and GitHub
c7bfaf3310
Merge pull request #59127 from bruvzg/custom_font_bold
2022-03-14 08:30:25 +01:00
Rémi Verschelde and GitHub
07b10d6d4f
Merge pull request #55696 from Calinou/cli-q-option-quiet
...
Make `-q` CLI argument toggle quiet stdout instead of quitting
2022-03-14 07:23:17 +01:00