summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-28Merge pull request #66505 from ↵Rémi Verschelde
KoBeWi/floor()_and_int()_are_not_the_same_I_guess🤔 Fix wrong `floori()` behavior
2022-09-28Merge pull request #66504 from KoBeWi/hermit_methodRémi Verschelde
Make some File/Dir methods private
2022-09-28Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tabRémi Verschelde
Prevent docks to be reset to first tab when switching dock visibility
2022-09-27i18n: Sync classref translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit 8dbd40db6500b5bb6fbf79294f47b3bd2502be71)
2022-09-27i18n: Sync editor translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit 7ee90a080f88d7f5786b25cc829da65b5c33faa7)
2022-09-27Sync controller mappings DB with SDL2 community repoRémi Verschelde
Synced with gabomdq/SDL_GameControllerDB@81ddc73d17b703b68c9142b46106a4db7c0d98c3
2022-09-27Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @asmaloney, @MewPurPur, @Mickeon, @MinusKube, @RedMser Thanks to all contributors and donors for making Godot possible!
2022-09-27Fix wrong floori() behaviorkobewi
2022-09-27Make some File/Dir methods privatekobewi
2022-09-27Merge pull request #66244 from GuilhermeGSousa/tilemap-dock-release-fixRémi Verschelde
Fix mouse release leaving dock area
2022-09-27Merge pull request #66491 from KoBeWi/open_for_pathRémi Verschelde
Fix wrong DirAccess function in project converter
2022-09-27Merge pull request #66493 from akien-mga/scons-regex-duplicate-objsRémi Verschelde
Fix MSVC warning LNK4042 about dupe objects in regex
2022-09-27Merge pull request #66489 from ↵Rémi Verschelde
akien-mga/scons-msvc-fix-warning-d9025-option-override Fix MSVC D9025 warning overriding opt level
2022-09-27SCons: Fix MSVC warning LNK4042 about dupe objects in regexRémi Verschelde
2022-09-27Fix mouse release leaving dock areaGuilherme Sousa
2022-09-27Fix wrong DirAccess function in project converterkobewi
2022-09-27SCons: Fix MSVC D9025 warning overriding opt levelRémi Verschelde
And cleanup disable_warnings too to avoid setting `/w` / `-w` multiple times.
2022-09-27Merge pull request #66447 from akien-mga/gcc-ubsan-silence-Wmaybe-uninitializedRémi Verschelde
Silence GCC `-Wmaybe-uninitialized` caused by UBSAN
2022-09-27Merge pull request #66160 from dpalais/double_timeRémi Verschelde
Use double instead of real_t type for time-related parameters and variables
2022-09-27Merge pull request #66282 from BastiaanOlij/openxr_palm_poseRémi Verschelde
Add OpenXR palm pose extension support
2022-09-27Merge pull request #66485 from nikitalita/fix-file-access-zipRémi Verschelde
Prevent loading a zip with `--main-pack` from causing a stack overflow
2022-09-27Merge pull request #65074 from MewPurPur/booleans-highlighting-fixRémi Verschelde
Fix highlighting after value keywords
2022-09-27Merge pull request #66466 from clayjohn/FXAA-fixRémi Verschelde
Take FXAA samples from half-pixel coordinates to improve quality
2022-09-27Merge pull request #66370 from bitbrain/fix-light2d-blend-modesRémi Verschelde
Fix broken 2D light blending, addresses #49922
2022-09-27Merge pull request #66444 from Calinou/fogvolume-tweak-density-property-hintRémi Verschelde
Tweak FogVolume density property to allow sliding to negative values
2022-09-27Merge pull request #66317 from clayjohn/debanding-bugRémi Verschelde
Move deband to end of tonemapping.
2022-09-27Merge pull request #66445 from ↵Rémi Verschelde
EricEzaM/GH-66442-shortcut-change-popupmenu-update Ensure popup menu redraws items when shortcuts update.
2022-09-27Merge pull request #66441 from Calinou/editor-fix-play-buttons-disappearingRémi Verschelde
Fix project run/stop buttons disappearing in the editor
2022-09-26Fix FileAccessZip() causing a stack overflownikitalita
2022-09-26Take FXAA samples from half-pixel coordinates to improve qualityclayjohn
2022-09-26Change time parameters and variables to double typeDave Palais
Addresses #65313
2022-09-26Merge pull request #66440 from Chaosus/shader_completion_definesYuri Rubinsky
2022-09-26MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSANRémi Verschelde
A priori this doesn't appear to be an actual bug, but a known consequence of using UBSAN. We silence this one to still have the possibility to get more warnings raised by UBSAN, in case they are useful. Works around and closes #66343.
2022-09-26Merge pull request #60313 from BastiaanOlij/xr_hand_trackingRémi Verschelde
Adding OpenXR hand tracking support
2022-09-26Merge pull request #61336 from KoBeWi/where_are_you_goingRémi Verschelde
Force window position if spawned outside screen
2022-09-26Merge pull request #66434 from bruvzg/rtl_fix_def_otRémi Verschelde
[RTL] Fix font variations / OpenType features of theme default font not updated when default font is changed.
2022-09-26Merge pull request #66416 from MewPurPur/dependency-editor-improvementsRémi Verschelde
Add ability to open multiple scenes in the Dependency Editor
2022-09-26Merge pull request #66382 from MewPurPur/replace-in-files-foreverRémi Verschelde
Make Replace in Files always visible in Search
2022-09-26Merge pull request #66309 from RedMser/focus-search-bar-scene-tree-dialogRémi Verschelde
focus search bar by default
2022-09-26Merge pull request #66366 from asmaloney/script-fix-redundant-ifRémi Verschelde
_parse_function()
2022-09-26Merge pull request #66301 from ↵Rémi Verschelde
GuilhermeGSousa/fix-animation-transition-expressions Fix expression base path on transitions
2022-09-26Merge pull request #66435 from akien-mga/style-header-guards-cleanupRémi Verschelde
Cleanup header guards for consistency
2022-09-26Tweak FogVolume density property to allow sliding to negative valuesHugo Locurcio
Negative density is used to subtract fog from the rest of the world. The visible range in the slider was reduced to [-8; 8] as FogVolume density should generally not exceed 8.0 (it can introduce aliasing).
2022-09-26Ensure popup menu redraws items when shortcuts update.Eric M
2022-09-26Add defines to completion list in shadersYuri Rubinsky
2022-09-26Fix project run/stop buttons disappearing in the editorHugo Locurcio
2022-09-26Merge pull request #66432 from Chaosus/fix_fieldwiseYuri Rubinsky
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
Fix file names for {Static,Lightmap}RaycasterEmbree.
2022-09-26Force window position if spawned outside screenkobewi
2022-09-26Fix processing of some types in `math_fieldwise.cpp/fieldwise_assign`Yuri Rubinsky