index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
physics_2d
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #18349 from Gorgexpress/master
Max Hilbrunner
2018-05-26
1
-1
/
+4
|
\
|
*
Fixed 2D intersect_shape limiting broadphase results
Michael
2018-04-22
1
-1
/
+4
*
|
Merge pull request #18144 from Crazy-P/Resolves-crash-on-shape2D-culling-for-...
Juan Linietsky
2018-05-07
2
-0
/
+5
|
\
\
|
*
|
Resolves crash on shape2D culling for empty Concave shapes
Crazy-P
2018-04-12
2
-0
/
+5
|
|
/
*
/
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-0
/
+1
|
/
*
Merge pull request #17151 from ShyRed/disabled_shapes_2d
Juan Linietsky
2018-04-08
2
-4
/
+29
|
\
|
*
Remove disabled shapes from physics
ShyRed
2018-03-07
2
-4
/
+29
*
|
Bring back Vector2.cross()
Bernhard Liebl
2018-03-07
1
-2
/
+7
|
/
*
Merge pull request #16757 from AndreaCatania/kinpush
Rémi Verschelde
2018-02-20
5
-7
/
+28
|
\
|
*
Improved kinematic body 2D and 3D, Now can move rigid body
Andrea Catania
2018-02-20
5
-7
/
+28
*
|
Merge pull request #16530 from AndreaCatania/rays
Rémi Verschelde
2018-02-19
3
-2
/
+13
|
\
\
|
*
|
Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...
Andrea Catania
2018-02-19
3
-2
/
+13
*
|
|
Fix 2d collision body update on shape remove
Konrad Nowakowski
2018-02-18
1
-0
/
+1
*
|
|
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
1
-1
/
+1
|
|
/
|
/
|
*
|
Added physics API in order to enable/disable collisions between rigidbody att...
Andrea Catania
2018-02-05
4
-0
/
+38
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
33
-0
/
+33
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
33
-66
/
+66
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
6
-17
/
+22
*
Removed type_mask and fixed some variable name
AndreaCatania
2017-11-21
2
-28
/
+20
*
Remove node from list before calling queries, fixes #10886
Juan Linietsky
2017-11-10
1
-2
/
+2
*
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-11-09
4
-41
/
+81
*
Fixing bad index used in Space2DSW
MateusMP
2017-11-08
1
-13
/
+13
*
Merge pull request #10770 from RandomShaper/fix-joints
Rémi Verschelde
2017-10-31
1
-14
/
+0
|
\
|
*
Remove joint freeing logic from physics servers
Pedro J. Estébanez
2017-09-09
1
-14
/
+0
*
|
Rename RayCasts collision_layer to collision_mask
Pedro J. Estébanez
2017-10-21
2
-20
/
+20
*
|
Prevent a possible crash at collision_object_2d_sw.h
Marcelo Fernandez
2017-10-12
1
-9
/
+36
*
|
Merge pull request #11702 from AndreaCatania/bodyDS
Rémi Verschelde
2017-10-09
3
-0
/
+25
|
\
\
|
*
|
Added new API to get body direct state
AndreaCatania
2017-09-29
3
-1
/
+26
*
|
|
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
3
-3
/
+3
|
/
/
*
|
Removed print_line in Physics2DServerWrapMT::init()
Indah Sylvia
2017-09-25
1
-3
/
+0
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-3
/
+3
*
|
correction to one way collision code
Juan Linietsky
2017-09-17
2
-4
/
+4
*
|
fixes to one way collision, closes #10971
Juan Linietsky
2017-09-17
2
-4
/
+14
*
|
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-2
/
+2
*
|
Fix special case where KinematicBody fails one way collisions by adding exclu...
Juan Linietsky
2017-08-31
3
-7
/
+57
|
/
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
5
-357
/
+4
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
33
-33
/
+33
*
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
2
-7
/
+6
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
5
-12
/
+12
*
Remove needless check in motion test
Pedro J. Estébanez
2017-08-16
1
-17
/
+13
*
Fix freeze on close of game using 2D physics introduced by #9832
Bojidar Marinov
2017-08-08
1
-2
/
+2
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
4
-23
/
+23
*
Merge pull request #9832 from RandomShaper/port-physics-fixes
Rémi Verschelde
2017-08-01
4
-9
/
+30
|
\
|
*
Improve cleanup of physics constraints
Pedro J. Estébanez
2017-08-01
3
-7
/
+19
|
*
Extend check for same space to all 2D/3D bodies/shapes
Pedro J. Estébanez
2017-07-25
1
-0
/
+7
|
*
Fix 2D broadphase remove-while-iterating logic
Pedro J. Estébanez
2017-07-25
1
-2
/
+4
*
|
Fix crash in Space2DSW::test_body_motion()
Pedro J. Estébanez
2017-07-25
1
-1
/
+1
|
/
*
Clang-formatting *.cpp and *.h (some files excluded)
Poommetee Ketson
2017-07-22
3
-3
/
+3
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
4
-5
/
+5
*
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-17
1
-6
/
+6
[next]