open_toontown_panda3d/panda/src
rdb ec04dbed0c gobj: fix static init ordering issue with VertexTransform cycler
This comes up when building with DEBUG_THREADS; there is a PipelineCycler created at static init time, and the type tracking in Pipeline won't work properly if the CData's parent's TypeHandle has not yet been initialized.
2018-05-24 21:40:48 +02:00
..
android putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
androiddisplay androiddisplay: remove error messages leftover from debugging 2018-03-08 11:39:03 +01:00
audio putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
audiotraits putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
awesomium general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
bullet general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
chan express: make a thread safe weak pointer implementation (#321) 2018-05-15 13:40:21 +02:00
char express: make a thread safe weak pointer implementation (#321) 2018-05-15 13:40:21 +02:00
cocoadisplay cocoa: fix compile error caused by faulty merge 2018-03-29 14:44:10 +02:00
collada putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
collide general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
configfiles Cleanup .gitignore files 2016-10-30 20:06:12 -07:00
cull general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
device general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
dgraph general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
display general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
distort general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
doc New file headers, new comment style 2016-02-17 17:47:48 +01:00
downloader general: switch to C++11 Lockable semantics for mutexes 2018-05-23 20:37:56 +02:00
downloadertools Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
dxgsg9 dxgsg9: fix compile error due to WeakPointerTo changes 2018-05-24 14:26:21 +02:00
dxml general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
egg putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
egg2pg putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
egldisplay general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
event general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
express express: fix PointerToArray coercibility regression, fix clear() 2018-05-24 21:39:54 +02:00
ffmpeg general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
framework framework: fix pview crash when exit is called inside render_frame 2018-03-29 14:11:21 +02:00
gles2gsg general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
glesgsg general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
glgsg general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
glstuff general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
glxdisplay general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
gobj gobj: fix static init ordering issue with VertexTransform cycler 2018-05-24 21:40:48 +02:00
grutil general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
gsgbase general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
iphone New file headers, new comment style 2016-02-17 17:47:48 +01:00
iphonedisplay putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
linmath general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
mathutil general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
movies putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
nativenet general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
net net: don't use get_message() when constructing datagram header 2018-04-06 17:17:04 +02:00
ode general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
osxdisplay putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
pandabase pandabase: Introduce BUILDING_ defines for each component 2018-03-25 13:17:52 -06:00
parametrics general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
particlesystem general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
pgraph Work around clang 3.1 compile error with static constexpr 2018-05-24 14:34:03 +02:00
pgraphnodes general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
pgui Cursor after newline character appears on beginning of next line. 2018-03-30 20:17:31 +02:00
physics general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
physx putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
pipeline general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
pnmimage general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
pnmimagetypes general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
pnmtext putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
pstatclient express: make a thread safe weak pointer implementation (#321) 2018-05-15 13:40:21 +02:00
putil putil: fix UpdateSeq::fresh().is_special() return value 2018-05-24 21:37:58 +02:00
recorder general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
rocket general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
skel general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
speedtree general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
testbed Merge branch 'pr-pview-adjust-camera-clip' of git://github.com/eswartz/panda3d 2017-10-31 20:15:38 +01:00
text general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
tform Fix crash when typing unicode characters above 7fff into text field 2018-03-29 14:17:39 +02:00
tinydisplay putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
vision general: use proper deleted funcs instead of stubs with asserts 2018-05-23 23:35:27 +02:00
vrpn general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
wgldisplay general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
windisplay putil: Rename config_util to config_putil 2018-05-14 02:36:42 -06:00
x11display general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
PACKAGE-DESC