summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2022-07-26add position track normalization & post process key value for retargetSilc Renew
2022-07-25Fix missing Distance Fade category in OmniLight3D/SpotLight3D inspectorHugo Locurcio
2022-07-25Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-25Merge pull request #63219 from reduz/implement-vector4-projectionRémi Verschelde
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-23Implement BPM supportreduz
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
2022-07-18Merge pull request #61590 from Haydoggo/path-follow-fixRémi Verschelde
2022-07-16add rest fixer to importer retargetSilc Renew
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-14prevent crash on NaN offset in path_follower 2d and 3dHayden Leete
2022-07-12Remove unused hintskobewi
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-05Clamp VoxelGI extents to reasonable values to avoid breaking bakingHugo Locurcio
2022-07-04Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t...bruvzg
2022-07-03Merge pull request #62677 from akien-mga/particles-fix-warnings-updateRémi Verschelde
2022-07-03Particles: Fix missing configuration warning updatesRémi Verschelde
2022-07-03Fix no `hint_string` for `frame` property in `AnimatedSprite`skleonc
2022-07-02Merge pull request #61610 from TokageItLab/importer-retarget-registered-gdhum...Rémi Verschelde
2022-07-01Merge pull request #50755 from foxydevloper/add-global-position-and-global-ro...Rémi Verschelde
2022-07-01Clamp Decal's upper/lower fade to positive valuesHugo Locurcio
2022-07-01Add global_position and global_rotation to Node3Dfoxydevloper
2022-07-01implement bone renamer in importerSilc Renew
2022-06-30Merge pull request #62527 from smix8/navigation_agent_property_groupsRémi Verschelde
2022-06-29Merge pull request #62084 from smix8/path_debug_options_4.xRémi Verschelde
2022-06-29Group NavigationAgent propertiessmix8
2022-06-28Merge pull request #60935 from Calinou/geometryinstance3d-gi-mode-default-staticRémi Verschelde
2022-06-27Merge pull request #62396 from reduz/fix-local-vector-transitions-in-node3dRémi Verschelde
2022-06-27Fix VECTOR/LOCAL transitions in Node3Dreduz
2022-06-26Merge pull request #62124 from holgac/bugfix-62096JFonS
2022-06-25Merge pull request #62372 from MarcusElg/nosliderrenameRémi Verschelde
2022-06-25Revert "Refactored `rotation_mode` in Node3D"Juan Linietsky
2022-06-25fix set_position()Silc Renew
2022-06-24add support for soft shadows to the lightmapperPriyansh Rathi
2022-06-24Rename export_range's noslider option to no_sliderMarcus Elg
2022-06-24Merge pull request #62227 from TokageItLab/fix-rotation-mode-node3dRémi Verschelde
2022-06-23Use the Static global illumination mode in GeometryInstance3D by defaultHugo Locurcio
2022-06-23fix method when rotation_mode changedSilc Renew
2022-06-23Fix editor-only visibility for lightsreduz
2022-06-20Add Path2D/3D debug optionssmix8
2022-06-20Merge pull request #62214 from smix8/navigation_layer_bitmask_helpers_4.xRémi Verschelde
2022-06-20Merge pull request #62181 from smix8/navigation_navagent_pathpoint_dist_4.xRémi Verschelde
2022-06-20Clean up Hash Functionsreduz
2022-06-19Add navigation layer bitmask helper functionssmix8
2022-06-19Fix physical bone is not animated in running project.baihan
2022-06-18Add NavigationAgent desired path distancesmix8
2022-06-17Fix Light3D `angular_distance` property hint being in radiansHugo Locurcio
2022-06-17Audio: Expose 2D/3D panning strength parametersEllen Poe
2022-06-17Fixes #62096: LightmapGIData::_get_light_textures_data crash on empty imageholgac