summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-30Merge pull request #62538 from Calinou/movie-writer-split-pngwavRémi Verschelde
Split MovieWriterPNGWAV into its own file
2022-06-30Merge pull request #62511 from Chaosus/fix_doc_title_propertyRémi Verschelde
Fix `help_title_font_size` editor property to correctly apply to docs
2022-06-30Merge pull request #62527 from smix8/navigation_agent_property_groupsRémi Verschelde
Group NavigationAgent properties
2022-06-30Split MovieWriterPNGWAV into its own fileHugo Locurcio
This makes its organization consistent with MovieWriterMJPEG.
2022-06-29Merge pull request #62084 from smix8/path_debug_options_4.xRémi Verschelde
Add Path2D/3D debug options
2022-06-29Group NavigationAgent propertiessmix8
Groups the ill-defined NavigationAgent properties between pathfinding and avoidance to make it more clear which property affects what.
2022-06-29Merge pull request #62518 from akien-mga/android-fix-etcpak-armv7-buildRémi Verschelde
2022-06-29etcpak: Fix Android ARMv7 build with NDK r23Rémi Verschelde
Fix merged upstream. Fixes #62516.
2022-06-29Fix `help_title_font_size` editor property to correctly apply to docsYuri Rubinsky
2022-06-29i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit c93ccb5d1da8f4a01646b6f29a5ad0e87381b027)
2022-06-29i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit f29241fa1eed5899604e6b8c8fc3b4c84e4f4641)
2022-06-29Merge pull request #62510 from MinusKube/animation-reset-crashRémi Verschelde
Fix animation player crashing when caching disabled tracks
2022-06-29Merge pull request #62502 from TokageItLab/fix-pingpong-snagRémi Verschelde
Fixed pingpong animation get snaging on the edge in AnimationTree
2022-06-29Fix animation player crashing when caching disabled tracksMinusKube
2022-06-29fixed Pingpong animation get snaging on the edge in AnimationTreeSilc Renew
2022-06-28Merge pull request #62489 from qarmin/more_renamesRémi Verschelde
More function/class renames in converter
2022-06-28Merge pull request #60675 from voylin/Add-BBCode-support-for-printing-outputRémi Verschelde
Adding print_rich() for printing with BBCode
2022-06-28Merge pull request #62494 from TechnoPorg/gradient-fix-precisionRémi Verschelde
2022-06-28Merge pull request #61196 from V-Sekai/animtree-advance-expressionsRémi Verschelde
2022-06-28Use single-precision floats in GradientEditTechnoPorg
Gradient itself only uses single-precision floats, so using double-precision floats in GradientEdit is both unnecessary, and creates casting issues.
2022-06-28Merge pull request #62485 from cdemirer/fix-set-chain-jump-if-sharedRémi Verschelde
Fix chain assignment bug with jump_if_shared
2022-06-28Merge pull request #59167 from akien-mga/zstd-1.5.2Rémi Verschelde
zstd: Update to upstream version 1.5.2
2022-06-28Add AnimationTree Advance ExpressionsSaracenOne
Allows specifying an expression as a condition for state machine transitions. This gives much greater flexibility for creating complex state machines. By directly interfacing with the script code, it is possible to create complex animation advance condition for switching between states. Ensure assigning AnimationTreeStateMachineTransition base expression node in editor is relative to current AnimationTree node. Allow setting an expression base node on the AnimationTree itself. Co-Authored-By: reduz <reduzio@gmail.com>
2022-06-28More function/class renames in converterRafał Mikrut
2022-06-28Fix set chain bug with jump_if_sharedcdemirer
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-06-28Merge pull request #53135 from briansemrau/fix-ref-leakRémi Verschelde
2022-06-28Merge pull request #62486 from akien-mga/pr-templateRémi Verschelde
2022-06-28Merge pull request #61228 from snailrhymer/tween-doc-changesRémi Verschelde
2022-06-28Merge pull request #58656 from MarcoFazioRandom/patch-1Rémi Verschelde
2022-06-28Rewrite PR template to make it slightly less verboseRémi Verschelde
2022-06-28Fix typos and improve clarity in Tween docssnailrhymer
2022-06-28Input: Make `get_action_raw_strength` print error when the action doesn't existMarco F
2022-06-28Merge pull request #62482 from JFonS/fix_crash_canvas_modeRémi Verschelde
2022-06-28Merge pull request #60935 from Calinou/geometryinstance3d-gi-mode-default-staticRémi Verschelde
Use the Static global illumination mode in GeometryInstance3D by default
2022-06-28zstd: Update to upstream version 1.5.2Rémi Verschelde
Release notes: - https://github.com/facebook/zstd/releases/tag/v1.5.1 - https://github.com/facebook/zstd/releases/tag/v1.5.2
2022-06-28Fix crash in Environment "Canvas" background mode.JFonS
2022-06-28Merge pull request #55954 from RandomShaper/vulkan_rd_goodiesRémi Verschelde
2022-06-28Avoid manual memory management of certain arrays in Vulkan RDPedro J. Estébanez
2022-06-28Fix confusion between Vulkan and RD storage buffer usage valuesPedro J. Estébanez
2022-06-28Stop debug time full barriers preventing layout transitions in Vulkan RDPedro J. Estébanez
2022-06-28Optimize texture update in Vulkan RDPedro J. Estébanez
2022-06-28Apply some small fixes/enhancements to the Vulkan RDPedro J. Estébanez
- Initialize queue indices to values meaning 'unset' - Remove unused parameters & members - Make texture update access flags consistent with texture copy - Fix style and pass type of some parameters - Synchronize setup-draw in flush with a semaphore - Add no current list validation to draw_list_begin_splits() - Update texture usage flags on destination of copy - Fix misuse of Vulkan flag
2022-06-28Merge pull request #62467 from RandomShaper/descriptor_rw_mattersRémi Verschelde
Consider uniform writability part of the interface of the set
2022-06-28Merge pull request #62475 from Je06jm/fix-fsrRémi Verschelde
Fixed FSR
2022-06-28Merge pull request #62470 from vnen/gdscript-export-nodesRémi Verschelde
GDScript: Enable exporting nodes to the inspector
2022-06-27Fixed FSR. Before, it was commiting theJe06jm
raw render to the screen. Now, it commits the fsr upscaled image
2022-06-28Merge pull request #62468 from V-Sekai/core-const-expressionsRémi Verschelde
Add a const call mode to Object, Variant and Script.
2022-06-27GDScript: Enable exporting nodes to the inspectorGeorge Marques
Also fix an small issue in the property editor for NodePath trying to use the meta property when not needed.
2022-06-27Merge pull request #62449 from Chaosus/wrap_funcRémi Verschelde
Add generalized version of `wrap` function