index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
bullet
/
soft_body_bullet.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-10-21
Fix SoftDynamicBody3D crash when setting disable mode
PouleyKetchoupp
2021-10-07
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-10-04
Fix crash when pinned SoftBody point is out of range
Haoyu Qiu
2021-10-01
Remove scene code in physics servers
PouleyKetchoupp
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-03-20
Merge pull request #46937 from nekomatata/soft-body-support
Rémi Verschelde
2021-03-18
SoftBody support in GodotPhysics 3D
PouleyKetchoupp
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-10
Make Servers truly Thread Safe
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-10-08
Revert "Optimized physics object spawn time and optimized shape usage when th...
Andrea Catania
2020-10-08
Revert "- Enhanced the flush mechanism by flushing only needed thing."
Andrea Catania
2020-07-27
- Enhanced the flush mechanism by flushing only needed thing.
Andrea Catania
2020-06-24
Optimized physics object spawn time and optimized shape usage when the shape ...
Andrea Catania
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-09
Make softbody completelly stiff to attachment point
Andrea Catania
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-07
Optimitzed area overlap checks
Andrea Catania
2018-09-28
Fix warnings about wrong member initialization order [-Wreorder]
Rémi Verschelde
2018-08-03
Fixed SoftBody pinned point offset calculation
Andrea Catania
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-23
Implemented Soft body
AndreaCatania
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-11-04
Bullet physics engine implementation
AndreaCatania