godot/servers
Hein-Pieter van Braam 139daf0e03 Don't try to mix a sample that has already ended
On short samples the sample may finish playing before the mixer is done.
This fills the remaining time with zeros and ends mixing. This fixes the
users getting the following error logged:

::_mix_internal: Condition ' !active ' is true.
2017-12-18 00:53:51 +01:00
..
arvr Removed add/remove interface bindings and added get_interfaces 2017-11-13 22:08:43 +11:00
audio Don't try to mix a sample that has already ended 2017-12-18 00:53:51 +01:00
physics Implemented physics linear and angular lock 2017-12-10 17:21:14 +01:00
physics_2d Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
visual Cleanup some #if 0'd code 2017-12-17 15:40:24 +01:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
arvr_server.cpp Removed add/remove interface bindings and added get_interfaces 2017-11-13 22:08:43 +11:00
arvr_server.h Removed add/remove interface bindings and added get_interfaces 2017-11-13 22:08:43 +11:00
audio_server.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
audio_server.h Fix crash when no audio driver is available 2017-09-13 20:54:55 -03:00
physics_2d_server.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
physics_2d_server.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
physics_server.cpp Implemented physics linear and angular lock 2017-12-10 17:21:14 +01:00
physics_server.h Implemented physics linear and angular lock 2017-12-10 17:21:14 +01:00
register_server_types.cpp Move singleton management from ProjectSettings to Engine 2017-11-14 15:15:13 +01:00
register_server_types.h Implemented physics plug 2017-11-04 03:25:51 +01:00
server_wrap_mt_common.h CommandQueueMT doesn't lock during command execution 2017-11-18 18:37:44 +00:00
visual_server.cpp Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. 2017-12-16 17:11:02 -03:00
visual_server.h Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. 2017-12-16 17:11:02 -03:00