Commit Graph

55 Commits

Author SHA1 Message Date
Sam Edwards 9dd37e9dbc general: Add guards to ensure proper BUILDING_ macros defined
This is designed to sanity-check the buildsystem, ensuring that the
expected BUILDING_ macros are defined at the expected time. It
also helps catch cases where the wrong BUILDING_/EXPCL_ macros
are used.
2018-03-25 13:17:52 -06:00
Sam Edwards f231ba4cd7 directbase: Introduce BUILDING_ defines for each component
Ditto everything before, but for direct.
2018-03-25 13:17:52 -06:00
rdb d576c6b638 Improvements to generated API docs, especially in direct tree.
Also add an entry point for pfreeze.
2017-05-24 13:30:21 +02:00
rdb 23bf9ea5c7 The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb 090e912ce6 Cleanup of comments and whitespace 2016-02-01 22:30:43 +01:00
mfwass f8837999ed Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
rdb 6a5f2cdd8f Suggested change by JawhnL5 2015-11-10 03:38:12 +01:00
rdb db3ab953e4 Remove ppremake, genPyCode, and all hacks created to support them 2015-11-09 19:06:49 +01:00
rdb d9342043b0 Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour 2015-06-28 13:55:31 +02:00
rdb 87910799b6 Split off epvector.h into its own file in an attempt to cut down compilation time 2014-09-14 22:04:36 +00:00
David Rose e9b967435e more win32 build issues 2011-12-20 20:26:08 +00:00
David Rose c5c21a566a UnalignedLVecBase etc, remove lerp etc, moving towards Eigen on win32 2011-12-18 16:30:31 +00:00
David Rose dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
David Rose c92649bb64 remove reference to OTP 2010-08-25 21:33:43 +00:00
David Rose 4b315b5170 fix motiontrail color 2009-01-09 19:39:23 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose 7faa24c73d include luse.h, not lmatrix4.h 2007-08-23 16:16:24 +00:00
David Rose bc112ef132 clear writers 2007-06-25 18:12:12 +00:00
David Rose 9bec17d962 fix crash when OPTIMIZE=2 2007-06-13 17:17:43 +00:00
aignacio_sf 922a414c95 Add global on/off for motion trails. 2007-05-16 00:15:14 +00:00
Chris Brunner f538ea5eaf added configable switch want-python-motion-trails 2007-04-27 02:30:35 +00:00
David Rose 1612f144ef deallocate arrays properly 2007-03-14 21:08:57 +00:00
David Rose c424b85b73 build on osx 2007-03-08 00:20:27 +00:00
David Rose 730446fdaa build for osx 2007-02-08 21:18:16 +00:00
aignacio_sf 8a0a85a3a7 Explicitly set nurbs order to 4. 2007-01-31 04:20:31 +00:00
aignacio_sf 91ceb9fb26 Add config to motiontrail. 2007-01-31 04:18:41 +00:00
David Rose 134d849b52 build on Linux 2007-01-30 23:51:31 +00:00
aignacio_sf 2d7f2f3d09 Integrate CMotionTrail. 2007-01-30 20:00:59 +00:00
aignacio_sf 2824be457a Add cMotionTrail.cxx, cMotionTrail.h 2007-01-29 23:52:29 +00:00
aignacio_sf 9c9101452d Add comments, formatting, cleanup, ... 2007-01-29 23:49:44 +00:00
aignacio_sf 2399409e8f Somewhat working version. Still needs work, formatting, comments, ... 2007-01-27 04:26:57 +00:00
aignacio_sf 51c77e34ee Preliminary version. Still needs lots of work! 2007-01-27 00:58:53 +00:00
aignacio_sf 6e952e10c1 Fix vertex color and texture coordinates. 2006-11-11 01:13:26 +00:00
aignacio_sf 20d597bad2 Set sampling rate to 0.0.
Ignore duplicate transforms (keyframes).
Fixes flicker problem for high frame rates.
2006-10-31 03:09:16 +00:00
aignacio_sf 388e80b02d Initial nurbs support. Sampled points are used as control points to create nurbs curves. 2006-10-21 02:05:46 +00:00
Jason Yeung 70fef33162 *** empty log message *** 2006-07-06 18:35:32 +00:00
Jason Yeung 8a712d1d2d *** empty log message *** 2006-07-01 01:12:23 +00:00
aignacio_sf b4633e4027 Add option to use the transform relative to the specified root_node_path. 2006-06-14 23:02:32 +00:00
aignacio_sf a32d54b41a Remove exception handling for len ( ) since the len ( ) bug was fixed. 2006-05-30 23:31:00 +00:00
Joe Shochet 25da5bd135 leak cleanup 2006-05-07 22:04:01 +00:00
Joe Shochet 6b77edf7ed better event handling for client logout 2006-05-04 21:10:41 +00:00
aignacio_sf 555c83ac26 Add MotionTrail task removal via DirectObject "clientLogout" messages 2006-05-03 20:25:58 +00:00
aignacio_sf 877b7833fc Fix motion_trail_list problem. 2006-05-03 19:54:42 +00:00
aignacio_sf d3be07a17c Add exception handling to len ( ) calls to prevent random bug. 2006-04-29 04:25:50 +00:00
aignacio_sf ab6492b17d Add attach command. 2006-04-25 03:58:25 +00:00
aignacio_sf 10bf727190 Add set color.
Make texture usage optional.
Add begin/end.
Add actor update to fix LOD problem.
2006-04-25 03:20:45 +00:00
aignacio_sf 5d9af89feb no message 2006-04-24 19:59:43 +00:00
aignacio_sf ed79e4e027 Improve relative matrix calculations.
Seems to look ok.
Possible problem with animations???
Has problem when switching LODs.
2006-04-22 01:43:36 +00:00