open_toontown_panda3d/panda/src
rdb a5ae292c3e Merge branch 'release/1.10.x' 2020-12-18 12:56:31 +01:00
..
android cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
androiddisplay android: fix compile errors in androiddisplay module 2019-01-01 22:05:26 +01:00
audio audio: Add some properties to AudioSound 2020-12-12 17:28:21 +01:00
audiotraits audio: Fix sound resuming after reactivation if stop() was called while inactive 2020-12-12 19:50:48 +01:00
bullet Merge branch 'release/1.10.x' 2020-12-09 17:59:37 +01:00
chan char: attempt to make Character class thread-safe 2020-02-10 12:49:45 +01:00
char char: add joint property to JointVertexTransform 2020-04-01 20:31:19 +02:00
cocoadisplay Merge branch 'release/1.10.x' into master 2020-09-12 23:23:58 +02:00
collide collide: Fix typo in STDFLOAT_DOUBLE case 2020-12-14 11:00:49 +01:00
configfiles CMake: Generate consistent paths in 20_panda.prc on all platforms 2020-01-11 19:39:43 -07:00
cull Experimental InstancedNode class for hardware instancing 2020-11-22 22:01:13 +01:00
device Merge branch 'release/1.10.x' 2020-12-18 12:56:31 +01:00
dgraph CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
display Experimental InstancedNode class for hardware instancing 2020-11-22 22:01:13 +01:00
distort Merge branch 'master' into cmake 2019-10-05 15:00:49 -06:00
doc Rename CollisionTube to CollisionCapsule (bam 6.44) 2018-12-23 22:28:06 +01:00
downloader Merge branch 'release/1.10.x' into master 2020-09-12 23:23:58 +02:00
downloadertools CMake: Use find_program to detect host tools when cross-compiling 2019-11-13 15:30:26 -07:00
dxgsg9 Experimental InstancedNode class for hardware instancing 2020-11-22 22:01:13 +01:00
dxml CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
egg Merge branch 'release/1.10.x' into master 2020-09-12 23:23:58 +02:00
egg2pg Merge commit 'e0d34131822a8852ff72dc9c5597f4dc6900719a' 2020-09-13 16:17:06 +02:00
egldisplay Merge branch 'release/1.10.x' 2020-10-02 12:20:58 +02:00
event Make use of new function call methods in Python 3.9 2020-12-12 17:28:21 +01:00
express express: Fix VirtualFileMountZip not having init_type() called 2020-11-22 15:22:47 +01:00
ffmpeg CMake: audiotraits and ffmpeg are MODULE, not SHARED 2019-10-10 10:42:46 -06:00
framework Merge branch 'cmake' 2020-01-22 11:20:51 +01:00
gles2gsg Merge branch 'release/1.10.x' into master 2020-09-12 23:23:58 +02:00
glesgsg CMake: Break up "GLES" component into OpenGLES1/OpenGLES2 2020-01-07 11:34:34 -07:00
glgsg CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
glstuff Experimental InstancedNode class for hardware instancing 2020-11-22 22:01:13 +01:00
glxdisplay CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
gobj Merge branch 'release/1.10.x' 2020-12-18 12:56:31 +01:00
grutil Merge branch 'release/1.10.x' 2020-06-14 13:02:25 +02:00
gsgbase Experimental InstancedNode class for hardware instancing 2020-11-22 22:01:13 +01:00
iphone deploy-ng: Move distribution related files from direct.showtutil to direct.dist 2018-12-18 20:33:12 -08:00
iphonedisplay general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
linmath Make use of new function call methods in Python 3.9 2020-12-12 17:28:21 +01:00
mathutil Merge remote-tracking branch 'origin/release/1.10.x' 2020-09-01 11:09:29 +02:00
movies Merge branch 'master' into cmake 2019-10-05 15:00:49 -06:00
nativenet nativenet: Assorted code clean-up 2020-08-17 10:31:22 +02:00
net CMake: Fix Windows library names for case-sensitive filesystems 2020-02-23 16:28:40 +01:00
ode CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
pandabase Move speedtree code to contrib 2020-09-01 08:57:57 +02:00
parametrics CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
particlesystem particles: expose birth_litter() to support burst emission 2020-02-23 15:17:57 +01:00
pgraph pgraph: Make PandaNode::r_copy_subgraph no longer virtual (unused) 2020-12-12 17:28:21 +01:00
pgraphnodes ShaderGenerator: very slight optimization setting ShaderAttrib flags 2020-12-12 14:15:27 +01:00
pgui Merge branch 'release/1.10.x' 2020-12-12 14:02:04 +01:00
physics Merge branch 'cmake' 2020-01-22 11:20:51 +01:00
pipeline panda: Remove PyEval_InitThreads calls when compiling against Python 3.9+ 2020-12-12 00:16:58 +01:00
pnmimage cleanup: Remove support for EOL versions of Python 2020-04-26 20:07:56 +02:00
pnmimagetypes general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
pnmtext CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
pstatclient pstatclient: Prevent crash when using uninitialized PStatCollector 2020-11-02 11:02:49 +01:00
putil Make use of new function call methods in Python 3.9 2020-12-12 17:28:21 +01:00
recorder CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
skel general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
testbed CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
text text: Make TextNode pipeline-cycled 2020-12-12 14:05:48 +01:00
tform Merge branch 'release/1.10.x' 2020-04-01 18:53:00 +02:00
tinydisplay Experimental InstancedNode class for hardware instancing 2020-11-22 22:01:13 +01:00
vision CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
vrpn Merge branch 'cmake' 2020-01-22 11:20:51 +01:00
wgldisplay wgldisplay: Support floating-point window framebuffers on Windows 2020-05-01 20:33:52 +02:00
windisplay Merge branch 'release/1.10.x' into master 2020-09-12 23:23:58 +02:00
x11display x11display: Remove incorrect INLINE marker on these methods 2020-10-02 00:07:22 +02:00
PACKAGE-DESC