Commit Graph

38823 Commits

Author SHA1 Message Date
3a6be64c12 clang-format: Various fixes to comments alignment from clang-format 13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
2021-10-28 15:43:36 +02:00
3b11e33a09 clang-format: Disable alignment of operands, too unreliable
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-28 15:19:35 +02:00
8508f9396d Merge pull request #54347 from mhilbrunner/mactos-mactos-mactos 2021-10-28 14:11:07 +02:00
7a55aac49c Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H 2021-10-28 12:45:00 +02:00
6d930bd270 Merge pull request #54342 from groud/remove_item_list_editor 2021-10-28 11:52:47 +02:00
0767a1c3f5 Merge pull request #54331 from LennyPhoenix/lennyphoenix-patch-2 2021-10-28 10:17:57 +02:00
a51f92273a Remove ItemList editor and replace it by a property array 2021-10-28 10:16:51 +02:00
c24bdfb327 Merge pull request #53737 from bruvzg/icu_strip_diacritics 2021-10-28 10:15:32 +02:00
63f3051154 Implement TextServer strip_diacritics function. 2021-10-28 10:12:57 +03:00
0ec7763197 Merge pull request #54337 from bruvzg/icu_70_1 2021-10-28 09:09:20 +02:00
d4067e661c Merge pull request #54326 from nekomatata/x11-fix-input-delay 2021-10-28 08:57:37 +02:00
44a241b241 ICU: Update to version 70.1 2021-10-28 09:15:28 +03:00
7bb568328f Merge pull request #52985 from Calinou/editor-debugger-bottom-panel-error-warning-highlight
Improve appearance of the editor Debugger bottom panel menu
2021-10-28 08:12:41 +02:00
7715301c66 Check for valid stack in set_bone_index
Resolves #54235
2021-10-28 00:57:41 +01:00
ba96fc6a4d Fix input events random delay on X11
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-27 15:24:09 -07:00
157cba3933 Merge pull request #54321 from V-Sekai/import-scene-crash 2021-10-27 22:25:25 +02:00
3e26ad3a5f Merge pull request #54320 from YeldhamDev/tabbar_close_last_fix 2021-10-27 22:24:43 +02:00
3c527dcbbd Merge pull request #54157 from bjauny/fix_potential_nullpointer_collision3d
Fix potential null pointer use, based on #54094 fix
2021-10-27 12:40:50 -07:00
d905d3c3d3 Avoid crash in scene importer when the mesh is empty. 2021-10-27 12:16:10 -07:00
96fdb030ec Fix uninteractable singular tab in TabBar 2021-10-27 16:13:04 -03:00
21529c90f8 Merge pull request #54166 from ConteZero/unique_selection 2021-10-27 20:50:54 +02:00
258b5d0019 Fix potential null pointer use, based on #54094 fix 2021-10-27 20:41:14 +02:00
a1092d14c5 Merge pull request #54302 from fabriceci/fix-2D-character-stuck-on-wall
Fix #54298 where a CharacterBody2D can be stuck on the wall.
2021-10-27 11:24:52 -07:00
fbee4efa5f Add option to make selection unique 2021-10-27 19:45:52 +02:00
5fadebed4c Merge pull request #54125 from groud/tile_data_runtime_modification
Implement runtime update of TileData object in TileMap
2021-10-27 19:39:59 +02:00
756e76293f Implement runtime update of TileData object in TileMap 2021-10-27 18:32:52 +02:00
16edca8415 Merge pull request #54285 from briansemrau/fix-proximity-fade
Fix BaseMaterial3D proximity fade for Vulkan
2021-10-27 18:25:06 +02:00
ee3e43c853 Fix #54298 where a CharacterBody2D can be stuck on the wall. 2021-10-27 18:05:35 +02:00
18a2c38ad2 Merge pull request #54305 from mhilbrunner/comments-cleanup
Small formatting fixes in Find in Files
2021-10-27 17:47:14 +02:00
bb681ef9f2 Improve appearance of the editor Debugger bottom panel menu
- 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-27 16:56:15 +02:00
55100f2f11 Small formatting fixes in Find in Files 2021-10-27 16:13:49 +02:00
435d50bf0f Merge pull request #54301 from groud/optimize_tilemap_layer_update 2021-10-27 13:30:31 +02:00
a6584e4cb8 Optimize TileMap layers updates 2021-10-27 12:07:52 +02:00
791773fa9d Fix vulkan proximity fade
Vulkan uses different normalized device coordinates than OpenGL.
2021-10-26 16:19:47 -04:00
8c162f4a7b Merge pull request #54270 from JFonS/fix_selection 2021-10-26 19:03:34 +02:00
8473062dcc Merge pull request #54255 from akien-mga/android-export-gradle-dont-escape-quotes 2021-10-26 18:22:42 +02:00
83fd0e0c70 Fix click selection in the editor 3D viewport 2021-10-26 18:08:31 +02:00
344babb939 Merge pull request #54267 from pycbouh/controls-button-font-focus 2021-10-26 17:34:07 +02:00
46a139a3ce Merge pull request #54265 from JFonS/fix_sh_dis_mobile 2021-10-26 16:50:11 +02:00
12838bd99d Add focus font color to Button and derivatives 2021-10-26 17:42:40 +03:00
95bc9c40d9 Fix shadow disabling on mobile renderer 2021-10-26 15:37:22 +02:00
c2640e2b21 Merge pull request #54254 from mhilbrunner/ticks-msec-64 2021-10-26 14:53:56 +02:00
5dc02eb8b0 Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00
d020c6851a Merge pull request #54256 from mhilbrunner/docs-real-time 2021-10-26 11:54:48 +02:00
396d2f0282 Time: Add some notes about timezones and UTC 2021-10-26 10:24:05 +02:00
9204a3a50e Android: Properly validate godot_project_name_string for Android special chars
Fixes #52659.
2021-10-26 10:01:09 +02:00
f2cf52e032 Merge pull request #54153 from skyace65/AreaImprovements2 2021-10-26 08:48:27 +02:00
cce7797a75 Another rename for makerst.py 2021-10-26 08:46:16 +02:00
2ecab0491c Merge pull request #54179 from aaronfranke/make-rst 2021-10-26 08:43:07 +02:00
ba23ef9b29 Merge pull request #54249 from lyuma/gltf_padding_fix 2021-10-26 08:32:11 +02:00