index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
bullet
/
rigid_body_bullet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RigidBodyBullet areasWhereIam element shift.
Marcel Admiraal
2020-09-14
1
-2
/
+2
*
Reload Bullet space override modifier even when RigidBody is inactive.
Marcel Admiraal
2020-08-03
1
-2
/
+1
*
- Enhanced the flush mechanism by flushing only needed thing.
Andrea Catania
2020-07-27
1
-49
/
+56
*
Set isScratchedSpaceOverrideModificator to false when removing a
Marcel Admiraal
2020-07-12
1
-0
/
+1
*
Merge pull request #39726 from AndreaCatania/add_body_impr_physics
Rémi Verschelde
2020-07-07
1
-5
/
+7
|
\
|
*
Optimized physics object spawn time and optimized shape usage when the shape ...
Andrea Catania
2020-06-24
1
-5
/
+7
*
|
Refactor physics force and impulse code
Aaron Franke
2020-06-02
1
-17
/
+17
|
/
*
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
1
-5
/
+0
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-20
/
+40
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-19
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-19
/
+1
*
Better damping implementation for Bullet rigid bodies
PouleyKetchoupp
2020-04-27
1
-20
/
+20
*
Fix set_sleep_state in Bullet body direct state
PouleyKetchoupp
2020-04-14
1
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-10
/
+10
*
doc: Update classref with node renames
Rémi Verschelde
2020-03-30
1
-35
/
+35
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-63
/
+63
*
change an exclamation mark to a dot
Pierre Caye
2020-03-09
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-1
/
+1
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-2
/
+2
*
Add do..while(0) wrappers to macros without one.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
*
Bullet: Prevent potential division by zero
Rémi Verschelde
2020-01-21
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
1
-7
/
+7
*
Call activate function when setting RigidBodyBullet activation state.
Marcel Admiraal
2019-10-14
1
-1
/
+1
*
Fixed RigidBody stuttering when changing collision layer/mask
PouleyKetchoupp
2019-10-08
1
-0
/
+2
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-2
/
+2
*
fix some crashes
Furkan Türkal
2019-07-01
1
-2
/
+2
*
Improved CCD calculation algorithm
Andrea Catania
2019-05-16
1
-6
/
+4
*
Fix missing re-activation of bullet physics sleep feature
ShyRed
2019-04-06
1
-0
/
+2
*
Avoid inertia calculation for empty shape - Bullet
Andrea Catania
2019-01-30
1
-1
/
+2
*
Fixed Rigidbody first frame center spawn
Andrea Catania
2019-01-28
1
-0
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Improved algorithm that check collision
Andrea Catania
2018-11-22
1
-0
/
+21
*
Fix some undefined behaviour in Bullet module.
Ibrahn Sahir
2018-11-16
1
-1
/
+4
*
Optimitzed area overlap checks
Andrea Catania
2018-10-07
1
-11
/
+16
*
Improved code that handles collision shapes, fixes #21945
Andrea Catania
2018-10-06
1
-8
/
+7
*
Fix warnings about wrong member initialization order [-Wreorder]
Rémi Verschelde
2018-09-28
1
-5
/
+5
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-8
/
+6
*
Added automatically set velocity when rigid is kinematic
Andrea Catania
2018-09-19
1
-1
/
+4
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
Fiex bullet crash
Andrea Catania
2018-09-10
1
-2
/
+5
*
Fixed crash during raycast and CCD radius calculation
Andrea Catania
2018-09-07
1
-4
/
+9
*
Fixing trimesh precision
Andrea Catania
2018-09-06
1
-1
/
+2
*
Optimized in case is used just 1 shape with no transform
Andrea Catania
2018-09-06
1
-5
/
+12
*
Merge pull request #20381 from AndreaCatania/phymat_2
Juan Linietsky
2018-08-07
1
-18
/
+0
|
\
|
*
Removed physics material combination mode. Added rough and absorbent paramete...
Andrea Catania
2018-08-07
1
-18
/
+0
*
|
Merge pull request #15643 from organicpencil/bullet_contact_impulse
Rémi Verschelde
2018-07-26
1
-1
/
+6
|
\
\
|
*
|
Expose PhysicsDirectBodyState.get_contact_impulse
Lee Pugh
2018-01-12
1
-1
/
+6
[next]