open_toontown_panda3d/panda/src
Mitchell Stokes 46dc9444d3 SceneGraphAnalyzer: Use smarter units for byte sizes in write()
Values above 10 MiB are displayed in MiB and values above 4 GiB are
displayed in GiB.

Closes #881
2020-04-02 13:53:56 +02:00
..
android android: add missing include for open() definition 2019-01-19 23:04:19 +01:00
androiddisplay android: fix compile errors in androiddisplay module 2019-01-01 22:05:26 +01:00
audio general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
audiotraits Merge branch 'master' into cmake 2019-11-07 21:21:04 -07:00
bullet Merge branch 'release/1.10.x' 2020-01-31 11:08:43 +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-02-10 13:52:05 +01:00
collide collide: improve performance of colliding with visible geometry 2020-04-01 20:31:19 +02:00
configfiles CMake: Generate consistent paths in 20_panda.prc on all platforms 2020-01-11 19:39:43 -07:00
cull CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
device CMake: Fix Windows library names for case-sensitive filesystems 2020-02-23 16:28:40 +01:00
dgraph CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
display display: fix fallback of SMO_light_source_i_packed shader input 2020-04-02 12:41:14 +02: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' 2020-02-23 14:53:16 +01:00
downloadertools CMake: Use find_program to detect host tools when cross-compiling 2019-11-13 15:30:26 -07:00
dxgsg9 shader: separate shader matrix input cache from ShaderMatSpec 2020-01-25 19:26:50 +01:00
dxml CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
egg general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
egg2pg bam2egg: change overloaded method (for ABI reasons) to default arg 2020-03-14 15:03:55 +01:00
egldisplay CMake: Break up "GLES" component into OpenGLES1/OpenGLES2 2020-01-07 11:34:34 -07:00
event Merge branch 'master' into cmake 2019-11-07 21:21:04 -07:00
express Merge branch 'release/1.10.x' 2020-04-01 18:53:00 +02: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 CMake: Break up "GLES" component into OpenGLES1/OpenGLES2 2020-01-07 11:34:34 -07: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 Merge branch 'release/1.10.x' 2020-04-01 18:53:00 +02:00
glxdisplay CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
gobj gobj: more efficient pickling support for InternalName 2020-04-01 20:31:19 +02:00
grutil Merge branch 'release/1.10.x' 2020-03-19 20:20:25 +01:00
gsgbase Merge branch 'master' into cmake 2019-10-05 15:00:49 -06:00
iphone deploy-ng: Move distribution related files from direct.showtutil to direct.dist 2018-12-18 20:33:12 -08:00
iphonedisplay
linmath Merge branch 'cmake' 2020-01-22 11:20:51 +01:00
mathutil Merge branch 'master' into cmake 2019-11-07 21:21:04 -07:00
movies Merge branch 'master' into cmake 2019-10-05 15:00:49 -06:00
nativenet Merge branch 'release/1.10.x' 2020-02-23 14:53:16 +01: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 general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07: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 Merge branch 'release/1.10.x' 2020-04-01 18:53:00 +02:00
pgraphnodes SceneGraphAnalyzer: Use smarter units for byte sizes in write() 2020-04-02 13:53:56 +02:00
pgui CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
physics Merge branch 'cmake' 2020-01-22 11:20:51 +01:00
pipeline pipeline: fix compilation error on Windows with simple threading 2020-04-01 18:59:44 +02:00
pnmimage general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07: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 Merge branch 'release/1.10.x' 2020-02-23 14:53:16 +01:00
putil putil: Assorted improvements to BitArray, SparseArray, *BitMask*: 2020-04-01 20:31:16 +02: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
speedtree general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00
testbed CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
text CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
tform Merge branch 'release/1.10.x' 2020-04-01 18:53:00 +02:00
tinydisplay general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07: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 CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
windisplay CMake: Fix Windows library names for case-sensitive filesystems 2020-02-23 16:28:40 +01:00
x11display Merge branch 'release/1.10.x' 2020-03-19 20:20:25 +01:00
PACKAGE-DESC