open_toontown_panda3d/panda/src
rdb 5980b0b9ab openal: fix warning spam every frame in newer AL implementations
This fixes error messages being generated of the form:
AL lib: (WW) alSetError: Error generated on context 0x801cf8800, code 0xa003

This is caused by alSourceUnqueueBuffers being called without first checking whether processed buffers are available using alGetSourcei.

Fixes #180
2018-01-05 13:37:00 +01:00
..
android Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
androiddisplay
…
audio Implement awaitable thread-safe future for async operations 2017-12-04 22:25:28 +01:00
audiotraits openal: fix warning spam every frame in newer AL implementations 2018-01-05 13:37:00 +01:00
awesomium
…
bullet bullet: add bam serializability of remaining shapes 2017-11-08 01:53:53 +01:00
cftalk
…
chan interrogate: more improvements to seq/map wrappers 2017-11-27 17:29:50 +01:00
char Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
cocoadisplay cocoa: support windowless offscreen rendering on macOS 2017-12-20 14:27:08 +01:00
collada Also accept a .gz wherever a .pz file is accepted 2016-04-29 16:54:25 +02:00
collide interrogate: more improvements to seq/map wrappers 2017-11-27 17:29:50 +01:00
configfiles Cleanup .gitignore files 2016-10-30 20:06:12 -07:00
cull Add README.md files for various directories 2017-10-31 19:20:24 +01:00
device Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
dgraph Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
display display: fix dispatch_compute and extract_texture_data in MT pipeline 2018-01-03 00:13:48 +01:00
distort Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
doc
…
downloader Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
downloadertools Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
dxgsg9 Fix assorted compiler warnings 2017-12-24 15:12:58 +01:00
dxml Fix a couple of compile warnings, reduce unnecessary includes 2016-06-23 22:59:50 +02:00
egg interrogate: more improvements to seq/map wrappers 2017-11-27 17:29:50 +01:00
egg2pg Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
egldisplay Remove X11-specific stuff from egldisplay, instead using x11display as common base 2016-03-19 18:46:10 +01:00
event loader: fix crash getting result from async load 2017-12-27 22:56:21 +01:00
express express: add PointerToArray.count() 2017-12-24 15:09:21 +01:00
ffmpeg ffmpeg: don't hide last frame of video 2017-01-09 23:10:51 +01:00
framework Merge branch 'release/1.9.x' 2016-09-28 00:14:21 +02:00
gles2gsg Support .ktx textures, ETC1/ETC2/EAC compression 2016-07-15 11:50:57 +02:00
glesgsg Support .ktx textures, ETC1/ETC2/EAC compression 2016-07-15 11:50:57 +02:00
glgsg
…
glstuff glgsg: only consider texture/texgen in munger if !gl_parallel_arrays 2017-12-31 09:51:25 +01:00
glxdisplay Merge branch 'release/1.9.x' 2016-12-25 22:47:22 +01:00
gobj gobj: reduce unnecessary use of threading primitives in constructors 2017-12-28 00:20:59 +01:00
grutil Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
gsgbase Improvements for ShaderGenerator-based programs: 2017-10-18 11:16:29 +02:00
iphone
…
iphonedisplay
…
linmath linmath: make raising quaternion to power more meaningful 2017-12-31 09:30:32 +01:00
mathutil Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
movies Fix assorted compiler warnings 2017-12-24 15:12:58 +01:00
nativenet Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
net Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
ode Fix various compile warnings and a few code consistency issues 2017-01-09 20:36:53 +01:00
osxdisplay
…
pandabase
…
parametrics interrogate: more improvements to seq/map wrappers 2017-11-27 17:29:50 +01:00
particlesystem Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
pgraph pgraph: sort "off" texture stages when loading from .bam 2018-01-03 14:29:03 +01:00
pgraphnodes shadows: fix shadow buffer creation deadlock in multithreaded pipeline 2017-12-30 17:47:15 +01:00
pgui Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
physics interrogate: more improvements to seq/map wrappers 2017-11-27 17:29:50 +01:00
physx Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
pipeline gobj: reduce unnecessary use of threading primitives in constructors 2017-12-28 00:20:59 +01:00
pnmimage Add double-precision versions of encode_sRGB_uchar 2017-12-19 23:44:15 +01:00
pnmimagetypes pnmimagetypes: introduce png-compression-level PRC variable 2017-08-31 13:03:17 +02:00
pnmtext Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
pstatclient Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
putil putil: fix copy constructor of SimpleHashMap 2018-01-02 19:07:43 +01:00
recorder Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
rocket Assorted tweaks and compile warning fixes 2016-07-14 12:54:39 +02:00
skel
…
speedtree Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
testbed Merge branch 'pr-pview-adjust-camera-clip' of git://github.com/eswartz/panda3d 2017-10-31 20:15:38 +01:00
text text: fix for certain versions of HarfBuzz 2017-11-20 20:40:51 +01:00
tform Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
tinydisplay cull: remove GeomMunger stored on CullableObject 2017-07-03 11:47:59 +02:00
vision interrogate: support static properties 2017-08-07 22:04:56 +02:00
vrpn Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
wgldisplay Fix assorted compiler warnings 2017-12-24 15:12:58 +01:00
windisplay windisplay: fix origin not changing upon window being dragged 2017-09-19 19:16:48 +02:00
x11display x11: fix loading 24-bpp ico/cur image alpha with width 24 2017-08-29 23:51:15 +02:00
PACKAGE-DESC
…