open_toontown_panda3d/panda/src
treeform d5ebb58874 Added more debug messages to openAL audio manager for closing it.
We use resent OpenAL-soft in the distribution (1.12 or more instead of 1.8)

There is this bug:
OpenAl soft some times selects ALSA software
ALSO software some times has a bug working with pulse audio
So we need to make sure OpenAL uses pulse audio directoly, then it works.

KittCat (openAL soft author):
well, more like worked around it. but it's not something I can fix in openal soft
I've gone over the code several times and had other people comment on it. alsa just enables mmap when using the pulse plugin even though the plugin doesn't support it
using the pulse api directly (or disable using mmap with alsa) gets around the problem, though
2010-04-03 07:26:00 +00:00
..
audio libfmod_audio -> libp3fmod_audio, libopenal_audio -> libp3openal_audio 2009-10-11 22:22:59 +00:00
audiotraits Added more debug messages to openAL audio manager for closing it. 2010-04-03 07:26:00 +00:00
awesomium Made this into a datanode 2010-03-25 08:37:04 +00:00
cftalk merge dev_bam_2009 to trunk 2009-06-10 17:54:40 +00:00
chan integrate changes from Schell Games (plus some tab character fixes) 2009-06-01 21:51:15 +00:00
char fix assertion error on showTightBounds() 2010-02-23 20:42:25 +00:00
collide Fixed typo in apply_clip_plane() causing only the first plane to be considered. 2010-04-02 23:09:58 +00:00
configfiles New artwork from Gogg 2010-01-23 11:52:03 +00:00
cull get_effective_incomplete_render() for cull too 2009-01-30 19:14:49 +00:00
device fix VirtualMouse code rot 2009-12-05 19:04:05 +00:00
dgraph we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
display Fix API reference explanation for relative mouse 2010-03-28 13:29:43 +00:00
distort new callback system 2009-03-14 19:31:37 +00:00
doc Typo 2010-03-10 09:40:08 +00:00
downloader http-preapproved-server-certificate-name 2010-04-03 01:17:45 +00:00
downloadertools common_name -> friendly_name 2009-09-18 00:29:53 +00:00
dxgsg8 Clean up nonexisting include 2009-10-07 17:47:36 +00:00
dxgsg9 Compatibility with DX SDK August 2009 that shouldn't break older SDKs. SECURE_SCL settings restored in makepanda. 2010-02-04 04:27:35 +00:00
effects we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
egg Fixes an optimization bug producing #INF in the egg file. Added check to make sure data isn't empty. This might be an issue only found in VS2008 SP1. 2010-03-19 23:10:50 +00:00
egg2pg fix bug with set_saved_result 2010-03-16 00:03:51 +00:00
egldisplay typo: has_fixed_size -> get_fixed_size 2010-03-05 02:31:33 +00:00
event Thread::get_current_task() 2010-02-09 20:14:58 +00:00
express publish PTA_double, PTA_LMatrix4f, PTA_LVecBase3f 2010-02-28 03:29:34 +00:00
framework make_window() should be public 2010-03-10 18:51:30 +00:00
gles2gsg Build for OpenGL ES (2) 2009-07-01 10:13:51 +00:00
glesgsg resurrect iphone support 2009-10-13 18:54:43 +00:00
glgsg clean up Sources.pp files 2008-11-11 23:31:09 +00:00
glstuff Fix errors on destruction when the GLSL shader failed to link 2010-03-23 13:23:34 +00:00
glxdisplay Fix weird bugs regarding indexed_color on Unix/GLX 2010-03-15 10:49:42 +00:00
gobj get_text() should return a reference 2010-03-10 20:26:18 +00:00
grutil (Correctness) Delete internal arrays as arrays, not scalar. 2010-03-18 20:46:42 +00:00
gsgbase Fixes for this circular dependency mess 2009-06-02 15:21:36 +00:00
iphone resurrect iphone support 2009-10-13 18:54:43 +00:00
iphonedisplay This is a big commit for OpenGL ES stuff: 2009-06-16 09:17:33 +00:00
lerp we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
linmath low-level support for python copy and pickle modules 2009-12-10 01:09:06 +00:00
mathutil publish PTA_double, PTA_LMatrix4f, PTA_LVecBase3f 2010-02-28 03:29:34 +00:00
mesadisplay integrate changes from Schell Games (plus some tab character fixes) 2009-06-01 21:51:15 +00:00
movies Fixes an OpenAL bug where certain sounds are cut off after a few seconds (this is rather experimental) 2010-03-17 14:38:13 +00:00
nativenet Support for the latest version of OpenSSL 2010-01-27 16:00:23 +00:00
net blocking methods 2009-12-19 06:37:17 +00:00
ode Remove NDEBUG markers 2010-02-15 17:41:19 +00:00
osxdisplay oops, fix 2009-12-16 14:50:42 +00:00
pandabase Forgot to commit this one, contains BUILDING_VISION stuff 2009-11-08 16:10:44 +00:00
parametrics Fixed the curve bug for real this time. Last fix to the curve just hid it. 2010-01-12 08:19:15 +00:00
particlesystem Fix particle system crash on Windows when system grows older flag is True 2009-07-17 05:31:22 +00:00
pgraph fix is_2d() bug 2010-03-17 22:31:45 +00:00
pgraphnodes oops, missed one 2010-02-19 22:02:07 +00:00
pgui cursor color should follow text_fg color 2010-03-06 00:00:25 +00:00
physics minor fixes with published methods 2009-04-01 18:46:16 +00:00
physx Fixing broken build, and undoing previous quickfix. 2010-03-28 21:25:51 +00:00
pipeline ucontext.h seems to be deprecated in Snow Leopard, so let's include sys/ucontext.h there 2010-03-27 06:57:12 +00:00
pnmimage compiler warnings 2009-12-30 19:22:34 +00:00
pnmimagetypes Histogram -> HistMap, to solve compile issues 2009-11-09 14:09:16 +00:00
pnmtext calc_width 2009-12-13 07:53:30 +00:00
pstatclient protect threaded pstats better 2009-01-22 23:44:03 +00:00
putil publish PTA_double, PTA_LMatrix4f, PTA_LVecBase3f 2010-02-28 03:29:34 +00:00
recorder we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
skel we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
testbed forgot HAVE_GETOPT_H 2009-08-21 17:26:26 +00:00
text Export the built-in font pointer, so that we can use it with other libraries/classes. 2010-03-03 15:13:04 +00:00
tform Remove unused member _mods from mouseWatcherRegion declaration. 2009-12-01 00:38:04 +00:00
tinydisplay Fix leak/crash on shutdown on Linux 2010-01-29 14:17:58 +00:00
vision Fix ppremake build errors with libp3vision 2009-11-16 13:13:34 +00:00
vrpn integrate changes from Schell Games (plus some tab character fixes) 2009-06-01 21:51:15 +00:00
wgldisplay fix problems opening an OpenGL window on some drivers 2009-06-10 21:35:23 +00:00
windisplay fix fullscreen restore from minimized 2010-03-26 19:50:45 +00:00
x11display typo: has_fixed_size -> get_fixed_size 2010-03-05 02:31:33 +00:00
PACKAGE-DESC
Sources.pp