open_toontown_panda3d/panda/src
rdb 0b99086e8c Improve key events on Cocoa: add support for the brand new raw key event system, distinguish between left/right modifier keys, fix the lack of down event on help/insert key, fix the lack of up-event while command is pressed 2014-03-08 20:58:03 +00:00
..
android More android support 2013-01-24 20:17:08 +00:00
androiddisplay Detect whether the OpenGL implementation is software or handware by looking for "PixelFlinger" in GL_RENDERER 2013-01-26 20:33:40 +00:00
audio remove fmod speaker modes that aren't supported across versions 2013-09-16 10:18:26 +00:00
audiotraits remove fmod speaker modes that aren't supported across versions 2013-09-16 10:18:26 +00:00
awesomium several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
bullet fix compile errors with older bullet versions 2014-03-07 22:27:11 +00:00
cftalk rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
chan Expose HierarchyMatchFlags to Python 2014-02-24 15:22:20 +00:00
char integrate Eigen 2011-12-16 14:17:48 +00:00
cocoadisplay Improve key events on Cocoa: add support for the brand new raw key event system, distinguish between left/right modifier keys, fix the lack of down event on help/insert key, fix the lack of up-event while command is pressed 2014-03-08 20:58:03 +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 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
cull UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32 2011-12-18 16:30:31 +00: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 Raw button event support, with X11 implementation (untransformed QWERTY) 2014-03-07 12:52:15 +00:00
distort fix incorrect depth computation for OSphereLens 2013-09-27 22:20:44 +00:00
doc Load CollisionBox from egg files 2013-03-28 21:04:03 +00:00
downloader Fix handling of large (>2GB) files on Windows. Egad, off_t is 32 bits on Windows, even in 64-bit Windows. Ridiculous. 2013-08-01 00:10:20 +00:00
downloadertools initialise pystub correctly 2012-08-03 09:40:40 +00:00
dxgsg8 fix some stereo-fbo and cube map issues, introducing DisplayRegion::set_target_tex_page() 2013-12-06 23:45:40 +00:00
dxgsg9 fix some stereo-fbo and cube map issues, introducing DisplayRegion::set_target_tex_page() 2013-12-06 23:45:40 +00:00
dxml print_xml 2012-01-01 02:39:36 +00:00
egg Export EggParameters 2014-02-20 21:50:00 +00:00
egg2pg Add UvScrollNode::_w_speed 2013-08-24 19:29:13 +00:00
egldisplay Distinguish between lmeta and rmeta key, add menu key 2014-03-08 15:07:42 +00:00
event Raw button event support, with X11 implementation (untransformed QWERTY) 2014-03-07 12:52:15 +00:00
express safety asserts 2014-03-08 14:30:34 +00:00
ffmpeg there's no reason to interrogate the ffmpeg code. 2014-01-17 22:09:53 +00:00
framework Make "Loading <model>" a framework_cat message 2013-05-28 18:39:28 +00:00
gles2gsg Compile fixes for GLES 2 2014-03-08 12:03:57 +00:00
glesgsg fix GL_BGRA error 2013-03-28 23:24:11 +00:00
glgsg fix compile warning 2013-02-07 15:36:24 +00:00
glstuff Try cast to keep paranoid compiler happy 2014-03-08 12:17:57 +00:00
glxdisplay remove GLX_EXT_import_context section entirely as we're not using it, and it uses GLXContextID which seems to give trouble related to conflicting definitions. 2013-12-23 22:08:33 +00:00
gobj don't compare modes an unnecessary second time. 2014-02-15 16:14:21 +00:00
grutil fix bug LP#1277916: MeshDrawer causes crash if setBudget not explicitly called 2014-02-09 10:41:26 +00:00
gsgbase fix crash with transform-cache 0 2013-03-15 14:27:28 +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 Big commit aiding in separation of Python bindings: 2014-02-20 13:33:26 +00:00
mathutil load obj files directly into PandaNodes for performance 2013-01-04 00:35:42 +00:00
mesadisplay rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
movies Fix crashes and borks with the Ogg Vorbis loader 2014-02-18 19:03:47 +00:00
nativenet fix bind call in more recent msvc versions 2013-06-26 15:32:20 +00:00
net Don't use 'interface' as variable name, it conflicts with a built-in declaration in gcc 2013-09-01 07:15:57 +00:00
ode extension functions for ODE classes 2014-02-20 21:56:34 +00:00
osxdisplay FBO overhaul: support layered framebuffers (RTM_bind_layered), support render-to-2d-array, better respect FrameBufferProperties, more simple handling of RTP_depth_stencil 2013-08-13 12:44:27 +00:00
pandabase 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
parametrics Add get_cvs and get_knots 2013-04-25 17:44:03 +00:00
particlesystem Add missing EXPCL_PANDAPHYSICS 2014-02-20 23:10:59 +00:00
pgraph Add files that belonged to the previous commit 2014-02-20 13:58:23 +00:00
pgraphnodes Normal maps should affect aux normal even without lighting 2014-03-04 08:29:32 +00:00
pgui remove a few epvectors 2011-12-19 18:16:30 +00:00
physics Add missing EXPCL_PANDAPHYSICS 2014-02-20 23:10:59 +00:00
physx Add missing EXPCL_PANDAPHYSX symbols 2014-02-20 22:53:16 +00:00
pipeline Fixes for Python 3.2 2013-03-27 15:48:24 +00:00
pnmimage copy_channel_masked() 2014-01-29 17:30:40 +00:00
pnmimagetypes officially support 2-channel PfmFile; load pfm into RGB, not BGR for texture loads 2013-05-10 17:28:34 +00:00
pnmtext Set default text-pixels-per-unit from 30 to 40 to improve default font quality 2014-03-07 22:09:29 +00:00
pstatclient rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
putil Distinguish between lmeta and rmeta key, add menu key 2014-03-08 15:07:42 +00:00
recorder rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
rocket update libRocket file interface 2013-10-23 16:45:27 +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 fix static text in y-up (or other non-default) coordinate system 2013-04-10 21:33:01 +00:00
tform Raw button event support, with X11 implementation (untransformed QWERTY) 2014-03-07 12:52:15 +00:00
tinydisplay Fix a compile warning on Windows 2014-03-07 19:43:48 +00:00
vision Compile fix 2013-09-18 23:25:04 +00: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 fix some stereo-fbo and cube map issues, introducing DisplayRegion::set_target_tex_page() 2013-12-06 23:45:40 +00:00
windisplay Distinguish between lmeta and rmeta key, add menu key 2014-03-08 15:07:42 +00:00
x11display Distinguish between lmeta and rmeta key, add menu key 2014-03-08 15:07:42 +00:00
PACKAGE-DESC
Sources.pp