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
/
servers
/
physics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
43
-86
/
+86
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
2
-2
/
+2
*
Activate Body(2D)SW when switching to rigid or character mode.
Marcel Admiraal
2019-10-15
1
-0
/
+2
*
Fix mismatch between RigidBody(2D) and Body(2D)SW can_sleep defaults.
Marcel Admiraal
2019-10-12
1
-1
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Fix custom inertia in physics2d, closes#30838
RaphaelHunter
2019-08-22
1
-0
/
+1
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories
Michael Alexsander Silva Dias
2019-08-09
2
-25
/
+7
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-4
/
+2
*
Reverted fix that makes sense for collision_solver_2d_sat but not for the 3d ...
PouleyKetchoupp
2019-07-31
1
-2
/
+2
*
Fix some code found by Coverity Scan and PVS Studio
qarmin
2019-07-23
3
-7
/
+2
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-10
/
+0
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-2
/
+2
*
Merge pull request #29951 from raphael10241024/add_physics_2d_optimize
Rémi Verschelde
2019-07-01
2
-2
/
+12
|
\
|
*
add 2d physic optimization simlilar to 3d physics
yakun.zhang
2019-06-21
2
-2
/
+12
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
4
-16
/
+3
|
/
*
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
2
-3
/
+5
|
\
|
*
Fix always true/false values
qarmin
2019-06-20
2
-3
/
+5
*
|
Merge pull request #27310 from KoBeWi/angular_dank
Rémi Verschelde
2019-06-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make angular_damp of new Area nodes match the global default
Tomasz Chabora
2019-04-01
1
-1
/
+1
*
|
Change "ID" to lowercase "id"
Aaron Franke
2019-05-09
2
-6
/
+6
*
|
Merge pull request #27415 from aqnuep/kinematicbody_fixes
Rémi Verschelde
2019-05-02
1
-1
/
+1
|
\
\
|
*
|
KinematicBody performance and quality improvements
Daniel Rakos
2019-03-27
1
-1
/
+1
|
|
/
*
|
Merge pull request #27371 from ShyRed/fixdisabled2dcollisions
Rémi Verschelde
2019-04-30
4
-8
/
+9
|
\
\
|
*
|
Allow adding disabled shapes
ShyRed
2019-04-23
4
-8
/
+9
*
|
|
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
4
-10
/
+10
|
/
/
*
|
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-22
1
-4
/
+2
|
\
\
|
*
|
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-4
/
+2
|
|
/
*
/
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-3
/
+6
|
/
*
Make query checks less agressive, fixes #24694
Juan Linietsky
2019-03-02
1
-10
/
+8
*
Fix warnings seen with -Wignored-qualifiers.
marxin
2019-02-21
1
-1
/
+1
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
3
-6
/
+6
*
Support multiple ray shapes in kinematicbody, fixes #25050
Juan Linietsky
2019-02-16
1
-7
/
+15
*
Add a minimum treshold for acquiring rest contacts to avoid numerical precisi...
Juan Linietsky
2019-02-16
2
-0
/
+9
*
Allow kinematic bodies without shapes to still move, fixes #24775
Juan Linietsky
2019-02-16
1
-0
/
+5
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-2
/
+2
*
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-1
/
+1
*
[Core] Rename Matrix3 file to Basis
Aaron Franke
2019-02-09
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
43
-86
/
+86
*
Disabled CollisionShape and CollisionShape2D are not processed now
Stanislav
2018-12-12
2
-0
/
+8
*
Added function to control 6DOF precision
Andrea Catania
2018-11-27
1
-0
/
+3
*
Merge pull request #23668 from sdfgeoff/fix_angular_constraints
Rémi Verschelde
2018-11-17
1
-0
/
+48
|
\
|
*
Added angular restitution
Geoffrey Irons
2018-11-13
1
-0
/
+48
*
|
-Make sure monitorable cant be flipped while flushing queries, fixes #17330
Juan Linietsky
2018-11-16
2
-0
/
+21
|
/
*
-Fix problem in OWC logic closes #11357
Juan Linietsky
2018-11-02
1
-4
/
+24
*
Update 3D physics to match fix from #22933
Juan Linietsky
2018-11-01
1
-2
/
+2
*
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-25
1
-0
/
+1
|
\
|
*
Add some limits on the Editor Settings
Superwaitsum
2018-10-24
1
-0
/
+1
*
|
Fixed a typo, treshhold to threshold.
M. Huri
2018-10-23
1
-1
/
+0
*
|
Removed duplication of include(s):
M. Huri
2018-10-13
1
-1
/
+0
[next]