summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-29Merge pull request #53234 from Geometror/gradient-texture-2dYuri Roubinsky
2021-10-29Merge pull request #54388 from Chaosus/fix_orm_conversionYuri Roubinsky
2021-10-29Merge pull request #54382 from Chaosus/vs_fogYuri Roubinsky
2021-10-29Merge pull request #54361 from raulsntos/csharp-call-able-callableIgnacio Roldán Etcheverry
Implement Call methods in C# Callable
2021-10-29Added convertor from `ORMMaterial3D` to `ShaderMaterial`Yuri Roubinsky
2021-10-29Merge pull request #54344 from mhilbrunner/rpc-error-msgsFabio Alessandrelli
Websockets: Fix buffer size checks in put_packet(), silent failures/connection hangs
2021-10-29Repair Fog mode in visual shadersYuri Roubinsky
2021-10-29Merge pull request #54340 from aaronfranke/time-docMax Hilbrunner
Update and fix Time documentation
2021-10-29Merge pull request #54376 from Chaosus/fix_converted_fogmaterial_crashRémi Verschelde
2021-10-29Websockets: Fix buffer size checks in put_packet()Max Hilbrunner
Also check the error return value of wslay_event_queue_msg()
2021-10-29Merge pull request #54374 from Chaosus/fix_fogvolume_crashRémi Verschelde
Fix crashing of `FogVolume`s when `WorldEnvironment` was added
2021-10-29Fix crashing of `FogVolume`s when `WorldEnvironment` was addedYuri Roubinsky
2021-10-29Merge pull request #54328 from YeldhamDev/tabbar_close_signal_renameMax Hilbrunner
Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`
2021-10-29Fix crash when opening a converted `FogMaterial`Yuri Roubinsky
2021-10-29Merge pull request #53353 from clayjohn/VULKAN-fog-volumesRémi Verschelde
FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
2021-10-29Merge pull request #54367 from lyuma/viewport_off_by_oneRémi Verschelde
Fix off by one in Viewport.render_target_update_mode property enum
2021-10-29Merge pull request #54366 from lyuma/audio_stream_player_finished_signalRémi Verschelde
Fix crash due to reentrancy in AudioStreamPlayer* finished signal.
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
Co-authored-by: Brian Semrau <brian.semrau@gmail.com>
2021-10-29Merge pull request #54364 from skimmedsquare/osx-coverageRémi Verschelde
Adds support for 'use_coverage' flag in OSX.
2021-10-28Fix crash due to reentrancy in AudioStreamPlayer* finished signal.Lyuma
This crash occurred when an audio stream finished playing in NOTIFICATION_INTERNAL_PROCESS, during which it would iterate through a loop of playbacks, leading to a "finished" signal, which removed the audio player from the tree which led to a NOTIFICATION_EXIT_TREE, which would mutate the array of playbacks while within the above loop. This moves the signal callback outside of the loop which avoids the crash. Note: previously, the signal was called multiple times if the same player finishes multiple times in one frame. Now it is at most once per frame. Affects AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D
2021-10-28Fix off by one in Viewport.render_target_update_mode property enumLyuma
2021-10-28Adds support for 'use_coverage' flag in OSX.Sean Kim
Based on #36572 which added support for Linux
2021-10-29Merge pull request #54359 from KoBeWi/tween_bugged()Rémi Verschelde
2021-10-28Implement Call methods in C# CallableRaul Santos
Implements Callable.Call and Callable.CallDeferred methods in C#
2021-10-28Fix parallel Tweens not ending correctlykobewi
2021-10-28Merge pull request #42117 from nekomatata/x11-get-window-screenRémi Verschelde
Fix window_get_current_screen for X11 display server
2021-10-28Fix window_get_current_screen for X11 display serverPouleyKetchoupp
This method used to check which screen contains the top-left corner of the window (and default to the first screen in case none is found), which is not accurate in some cases. Now the area of overlap with each screen is calculated, so we can get the best candidate based on the window's position. This makes window_get_current_screen consistent with Windows platform, and fixes an issue where popups appear on the main screen when the main window is slightly moved outside of the desktop on the top or left.
2021-10-28Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`Michael Alexsander
2021-10-28Merge pull request #54354 from akien-mga/ci-clang-format-13Rémi Verschelde
2021-10-28Update Time documentationAaron Franke
2021-10-28CI: Update to clang-format 13 using LLVM repoRémi Verschelde
2021-10-28Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde
2021-10-28Merge pull request #54222 from JFonS/instance-fadeRémi Verschelde
2021-10-28clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde
clang-format keeps breaking the way it handles break *after* ternary operators, so I give up and go with the only style they seem to actually test.
2021-10-28Merge pull request #53526 from KoBeWi/super_printRémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
Sets `AlignOperands` to `DontAlign`. `clang-format` developers seem to mostly care about space-based indentation and every other version of clang-format breaks the bad mismatch of tabs and spaces that it seems to use for operand alignment. So it's better without, so that it respects our two-tabs `ContinuationIndentWidth`.
2021-10-28Merge pull request #54347 from mhilbrunner/mactos-mactos-mactosRémi Verschelde
2021-10-28Fix Macros -> Mactos typo in WEBSOCKETMACTOS_HMax Hilbrunner
2021-10-28Merge pull request #54342 from groud/remove_item_list_editorRémi Verschelde
2021-10-28Merge pull request #54331 from LennyPhoenix/lennyphoenix-patch-2Rémi Verschelde
2021-10-28Remove ItemList editor and replace it by a property arrayGilles Roudière
2021-10-28Merge pull request #53737 from bruvzg/icu_strip_diacriticsRémi Verschelde
2021-10-28Implement TextServer `strip_diacritics` function.bruvzg
2021-10-28Merge pull request #54337 from bruvzg/icu_70_1Rémi Verschelde
2021-10-28Merge pull request #54326 from nekomatata/x11-fix-input-delayRémi Verschelde
2021-10-28ICU: Update to version 70.1bruvzg
2021-10-28Merge pull request #52985 from ↵Rémi Verschelde
Calinou/editor-debugger-bottom-panel-error-warning-highlight Improve appearance of the editor Debugger bottom panel menu
2021-10-28Check for valid stack in set_bone_indexLenny Critchley
Resolves #54235
2021-10-27Fix input events random delay on X11PouleyKetchoupp
The new system based on a thread gathering events from the X11 server was causing delays in some scenarios where some events have just been missed at the time of processing and we're waiting for a whole frame to check them again. Solved by flushing again and checking for pending events at the beginning of the process loop, in addition to events already gathered on the event thread.