Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-28 | Merge pull request #66505 from ↵ | Rémi Verschelde | |
KoBeWi/floor()_and_int()_are_not_the_same_I_guess🤔 Fix wrong `floori()` behavior | |||
2022-09-28 | Merge pull request #66504 from KoBeWi/hermit_method | Rémi Verschelde | |
Make some File/Dir methods private | |||
2022-09-28 | Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tab | Rémi Verschelde | |
Prevent docks to be reset to first tab when switching dock visibility | |||
2022-09-27 | i18n: Sync classref translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit 8dbd40db6500b5bb6fbf79294f47b3bd2502be71) | |||
2022-09-27 | i18n: Sync editor translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit 7ee90a080f88d7f5786b25cc829da65b5c33faa7) | |||
2022-09-27 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@81ddc73d17b703b68c9142b46106a4db7c0d98c3 | |||
2022-09-27 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @asmaloney, @MewPurPur, @Mickeon, @MinusKube, @RedMser Thanks to all contributors and donors for making Godot possible! | |||
2022-09-27 | Fix wrong floori() behavior | kobewi | |
2022-09-27 | Make some File/Dir methods private | kobewi | |
2022-09-27 | Merge pull request #66244 from GuilhermeGSousa/tilemap-dock-release-fix | Rémi Verschelde | |
Fix mouse release leaving dock area | |||
2022-09-27 | Merge pull request #66491 from KoBeWi/open_for_path | Rémi Verschelde | |
Fix wrong DirAccess function in project converter | |||
2022-09-27 | Merge pull request #66493 from akien-mga/scons-regex-duplicate-objs | Rémi Verschelde | |
Fix MSVC warning LNK4042 about dupe objects in regex | |||
2022-09-27 | Merge 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-27 | SCons: Fix MSVC warning LNK4042 about dupe objects in regex | Rémi Verschelde | |
2022-09-27 | Fix mouse release leaving dock area | Guilherme Sousa | |
2022-09-27 | Fix wrong DirAccess function in project converter | kobewi | |
2022-09-27 | SCons: Fix MSVC D9025 warning overriding opt level | Rémi Verschelde | |
And cleanup disable_warnings too to avoid setting `/w` / `-w` multiple times. | |||
2022-09-27 | Merge pull request #66447 from akien-mga/gcc-ubsan-silence-Wmaybe-uninitialized | Rémi Verschelde | |
Silence GCC `-Wmaybe-uninitialized` caused by UBSAN | |||
2022-09-27 | Merge pull request #66160 from dpalais/double_time | Rémi Verschelde | |
Use double instead of real_t type for time-related parameters and variables | |||
2022-09-27 | Merge pull request #66282 from BastiaanOlij/openxr_palm_pose | Rémi Verschelde | |
Add OpenXR palm pose extension support | |||
2022-09-27 | Merge pull request #66485 from nikitalita/fix-file-access-zip | Rémi Verschelde | |
Prevent loading a zip with `--main-pack` from causing a stack overflow | |||
2022-09-27 | Merge pull request #65074 from MewPurPur/booleans-highlighting-fix | Rémi Verschelde | |
Fix highlighting after value keywords | |||
2022-09-27 | Merge pull request #66466 from clayjohn/FXAA-fix | Rémi Verschelde | |
Take FXAA samples from half-pixel coordinates to improve quality | |||
2022-09-27 | Merge pull request #66370 from bitbrain/fix-light2d-blend-modes | Rémi Verschelde | |
Fix broken 2D light blending, addresses #49922 | |||
2022-09-27 | Merge pull request #66444 from Calinou/fogvolume-tweak-density-property-hint | Rémi Verschelde | |
Tweak FogVolume density property to allow sliding to negative values | |||
2022-09-27 | Merge pull request #66317 from clayjohn/debanding-bug | Rémi Verschelde | |
Move deband to end of tonemapping. | |||
2022-09-27 | Merge pull request #66445 from ↵ | Rémi Verschelde | |
EricEzaM/GH-66442-shortcut-change-popupmenu-update Ensure popup menu redraws items when shortcuts update. | |||
2022-09-27 | Merge pull request #66441 from Calinou/editor-fix-play-buttons-disappearing | Rémi Verschelde | |
Fix project run/stop buttons disappearing in the editor | |||
2022-09-26 | Fix FileAccessZip() causing a stack overflow | nikitalita | |
2022-09-26 | Take FXAA samples from half-pixel coordinates to improve quality | clayjohn | |
2022-09-26 | Change time parameters and variables to double type | Dave Palais | |
Addresses #65313 | |||
2022-09-26 | Merge pull request #66440 from Chaosus/shader_completion_defines | Yuri Rubinsky | |
2022-09-26 | MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSAN | Ré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-26 | Merge pull request #60313 from BastiaanOlij/xr_hand_tracking | Rémi Verschelde | |
Adding OpenXR hand tracking support | |||
2022-09-26 | Merge pull request #61336 from KoBeWi/where_are_you_going | Rémi Verschelde | |
Force window position if spawned outside screen | |||
2022-09-26 | Merge pull request #66434 from bruvzg/rtl_fix_def_ot | Rémi Verschelde | |
[RTL] Fix font variations / OpenType features of theme default font not updated when default font is changed. | |||
2022-09-26 | Merge pull request #66416 from MewPurPur/dependency-editor-improvements | Rémi Verschelde | |
Add ability to open multiple scenes in the Dependency Editor | |||
2022-09-26 | Merge pull request #66382 from MewPurPur/replace-in-files-forever | Rémi Verschelde | |
Make Replace in Files always visible in Search | |||
2022-09-26 | Merge pull request #66309 from RedMser/focus-search-bar-scene-tree-dialog | Rémi Verschelde | |
focus search bar by default | |||
2022-09-26 | Merge pull request #66366 from asmaloney/script-fix-redundant-if | Rémi Verschelde | |
_parse_function() | |||
2022-09-26 | Merge pull request #66301 from ↵ | Rémi Verschelde | |
GuilhermeGSousa/fix-animation-transition-expressions Fix expression base path on transitions | |||
2022-09-26 | Merge pull request #66435 from akien-mga/style-header-guards-cleanup | Rémi Verschelde | |
Cleanup header guards for consistency | |||
2022-09-26 | Tweak FogVolume density property to allow sliding to negative values | Hugo 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-26 | Ensure popup menu redraws items when shortcuts update. | Eric M | |
2022-09-26 | Add defines to completion list in shaders | Yuri Rubinsky | |
2022-09-26 | Fix project run/stop buttons disappearing in the editor | Hugo Locurcio | |
2022-09-26 | Merge pull request #66432 from Chaosus/fix_fieldwise | Yuri Rubinsky | |
2022-09-26 | Style: Cleanup header guards for consistency | Rémi Verschelde | |
Fix file names for {Static,Lightmap}RaycasterEmbree. | |||
2022-09-26 | Force window position if spawned outside screen | kobewi | |
2022-09-26 | Fix processing of some types in `math_fieldwise.cpp/fieldwise_assign` | Yuri Rubinsky | |