open_toontown_panda3d/panda/src
rdb ccb80d7837 error message should really be debug message 2012-12-20 16:18:24 +00:00
..
audio Apply patch by Josh Enes 2012-10-22 10:11:40 +00:00
audiotraits add fmod-speaker-mode variable 2012-07-09 13:59:18 +00:00
awesomium several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
bullet Bullet: better performance for rigid body scene graph sync 2012-12-10 21:34:30 +00:00
cftalk rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
chan fix bug with clear_control_effects() 2012-01-09 22:02:27 +00:00
char integrate Eigen 2011-12-16 14:17:48 +00:00
cocoadisplay make_callback_gsg() 2012-11-20 12:11:14 +00:00
collada fix compilation issue 2011-12-23 12:07:21 +00:00
collide properly support a different coordinate system per camera (or lens) 2012-03-14 20:51:58 +00:00
configfiles rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
cull UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32 2011-12-18 16:30:31 +00:00
device leveleditor works on Mac too 2012-01-09 21:55:54 +00:00
dgraph better support for multiple windows, multiple trackballs, one camera 2012-01-13 00:22:05 +00:00
display mouse coordinates are now stored as doubles, not ints 2012-08-03 12:00:08 +00:00
distort add set_texcoord_3d 2012-08-09 05:55:24 +00:00
doc support GLSL tessellation shaders 2012-04-27 20:29:47 +00:00
downloader openssl build issue 2012-08-13 22:14:09 +00:00
downloadertools initialise pystub correctly 2012-08-03 09:40:40 +00:00
dxgsg8 Fix compile error introduced by zhaohuang's commit 2012-10-03 20:08:15 +00:00
dxgsg9 In Rev 1.130 of GraphicsOut.cxx by drwr, the query for render-to-texture support is no longer made to the gsg directly at line 368, but is instead routed through an internal GraphicsOut.get_supports_render_texture() which defaults to false. In the wgl path, the derived wglGraphicsBuffer supplies its own get_supports_render_texture() that queries the gsg. The DirectX equivalent classes do not supply an overriding get_supports_render_texture() and so fails everytime when trying to render_to_texture. 2012-10-01 04:33:54 +00:00
dxml print_xml 2012-01-01 02:39:36 +00:00
egg animate normals in blendshapes too 2012-07-31 02:46:07 +00:00
egg2pg loader.saveModel(), EggToObjConverter, etc. 2012-12-20 00:09:14 +00:00
egldisplay move GSG::get_supports_render_texture() into GraphicsOutput to support render-to-texture on non-Windows platform. Also, further fixes to FBO render-to-texture. 2012-02-11 21:09:35 +00:00
event 0 -> NULL 2012-10-25 08:56:22 +00:00
express build issue when openssl is not available 2012-08-31 22:19:11 +00:00
framework pick up and fix G0gg's C++ pixel2d changes 2012-01-22 13:32:17 +00:00
gles2gsg rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
glesgsg rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
glgsg rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
glstuff error message should really be debug message 2012-12-20 16:18:24 +00:00
glxdisplay commit another rectalogic patch, to fix pbuffers on GLX 2012-04-25 18:20:13 +00:00
gobj read broken dds files with NumLevels 0 2012-12-08 00:49:07 +00:00
grutil clip to bounds in make_displacement() 2012-11-20 19:36:08 +00:00
gsgbase support GLSL tessellation shaders 2012-04-27 20:29:47 +00: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 LMatrix4::xform_point_general_in_place() 2012-03-28 00:12:56 +00:00
mathutil *** empty log message *** 2012-03-04 14:10:25 +00:00
mesadisplay rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
movies fix issue with rgb + alpha movie textures 2012-08-07 19:25:03 +00:00
nativenet rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
net ConnectionManager::wait_for_readers() 2012-02-03 19:58:08 +00:00
ode remove stepfast1 stuff to support more recent versions of ODE 2012-08-08 16:33:44 +00:00
osxdisplay somewhat experimental support for 64-bits OS X and OS X Lion 2012-08-06 09:57:34 +00:00
pandabase experimental libRocket support 2012-01-07 19:02:41 +00:00
parametrics properly support a different coordinate system per camera (or lens) 2012-03-14 20:51:58 +00:00
particlesystem pass by reference 2011-12-20 00:10:11 +00:00
pgraph loader.saveModel(), EggToObjConverter, etc. 2012-12-20 00:09:14 +00:00
pgraphnodes Commit Camera::set_lod_scale patch by Josh Enes 2012-10-19 15:25:48 +00:00
pgui remove a few epvectors 2011-12-19 18:16:30 +00:00
physics fix compiler dumbness 2012-07-08 13:37:27 +00:00
physx PhysX: adding controller report callbacks. 2012-11-27 23:32:59 +00:00
pipeline fix Thread::force_yield() on win7 2012-09-07 16:35:24 +00:00
pnmimage whups, typo 2012-11-20 21:41:32 +00:00
pnmimagetypes integrate PfmFile with PNMImage, Texture 2012-08-12 15:49:08 +00:00
pnmtext rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
pstatclient rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
putil Change ClockObject to a regular pointer, to avoid static init issues 2012-10-25 08:54:49 +00:00
recorder rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
rocket properly support a different coordinate system per camera (or lens) 2012-03-14 20:51:58 +00:00
skel rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
speedtree properly support a different coordinate system per camera (or lens) 2012-03-14 20:51:58 +00:00
testbed initialise pystub correctly 2012-08-03 09:40:40 +00:00
text Apply patch to fix bug 1013419 2012-10-22 08:21:48 +00:00
tform track mouse beyond DisplayRegion too 2012-02-22 04:23:11 +00:00
tinydisplay somewhat experimental support for 64-bits OS X and OS X Lion 2012-08-06 09:57:34 +00:00
vision opencv 2.3 2012-07-08 20:04:33 +00:00
vrpn rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
wgldisplay more robust handling of graphics buffers with very limited (e.g. netbook) graphics drivers 2012-02-13 14:13:36 +00:00
windisplay Fix incorrect centering formula 2012-10-10 07:41:07 +00:00
x11display fix crash when xrandr is not used 2012-07-01 15:20:24 +00:00
PACKAGE-DESC
Sources.pp