Age | Commit message (Collapse) | Author |
|
Same issue as in a3f9fe52. AudioFrame[3] being indexed at [3]
|
|
730d36f350 introduced introduced some code that indexes AudioFrame[3],
it is however defined as AudioFrame[3]. This increases the size to [4]
|
|
-Fix for positional sound corruption to avoid making people deaf.
|
|
-Added new 3D stream player node
-Added ability for Area to capture sound from streams
-Added small features in physics to be able to properly guess distance to areas for sound
-Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children
-Fixed KinematicBody API to make it the same as 2D.
|