| Commit message (Expand) | Author | Age | Files | Lines |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 45 | -15988/+0 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -3/+4 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -1/+1 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 2 | -3/+3 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 2 | -59/+36 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 8 | -25/+23 |
* | Fix code formatting issues and VS compilation | Rémi Verschelde | 2020-02-11 | 3 | -4/+4 |
* | Refactored RID/RID_Owner to always use O(1) allocation. | Juan Linietsky | 2020-02-11 | 6 | -160/+161 |
* | Merge pull request #33615 from raphael10241024/fix_shape_change | Rémi Verschelde | 2020-01-16 | 1 | -0/+3 |
|\ |
|
| * | refresh area2d collision when shape changes, close #33369 | RaphaelHunter | 2019-11-14 | 1 | -0/+3 |
* | | 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 |