volzhs
|
814f9015f8
|
Add option to draw all tabs in front
|
2020-12-10 07:47:10 +09:00 |
|
Rémi Verschelde
|
d8825fb253
|
Merge pull request #44221 from Faless/js/4.x_editor_beta
[HTML5] Editor style, audio fixes
|
2020-12-09 20:35:46 +01:00 |
|
jeffuntildeath
|
52f6e0b5ad
|
fix for snap to floor editor crash bug
fix for issue #44231: snap_selected_nodes_to_floor() results in an editor
crash when a child collisionshape has invalid shape object
|
2020-12-09 12:09:41 -06:00 |
|
Fabio Alessandrelli
|
eb2152538c
|
[HTML5] Fix errors when Mic is not allowed.
|
2020-12-09 17:54:50 +01:00 |
|
Fabio Alessandrelli
|
a28d5e2be7
|
[HTML5] Improve platform buildsystem.
Check emcc version requirements when building GDNative.
Add more build options (sanitizers, initial memory).
|
2020-12-09 17:54:50 +01:00 |
|
Fabio Alessandrelli
|
6bc07cf777
|
[HTML5] Add logo and favicon to editor html.
|
2020-12-09 17:54:50 +01:00 |
|
Rémi Verschelde
|
bc30df831c
|
Merge pull request #44229 from YeldhamDev/audiostreammp3_icon
Add icon for 'AudioStreamMP3' resource
|
2020-12-09 17:39:33 +01:00 |
|
Michael Alexsander
|
e8e0abc331
|
Re-add circle back scrolling to 'PopupMenu'
|
2020-12-09 13:25:00 -03:00 |
|
Michael Alexsander
|
49ae1cba0c
|
Add icon for 'AudioStreamMP3' resource
|
2020-12-09 13:19:33 -03:00 |
|
Rémi Verschelde
|
d0f1c03b4f
|
Merge pull request #44223 from mbrlabs/assetlib-scroll-up
Asset Library: Scroll up the ScrollContainer after page load
|
2020-12-09 16:02:12 +01:00 |
|
Hugo Locurcio
|
e31c6d484e
|
[HTML5] Improve the editor HTML template.
|
2020-12-09 15:35:57 +01:00 |
|
Marcus Brummer
|
0e4f2ca860
|
Asset Library: Scroll up the ScrollContainer after page load
|
2020-12-09 15:24:26 +01:00 |
|
Fabio Alessandrelli
|
f579b1d1f8
|
[HTML5] Editor also persists cache.
|
2020-12-09 14:27:41 +01:00 |
|
Fabio Alessandrelli
|
e1ccd37e34
|
Sync RasterizerDummy changes.
Will also need to be renamed.
|
2020-12-09 14:27:41 +01:00 |
|
Rémi Verschelde
|
cf62289d24
|
LSP: Fix iterator in enum API dump
|
2020-12-09 13:34:29 +01:00 |
|
Rémi Verschelde
|
8936c4057b
|
Update AUTHORS and DONORS list
Thanks to all contributors and donors for making Godot possible!
|
2020-12-09 13:03:01 +01:00 |
|
Rémi Verschelde
|
c567a97178
|
Merge pull request #44218 from aaronfranke/grid-inst-err
Fix trying to set grid visibility on an invalid instance
|
2020-12-09 13:02:38 +01:00 |
|
Rémi Verschelde
|
114f97ff11
|
Merge pull request #44128 from KoBeWi/🧹
Cleanup unused engine code
|
2020-12-09 13:01:50 +01:00 |
|
Rémi Verschelde
|
e48d1b3f51
|
Merge pull request #44217 from akien-mga/fix-signals-after-renames
Fix connections to CanvasItem and Tabs signals
|
2020-12-09 12:43:08 +01:00 |
|
Aaron Franke
|
8c1d94ebae
|
Fix trying to set grid visibility on an invalid instance
|
2020-12-09 06:33:20 -05:00 |
|
Tomasz Chabora
|
2c048ea164
|
Cleanup unused engine code
|
2020-12-09 12:12:36 +01:00 |
|
Rémi Verschelde
|
9a8e123593
|
Fix connections to CanvasItem and Tabs signals
Follow-up to #44188 and #44189.
|
2020-12-09 12:04:02 +01:00 |
|
Rémi Verschelde
|
deba274ad1
|
Merge pull request #44215 from Faless/fix/fa_buffered_remove_android
Remove unused FileAccessJAndroid.
|
2020-12-09 11:59:28 +01:00 |
|
Rémi Verschelde
|
92c001ef09
|
Merge pull request #43931 from bruvzg/ctl_comp_font
[Complex Text Layouts] Add compatibility for legacy Font resources.
|
2020-12-09 11:28:11 +01:00 |
|
Fabio Alessandrelli
|
09a9712a6a
|
Remove unused FileAccessJAndroid.
|
2020-12-09 10:58:36 +01:00 |
|
Rémi Verschelde
|
0c5d3b838c
|
Merge pull request #44199 from bruvzg/pvs_fixes_1
PVS-Studio static analyzer fixes
|
2020-12-09 10:23:21 +01:00 |
|
bruvzg
|
644f739660
|
Static analyzer fixes:
Removes unused code in OS.
Fixes return types.
Fixes few typos.
|
2020-12-09 10:17:53 +02:00 |
|
Rémi Verschelde
|
e5e1277ecd
|
Merge pull request #44161 from Faless/fix/fa_buffered_remove
Remove unused FileAccessBuffered
|
2020-12-09 09:14:14 +01:00 |
|
Rémi Verschelde
|
f9e3750ced
|
Merge pull request #44206 from Calinou/physical-sky-increase-dithering
Increase dithering in the PhysicalSkyMaterial shader to combat banding
|
2020-12-09 09:02:04 +01:00 |
|
Rémi Verschelde
|
719d6980de
|
Merge pull request #44203 from thebestnom/fix/Android-Capture-Mouse
Android: fix mouse capture relative wrong
|
2020-12-09 07:39:36 +01:00 |
|
Hugo Locurcio
|
88f70b0c05
|
Increase dithering in the PhysicalSkyMaterial shader to combat banding
Banding should now be much less visible when using the default
PhysicalSkyMaterial settings.
|
2020-12-09 01:40:58 +01:00 |
|
thebestnom
|
d543917c03
|
Android: fix mouse capture relative wrong
|
2020-12-08 23:51:45 +02:00 |
|
Rémi Verschelde
|
45d627a845
|
Merge pull request #43249 from thebestnom/captured-mouse-android-support
Android: Allow Mouse Capture
|
2020-12-08 21:53:30 +01:00 |
|
Rémi Verschelde
|
2034a1cca0
|
Merge pull request #44089 from Xrayez/rng-state
Add ability to restore `RandomNumberGenerator` state
|
2020-12-08 21:40:38 +01:00 |
|
thebestnom
|
e7f259c366
|
Android: Allow Mouse Capture
|
2020-12-08 22:14:08 +02:00 |
|
Fabio Alessandrelli
|
3936da7ab4
|
Fix some easing equations' undefined behaviours.
Spotted via -Wunsequenced.
Easing equations had different behaviours depending on the toolchain
due to its abusing of inline assignments.
|
2020-12-08 18:21:16 +01:00 |
|
Rémi Verschelde
|
90bdba576a
|
Merge pull request #43742 from qarmin/editor_modules_default_values
Initialize class/struct variables with default values in platform/ and editor/
|
2020-12-08 15:53:42 +01:00 |
|
Rémi Verschelde
|
edb3686ee2
|
Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit_from_file
Constify ScriptLanguage.can_inherit_from_file
|
2020-12-08 13:59:46 +01:00 |
|
Rémi Verschelde
|
360cfeedac
|
Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript
Add PluginScript support for global class naming/icon path
|
2020-12-08 13:51:06 +01:00 |
|
Rémi Verschelde
|
3846a3703a
|
Merge pull request #44189 from madmiraal/canvasitem-hidden-signal
Rename CanvasItem's hide signal to hidden
|
2020-12-08 13:50:15 +01:00 |
|
Emmanuel Leblond
|
c4c18a2c58
|
Add PluginScript support for global class naming/icon path
|
2020-12-08 13:17:22 +01:00 |
|
Marcel Admiraal
|
43302837eb
|
Rename CanvasItem's hide signal to hidden
|
2020-12-08 12:14:15 +00:00 |
|
Emmanuel Leblond
|
a211812932
|
Constify ScriptLanguage.can_inherit_from_file
|
2020-12-08 13:06:15 +01:00 |
|
Rémi Verschelde
|
d94de32579
|
Merge pull request #44177 from touilleMan/pluginscript-allow-custom-can_inherit_from_file
Allow PluginScript to customize language's can_inherit_from_file attribute
|
2020-12-08 12:46:02 +01:00 |
|
Rémi Verschelde
|
0f6745b6aa
|
Merge pull request #44188 from madmiraal/tabs-signal-names
Rename Tabs close and hover signals to tab_closed and tab_hovered
|
2020-12-08 12:30:49 +01:00 |
|
Rémi Verschelde
|
1cf53ca90b
|
Merge pull request #44184 from madmiraal/xrcontroller-button_released
Rename XRController signal button_release to button_released
|
2020-12-08 12:25:41 +01:00 |
|
Marcel Admiraal
|
a65e609e21
|
Rename Tabs close and hover signals to tab_closed and tab_hovered
|
2020-12-08 09:51:06 +00:00 |
|
Rémi Verschelde
|
d94bf9f7b6
|
Merge pull request #44136 from neikeq/scons-mono-bcl-option
Mono: Add mono_bcl SCons option for a custom BCL location
|
2020-12-08 09:43:50 +01:00 |
|
Rémi Verschelde
|
a834055c63
|
Merge pull request #44148 from Calinou/tweak-log-file-names
Tweak log file names for consistency between Mono and non-Mono logs
|
2020-12-08 09:42:54 +01:00 |
|
Rémi Verschelde
|
c0e6962aa0
|
Merge pull request #44164 from madmiraal/g6dof-use-default-copy
Fix inconsistent Joint3DSW copy constructor and assignment declarations
|
2020-12-08 09:41:27 +01:00 |
|