virtualx-engine/servers
UsernameIsAReservedWord 69cf996ce6 should fixes #1284
I could reproduce the crash described in #1284 only with 32bits versions of godot.

The test scene contains a Plane collision shape, and a kinematicsbody with a Sphere collision shape.
 
The crash occurs into `CollisionSolverSW::solve_distance_plane()` on line 299 when `p_shape_A` is a `PlaneShapeSW` object and when `p_shape_B` is a `MotionShapeSW` object, because `int support_count;` is not initialized by default, and because `MotionShapeSW::get_supports()` does not change `support_count` once passed as referenced parameter, and if the default value of `support_count` is greater than the length of `supports[16]`.

I don't know if it is the good way to fix it because i'm not skilled ennough with the physics server inner working, but this fix prevents the crash and the test-scene seems to work correctly.
2015-02-26 19:27:32 +01:00
..
audio 3D Import Import & UDP 2014-11-12 11:23:23 -03:00
physics should fixes #1284 2015-02-26 19:27:32 +01:00
physics_2d -intentional breakage of shader graph to fix issues, existing graphs will be broken, sorry :( 2015-01-18 09:51:11 -03:00
spatial_sound Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
spatial_sound_2d Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
visual Merge pull request #1369 from not-surt/tile_rotation 2015-02-21 15:37:02 -03:00
audio_server.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
audio_server.h 3D Import Import & UDP 2014-11-12 11:23:23 -03:00
physics_2d_server.cpp -Add support for one-way collision in 2D (only works for kinematic body so far) 2015-01-13 21:19:11 -03:00
physics_2d_server.h -Add support for one-way collision in 2D (only works for kinematic body so far) 2015-01-13 21:19:11 -03:00
physics_server.cpp 3D Import Import & UDP 2014-11-12 11:23:23 -03:00
physics_server.h Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
register_server_types.cpp Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
register_server_types.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
SCsub Build System Changes 2014-10-07 01:31:49 -03:00
spatial_sound_2d_server.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_sound_2d_server.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_sound_server.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_sound_server.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
visual_server.cpp Working TileMap tile transpose transform. 2015-02-02 21:27:48 +10:00
visual_server.h Merge pull request #1369 from not-surt/tile_rotation 2015-02-21 15:37:02 -03:00