open_toontown_panda3d/panda/src
Younguk Kim 0406a49edc Fix include guard typo. 2017-03-10 15:51:11 +01:00
..
android Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
androiddisplay Split up color-bits into red-bits + green-bits + blue-bits 2014-12-06 16:10:01 +01:00
audio remove fmod speaker modes that aren't supported across versions 2013-09-16 10:18:26 +00:00
audiotraits Fix for older OpenAL versions 2015-11-23 16:33:16 +01:00
awesomium several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
bullet Fix compilation errors in Bullet 2.84/2.85 2016-10-16 00:14:05 +02:00
cftalk rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
chan Backport various bugfixes from master, among which: 2016-06-07 14:40:27 +02:00
char integrate Eigen 2011-12-16 14:17:48 +00:00
cocoadisplay cocoa: don't crash if display server doesn't give us display modes 2016-12-25 09:59:29 -05:00
collada fix compilation issue 2011-12-23 12:07:21 +00:00
collide Fix issues in box-sphere interaction 2015-12-31 20:39:20 +01:00
configfiles Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
cull Further optimizations to the cull pipeline. 2015-01-22 16:22:16 +01:00
device Add version of TrackerNode that takes a ClientTrackerDevice directly 2013-08-26 12:14:21 +00:00
dgraph better support for multiple windows, multiple trackballs, one camera 2012-01-13 00:22:05 +00:00
display Backport to 1.9: fix for distance sorting with gl-coordinate-system changed 2016-12-07 23:00:06 +01:00
distort Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
doc Remove references to SourceForge CVS repository 2015-08-23 14:12:59 +02:00
downloader Replace uses of "delete" with "delete[]" where appropriate 2016-03-24 23:56:12 +01:00
downloadertools Fix use of chdir 2014-03-29 13:50:55 +00:00
dxgsg9 Support uint8 indices in DX9 renderer 2016-07-10 15:48:17 +02:00
dxml Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
egg Revert non-Windows template export changes from 1.9.x, they're less stable than I thought 2015-06-06 16:55:33 +02:00
egg2pg Preserve "intangible" and "level" collide flags in bam2egg 2016-10-20 11:02:19 +02:00
egldisplay Fix OpenGL ES compiler errors 2015-02-11 21:41:48 +01:00
event PythonTask: don't crash if repr(owner) errors, deal better with bad owners 2016-07-09 10:02:55 +02:00
express Add (limited) modification timestamp tracking to Ramdisk 2015-11-15 12:45:42 +01:00
ffmpeg Backport fixes for Arch compile issues to 1.9 2016-03-25 01:40:00 +01:00
framework Write texture types when pview failed to recognise extension 2016-09-27 21:33:11 +02:00
gles2gsg OpenGL ES 2 optimizations and better support 2015-04-04 21:58:29 +02:00
glesgsg OpenGL ES 2 optimizations and better support 2015-04-04 21:58:29 +02:00
glgsg fix compile warning 2013-02-07 15:36:24 +00:00
glstuff Backport to 1.9: fix for distance sorting with gl-coordinate-system changed 2016-12-07 23:00:06 +01:00
glxdisplay Changes to build on ancient Linux distributions (CentOS 5 / manylinux) 2016-12-21 17:40:49 +01:00
gobj More texture load/store performance optimisations 2016-12-21 18:04:08 +01:00
grutil Backport 4a8819b0bd (MeshDrawer fixes and improvements) 2017-03-10 15:44:47 +01:00
gsgbase Further optimizations to the cull pipeline. 2015-01-22 16:22:16 +01:00
iphone rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
iphonedisplay rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
linmath linmath: use correct 32-byte alignment when compiling Eigen with AVX 2016-12-28 19:18:21 +01:00
mathutil Fix recursion in inline function in LFrustum 2015-11-12 02:59:15 +01:00
movies Fix assortment of compilation issues and annoyances 2015-02-08 23:25:11 +01:00
nativenet Various fixes for Python 3 versions before Python 3.3 2015-12-06 22:05:44 +01:00
net Move all Python bindings out of core DLLs into the .pyd files. 2015-02-10 14:30:51 +01:00
ode Fix crash that happens when using OdeTriMeshData incorrectly 2016-09-11 12:23:28 +02:00
osxdisplay Implement confined mouse mode for OS X. 2015-04-30 17:57:00 -05:00
pandabase Explicit template instantiation on gcc/clang, implement cfsworks' suggestion of moving compiler-specific stuff out of pandasymbols.h et al 2015-06-03 13:36:04 +02:00
parametrics Fix include guard typo. 2017-03-10 15:51:11 +01:00
particlesystem Fix typo in error message 2015-12-25 17:00:40 +01:00
pgraph Don't error if passing an oversized matrix array to a mat4[1] shader parameter 2016-12-20 23:18:05 +01:00
pgraphnodes Correct scaling and normalizations of binormals and tangents in generated shaders 2015-06-15 00:19:52 +02:00
pgui Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
physics Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
physx Add dummy return values to keep MSVC happy 2015-11-25 02:53:56 +01:00
pipeline Fix PythonThread crash (LP bug 1245818) 2016-12-22 21:28:19 +01:00
pnmimage Improve performance of texture load/store 2016-06-09 21:49:26 +02:00
pnmimagetypes Fix crash when trying to write 16-bit TIFF file (LP bug 1222922) 2016-12-23 00:36:59 +01:00
pnmtext Fix DynamicTextFont.makeCopy() implementation 2015-08-06 17:21:42 +02:00
pstatclient Add a color and config variable for the pstats "*" category 2015-05-31 10:27:52 -05:00
putil Backport part of b21e8fdf32 that fixes an issue with geometry generation when multithreaded pipeline is enabled 2017-03-10 15:46:44 +01:00
recorder Fix MouseRecorder & let PandaNode inherit from TypedWritableReferenceCount 2015-01-24 16:12:04 +01:00
rocket Fix some compile warnings 2016-06-22 13:44:16 +02:00
skel rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
speedtree Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
testbed Add -L (lighting) and -P <pipe> options to pview 2015-05-01 20:34:14 -05:00
text Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
tform Re-expose MouseWatcherGroup; clearer error message for make_seq when getter is not exposed 2015-11-01 15:45:52 +01:00
tinydisplay Fix mipmap filtering issues in tinydisplay renderer 2016-09-28 00:00:22 +02:00
vision Changes to build on ancient Linux distributions (CentOS 5 / manylinux) 2016-12-21 17:40:49 +01:00
vrpn Split vrpn out of panda into a libp3vrpn. Split ffmpeg out of movies into libp3ffmpeg. Add registry for MovieVideo and MovieAudio. Add a libvorbisfile-based Ogg Vorbis loader. Add a native .wav loader. 2013-08-26 12:16:27 +00:00
wgldisplay Backport various bugfixes from master, among which: 2016-06-07 14:40:27 +02:00
windisplay Fix get_keyboard_map on Czech (and other) layouts 2016-12-25 16:12:54 +01:00
x11display X11: fix .ico cursor bug. Support PNG-compressed .ico files. 2016-10-13 00:16:40 +02:00
PACKAGE-DESC
Sources.pp