Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | Merge pull request #60335 from snw-0/patch-1 | Rémi Verschelde | |
2022-04-27 | doc: Update iOS hint for Input.vibrate_handheld after #60397 | Rémi Verschelde | |
2022-04-27 | Merge pull request #60523 from akien-mga/linux-pkgconfig-nixos | Rémi Verschelde | |
2022-04-27 | Merge pull request #60397 from timoschwarzer/ios-haptic-engine | Rémi Verschelde | |
2022-04-27 | Fix TileMap::set_pattern offsets | Samuel Wilson | |
Currently it is trying to use the target coordinates (i.e., in the destination TileMap) to pull from the pattern, rather than the pattern-local coordinates. | |||
2022-04-27 | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde | |
2022-04-27 | Merge pull request #58383 from bruvzg/no_inv_window_placement | Rémi Verschelde | |
2022-04-27 | Merge pull request #60548 from aaronfranke/rename-singleton-var | Rémi Verschelde | |
Rename variable names for some singletons | |||
2022-04-27 | Merge pull request #60535 from timothyqiu/class-name-icon | Rémi Verschelde | |
Fix custom class icon when it inherits from a script | |||
2022-04-27 | Merge pull request #58164 from Calinou/import-hdr-add-clamp-exposure-option | Rémi Verschelde | |
Add an option to clamp HDR exposure to reduce environment fireflies | |||
2022-04-27 | Merge pull request #60312 from Geometror/improve-noise-2 | Rémi Verschelde | |
Restructure and refine the noise module | |||
2022-04-27 | Merge pull request #59337 from fire-forge/raycast2d-editor | Rémi Verschelde | |
Add an editor handle for `RayCast2D.target_position` | |||
2022-04-27 | Merge pull request #60542 from KoBeWi/garbage | Rémi Verschelde | |
Expose `move_to_trash()` | |||
2022-04-26 | Rename variable names for some singletons | Aaron Franke | |
2022-04-26 | Merge pull request #60541 from Calinou/orthogonal-fix-typo | Clay John | |
Fix "ortogonal" -> "orthogonal" typo in rasterizer code | |||
2022-04-27 | Fix custom class icon when it inherits from a script | Haoyu Qiu | |
2022-04-27 | Add an option to clamp HDR exposure to reduce environment fireflies | Hugo Locurcio | |
HDRI panoramas designed for realistic lighting can have extremely bright suns, causing fireflies to appear in the environment reflection (in addition to making environment lighting too bright when a DirectionalLight3D is used). This uses the Filament tonemapping formula. | |||
2022-04-27 | Expose move_to_trash() | kobewi | |
2022-04-26 | Merge pull request #60513 from Calinou/default-font-add-msdf-mipmap | Rémi Verschelde | |
Add MSDF and mipmap generation project settings for the default font | |||
2022-04-26 | Add RayCast2D target_position editor handle | FireForge | |
2022-04-26 | Fix "ortogonal" -> "orthogonal" typo in rasterizer code | Hugo Locurcio | |
2022-04-26 | Merge pull request #58346 from aaronfranke/hint-no-range | Rémi Verschelde | |
Allow using other property hints without the range hint | |||
2022-04-26 | Merge pull request #57647 from Faless/mp/4.x_mp_api_branch | Fabio Alessandrelli | |
[Net] Allow branch-specific MultiplayerAPIs. | |||
2022-04-26 | Merge pull request #60420 from AndreaCatania/fix_looup_ptr_const | Rémi Verschelde | |
Add mutable OAHashMap::lookup_ptr function to fix mutability. | |||
2022-04-26 | [Net] Allow branch-specific MultiplayerAPIs. | Fabio Alessandrelli | |
Removes custom_multiplayer from Node. MultiplayerAPI overrides are now set at SceneTree level, and apply to whole branches. Impact on performance when using only the default multiplayer or overriding it is minimal, the use of branches can likely be further optimized by caching nodes and relevant MultiplayerAPI IDs. | |||
2022-04-26 | Allow using other property hints without the range hint | Aaron Franke | |
2022-04-26 | Merge pull request #60528 from bruvzg/thread_pool_delay | Rémi Verschelde | |
Create NavMap thread pool only when it's used, to prevent creating excessive amount of running threads. | |||
2022-04-26 | Create NavMap thread pool only when it's used, to prevent creating excessive ↵ | bruvzg | |
amount of running threads. | |||
2022-04-26 | Merge pull request #60524 from Chaosus/fix_shader_precision | Yuri Rubinsky | |
2022-04-26 | Merge pull request #60395 from Geometror/editor-gradient-preview-plugin | Rémi Verschelde | |
2022-04-26 | Merge pull request #60008 from fire-forge/bitmap-preview | Rémi Verschelde | |
2022-04-26 | Merge pull request #60367 from timothyqiu/refresh-cd | Rémi Verschelde | |
2022-04-26 | Merge pull request #60359 from adamscott/nav-map-thread-work-pool | Rémi Verschelde | |
2022-04-26 | Prevent shader crash when using precision on boolean types | Yuri Roubinsky | |
2022-04-26 | Merge pull request #60409 from fire-forge/array-type | Rémi Verschelde | |
2022-04-26 | Merge pull request #60418 from ShimmyShaman/master | Rémi Verschelde | |
2022-04-26 | Merge pull request #60511 from akien-mga/readd-find_node | Rémi Verschelde | |
2022-04-26 | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde | |
It's not needed on most distros as those are found in standard lib and include paths, but on NixOS they're all in non-standard prefixes, so we need to rely on information provided by pkg-config. Fixes #59913. Co-authored-by: David Lewis <davidalewis00@gmail.com> | |||
2022-04-26 | Merge pull request #60446 from KoBeWi/animation_extermination | Rémi Verschelde | |
Remove RESET tracks after removing tracks | |||
2022-04-26 | Merge pull request #60369 from timothyqiu/al-validate | Rémi Verschelde | |
Fix AnimationLibrary name validation | |||
2022-04-26 | Merge pull request #58666 from IgorKordiukiewicz/sprite-frames-resize-panels | Rémi Verschelde | |
Fixed issue where panels in sprite frames editor couldn't be resized | |||
2022-04-26 | Merge pull request #60497 from fire-forge/more-caps | Rémi Verschelde | |
Add more property capitalizations | |||
2022-04-25 | Add more property capitalizations | FireForge | |
- BiDi - FileSystem - NavMesh | |||
2022-04-26 | Fixed issue where panels in sprite frames editor couldn't be resized | Igor Kordiukiewicz | |
2022-04-25 | Merge pull request #60438 from Paulb23/text-edit-tests | Rémi Verschelde | |
Add TextEdit unit tests and multiple fixes. | |||
2022-04-25 | Merge pull request #60436 from Scony/fix-map-get-path-crash | Rémi Verschelde | |
Fix crash in `GodotNavigationServer::map_get_path` | |||
2022-04-25 | Merge pull request #60445 from nathanfranke/minor-changes | Rémi Verschelde | |
small changes: improve OS.get_name classref, misc/scripts fixes, remove trailing quote | |||
2022-04-25 | Merge pull request #60450 from timothyqiu/packed-array-doc | Rémi Verschelde | |
Remove `Array` link in description of `Packed*Array` | |||
2022-04-25 | Merge pull request #59989 from NNesh/fix/clearing_backbuffer | Rémi Verschelde | |
Fixed clearing the back-buffer if canvas group doesn't have any items. | |||
2022-04-25 | Fix clearing backbuffer if there are no items | NNesh | |