summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-29Tweak overbright indicator icon to be more visible on white backgroundHugo Locurcio
An outline is now present on all sides to ensure it's more visible when the "new" color (on the right of a ColorPicker) is overbright.
2021-10-29Merge pull request #54359 from KoBeWi/tween_bugged()Rémi Verschelde
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-28Merge pull request #54354 from akien-mga/ci-clang-format-13Rémi Verschelde
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.
2021-10-27Merge pull request #54321 from V-Sekai/import-scene-crashRémi Verschelde
2021-10-27Merge pull request #54320 from YeldhamDev/tabbar_close_last_fixRémi Verschelde
2021-10-27Merge pull request #54157 from bjauny/fix_potential_nullpointer_collision3dCamille Mohr-Daurat
Fix potential null pointer use, based on #54094 fix
2021-10-27Avoid crash in scene importer when the mesh is empty.K. S. Ernest (iFire) Lee
2021-10-27Fix uninteractable singular tab in `TabBar`Michael Alexsander
2021-10-27Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde
2021-10-27Fix potential null pointer use, based on #54094 fixBastien JAUNY
2021-10-27Merge pull request #54302 from fabriceci/fix-2D-character-stuck-on-wallCamille Mohr-Daurat
Fix #54298 where a CharacterBody2D can be stuck on the wall.
2021-10-27Add option to make selection uniqueConteZero
2021-10-27Merge pull request #54125 from groud/tile_data_runtime_modificationRémi Verschelde
Implement runtime update of TileData object in TileMap
2021-10-27Implement runtime update of TileData object in TileMapGilles Roudière
2021-10-27Merge pull request #54285 from briansemrau/fix-proximity-fadeRémi Verschelde
Fix BaseMaterial3D proximity fade for Vulkan
2021-10-27Fix #54298 where a CharacterBody2D can be stuck on the wall.fabriceci
2021-10-27Merge pull request #54305 from mhilbrunner/comments-cleanupRémi Verschelde
Small formatting fixes in Find in Files
2021-10-27Improve appearance of the editor Debugger bottom panel menuHugo Locurcio
- Make the Debugger bottom panel menu more prominent when there are errors or warnings by adjusting the text color. - Add some spacing to the right of the error/warning icon for better visual appearance.
2021-10-27Small formatting fixes in Find in FilesMax Hilbrunner
2021-10-27Merge pull request #54301 from groud/optimize_tilemap_layer_updateRémi Verschelde
2021-10-27Optimize TileMap layers updatesGilles Roudière
2021-10-26Fix vulkan proximity fadeBrian Semrau
Vulkan uses different normalized device coordinates than OpenGL.
2021-10-26Merge pull request #54270 from JFonS/fix_selectionRémi Verschelde
2021-10-26Merge pull request #54255 from ↵Rémi Verschelde
akien-mga/android-export-gradle-dont-escape-quotes
2021-10-26Fix click selection in the editor 3D viewportjfons
2021-10-26Merge pull request #54267 from pycbouh/controls-button-font-focusRémi Verschelde
2021-10-26Merge pull request #54265 from JFonS/fix_sh_dis_mobileRémi Verschelde