open_toontown_panda3d/panda/src
rdb b53de998c9 Fix compile error introduced by zhaohuang's commit 2012-10-03 20:08:15 +00:00
..
audio add fmod-speaker-mode variable 2012-07-09 13:59:18 +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 Providing a single method for attaching/removing objects from a world. 2012-09-28 20:47:15 +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 forgot this change earlier 2012-08-08 16:35:31 +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 support patches for characters too 2012-06-14 22:32:36 +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 make AsyncTaskManager::_global_ptr an ordinary pointer to prevent static init issues with PandaFramework 2012-08-15 10:55:40 +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 missed one 2012-06-12 13:44:28 +00:00
glxdisplay commit another rectalogic patch, to fix pbuffers on GLX 2012-04-25 18:20:13 +00:00
gobj some more texture/pfm integration 2012-08-12 17:56:56 +00:00
grutil fix build circularity issue 2012-10-01 00:40:56 +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 minor refcounting issue 2012-06-22 00:30:12 +00:00
pgraphnodes support GLSL tessellation shaders 2012-04-27 20:29:47 +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 Additions to PhysX CCD support. 2012-05-01 09:03:11 +00:00
pipeline fix Thread::force_yield() on win7 2012-09-07 16:35:24 +00:00
pnmimage fix win32 link issue 2012-10-01 17:59:36 +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 integrate PfmFile with PNMImage, Texture 2012-08-12 15:49:08 +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 tag some more methods BLOCKING 2012-03-27 14:31:11 +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 LR_DEFAULTSIZE 2012-08-13 23:44:04 +00:00
x11display fix crash when xrandr is not used 2012-07-01 15:20:24 +00:00
PACKAGE-DESC
Sources.pp