summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-21Merge pull request #63225 from bruvzg/mac_renameRémi Verschelde
2022-07-21Merge pull request #63272 from akien-mga/ci-linux-san-lldRémi Verschelde
2022-07-21CI: Use Gold (GCC) and LLD (Clang) as linker for Linux sanitizers buildsRémi Verschelde
They're very memory hungry to a point where GNU ld can crash on CI. Both Gold and LLD should be nicer to RAM and thus a safer option.
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-21Merge pull request #63264 from MinusKube/file-bad-icon-bugRémi Verschelde
Fix FileInfo::import_valid always being set to false for TextFile in some cases
2022-07-20Fix FileInfo::import_valid always being set to false for TextFile in some casesMinusKube
2022-07-20Merge pull request #63235 from kleonc/canvas-item-remove-from-canvas-groupRémi Verschelde
2022-07-20Merge pull request #58457 from PhoenixFlame101/masterRémi Verschelde
Fix code folding icon color not matching defined color
2022-07-20Merge pull request #63127 from KoBeWi/raise_from_pictureRémi Verschelde
2022-07-20Merge pull request #47935 from HaSa1002/doc-loading-run-timeRémi Verschelde
2022-07-20Merge pull request #63170 from KoBeWi/main_failedRémi Verschelde
2022-07-20Merge pull request #63229 from Chaosus/vs_fix_iconsRémi Verschelde
2022-07-20Fix code folding icon color not matching defined colorPhoenixFlame101
Caused by reusing icons from the main editor in the code editor. These icons were converted based on the main editor theme and not the code editor theme. - Create new icons for use specifically in the code editor - Add these icons to the exceptions when converting dark theme icons to light theme automatically - Change the default value of the code folding color to match previous color - Code folding icon is now pure white by default to correctly match the color defined in settings
2022-07-20Merge pull request #63237 from RandomShaper/amend_error_msgRémi Verschelde
2022-07-20Merge pull request #63247 from YuriSizov/toolbars-go-with-the-flowRémi Verschelde
2022-07-20Fix `CanvasItem` not exiting its canvas group on canvas exitkleonc
2022-07-20Merge pull request #62961 from Faless/mp/4.x_interestFabio Alessandrelli
Add peer visibility to MultiplayerSynchronizer.
2022-07-20Merge pull request #63232 from nathanfranke/simplify-editor-anchorsRémi Verschelde
Simplify alignment preset, fixing icon for full rect
2022-07-20Merge pull request #61347 from fire-forge/theme-iconsRémi Verschelde
Add type icons to Theme editor Import Items tab
2022-07-20Merge pull request #63220 from Riteo/linuxbsd-build-improvementsRémi Verschelde
2022-07-20Improve `linuxbsd` headless building, cleanup build scriptsRiteo
Now the `linuxbsd` platform can be built headlessly (e.g. without X11 development libraries). I also cleaned up some weird (old?) usages of the `env` variable which seem to make no difference and are used nowhere else.
2022-07-20Use FlowContainer to handle toolbar overflow more gracefullyYuri Sizov
2022-07-20Merge pull request #63257 from Riteo/ci-oom-fixRémi Verschelde
2022-07-20Improve messages about VRSPedro J. Estébanez
2022-07-20simplify alignment preset, fixing icon for full rectNathan Franke
2022-07-20Add peer visibility to MultiplayerSynchronizer.Fabio Alessandrelli
MultiplayerSynchronizers can now be configured to limit their visibility to a subset of the connected peers, if the synchronized node was spawned by a MultiplayerSpawner (either automatically or via custom spawn) the given node will also be despawned remotely. The replication system doesn't have the logic to handle subspawn directly, but it is possible to handle them appropriately by manually updating the visibility of the parent before changing the one of the nested spawns via the "update_visibility" function. The visibility of each MultiplayerSynchronizer can be controlled by adding or remove filters via "[add|remove]_visibility_filter(callable)". To further optimize the network code, visibility filters can be configured to be automatically updated during idle or physics frame, or set to always require manual update (via the "update_visibility" function).
2022-07-20Remove `-pipe` from `LINKFLAGS`Riteo
For some reason this fixes the CI from going OOM.
2022-07-20Revert "CI: Disable Linux GCC ASAN temporarily"Riteo
This reverts commit 04e955841f43efc13f90f6edf457ad7867418202. It looks like we can just remove `-pipe` for the CI to complete.
2022-07-20Fix icons not loaded correctly in the visual shader editorYuri Rubinsky
2022-07-20Merge pull request #63254 from akien-mga/ci-disable-gcc-asanRémi Verschelde
2022-07-20CI: Disable Linux GCC ASAN temporarilyRémi Verschelde
Another attempt at fixing CI which seems to get a linker crash since today (likely OOM).
2022-07-20Merge pull request #60256 from octetdev2/docs-fix-staked-typoMax Hilbrunner
Fix typo in `TILE_LAYOUT_OFFSET_STACKED` description
2022-07-20Merge pull request #63221 from BastiaanOlij/fix_createinfo_structRémi Verschelde
Add missing fields to VkRenderPassCreateInfo2KHR struct
2022-07-20Add missing fields to VkRenderPassCreateInfo2KHR structBastiaan Olij
2022-07-19Merge pull request #63215 from VojtaStruhar/issue-58019Max Hilbrunner
[Docs] Filled in MultiMesh instance_count detail.
2022-07-19Filled in MultiMesh instance_count doc.Vojtěch Struhár
2022-07-19Merge pull request #62139 from bruvzg/label_font_setttingsRémi Verschelde
Add LabelSettings resource for quick Label theme property override.
2022-07-19Merge pull request #63190 from fabriceci/fix-calculation-angular-velocityRémi Verschelde
2022-07-19Merge pull request #63187 from RandomShaper/fix_atomic_cmp_exchangeRémi Verschelde
2022-07-19Merge pull request #63005 from Chaosus/image_rotateRémi Verschelde
Implement `rotate_90/rotate_180` functions to `Image`
2022-07-19Merge pull request #63195 from Rindbee/fix-wrong-clear-edit-menuRémi Verschelde
2022-07-19Merge pull request #63194 from bruvzg/fix_fs_posRémi Verschelde
2022-07-19Fix incorrectly clearing edit menuRindbee
Delete only if `editor_enabled` is true, otherwise destructor may delete it repeatedly.
2022-07-19[Windows] Set fullscreen flags on window creation.bruvzg
2022-07-19Merge pull request #59301 from fire-forge/layout-preset-full-rectRémi Verschelde
2022-07-19Merge pull request #63191 from bruvzg/set_screen_4Rémi Verschelde
2022-07-19Improve DisplayServer.window_set_current_screenbruvzg
Prevent unnecessary fullscreen toggle animation on macOS, when screen is not changed Fix window position on Linux/X11
2022-07-19Abort running if --path does not existkobewi
2022-07-19Fix the calculation of the angular velocity when the rotation speed is not high.fabriceci
2022-07-19Use the right memory ordering in SafeNumeric operationsPedro J. Estébanez