Age | Commit message (Expand) | Author |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-10 | Documented the new NavigationServer and all its associated nodes (2D and 3D) | Duroxxigar |
2020-02-10 | - Integrated NavigationServer and Navigation2DServer. | Andrea Catania |
2020-02-09 | Merge pull request #36048 from AndreaCatania/SoftBodyStiff | Rémi Verschelde |
2020-02-09 | Make softbody completelly stiff to attachment point | Andrea Catania |
2020-02-08 | Added feature to move physical bones with skeleton when not simulating physics | Andrea Catania |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-25 | Fixes crash in Spatial::notification | Haoyu Qiu |
2020-01-24 | Allow greater values in unit_offset | Tomasz Chabora |
2020-01-22 | Merge pull request #35406 from lawnjelly/ortho-shadow | Rémi Verschelde |
2020-01-22 | Change CameraMatrix::get_viewport_size to get_viewport_half_extents | lawnjelly |
2020-01-22 | Incorrect joystick id was returned on an inactive ARVR controller | Bastiaan Olij |
2020-01-21 | Remove unused #if 0'ed code | Rémi Verschelde |
2020-01-16 | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde |
2020-01-15 | Fixes get_floor_normal() returning the user defined floor_normal. | Marcel Admiraal |
2020-01-10 | Added function to expose floor normal, useful to correctly calculate player v... | Andrea Catania |
2020-01-09 | fixed camera project_position function that was still using the near paramete... | Ben Hickling |
2020-01-05 | Don't update the floor_velocity with the current linear_velocity. | Marcel Admiraal |
2020-01-02 | Update Camera.project_position to not return get_global_transform().origin if... | SIYU FU |
2020-01-02 | Fix wrong disconnect in callback in VisibilityNotifier 3D | Александр Растриженков |
2020-01-02 | Merge pull request #34720 from Calinou/light-gizmo-color-by-light | Rémi Verschelde |
2020-01-01 | Merge pull request #34665 from timothyqiu/camera-fov | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2020-01-01 | Tint 3D light gizmos using the light's color | Hugo Locurcio |
2019-12-29 | Clamps fov/size for Camera gizmo | Haoyu Qiu |
2019-12-22 | i18n: Sync translations with Weblate + update template | Rémi Verschelde |
2019-12-21 | Add a range property hint for the number of contacts reported | Hugo Locurcio |
2019-12-16 | Use an internal skin unless one is supplied by user, fixes #32766 | Juan Linietsky |
2019-12-14 | Merge pull request #34300 from Acvarium/ragdoll-impuls | Rémi Verschelde |
2019-12-12 | Added apply_central_impulse to PhysicalBone class | Vitalii Shmorhun |
2019-12-12 | Fix for collision polygon not working at all on exported builds. | jitspoe |
2019-12-10 | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-12-02 | Ensure move_and_slide() is consistent between the 2D and 3D versions. | Marcel Admiraal |
2019-12-01 | Properly remove joint when a physical bone is removed from the scene | PouleyKetchoupp |
2019-12-01 | Merge pull request #34019 from nekomatata/inspector-transform-update | Rémi Verschelde |
2019-11-30 | Update transform property in the inspector when changing translation/rotation... | PouleyKetchoupp |
2019-11-30 | Port Path2D changes to 3D | Tomasz Chabora |
2019-11-21 | GIProbe::bake: Remove check for ownership | PtrMan |
2019-11-10 | Camera: Don't set default value for project_position | Rémi Verschelde |
2019-11-09 | Fixed Particles restart after visibility has been set to off and on again | PouleyKetchoupp |
2019-11-07 | Merge pull request #30588 from Demiu/patch-1 | Rémi Verschelde |
2019-11-01 | Merge pull request #33209 from Jummit/soft-body-tutorial | Rémi Verschelde |
2019-11-01 | link SoftBody tutorial in docs and add ray_pickable property | Jummit |
2019-10-29 | Fixed disconnecting not connected signal | Mikolaj Kaczmarek |
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde |
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut |
2019-10-24 | Fixed emitting not initialized correctly in cpu particles 2d/3d | PouleyKetchoupp |
2019-10-22 | Auto-increment frame_coords when keying | Tomasz Chabora |