open_toontown_panda3d/panda/src/chan
rdb 97d4e32a06 general: use nassert_raise instead of nassertv(false) et al
Even a brief error message in the assertion is infinitely more useful to a user who is not at home in the source code, especially for assertions that may reasonably be triggered by honest user mistakes.
2018-11-28 17:35:20 +01:00
..
README.md Add README.md files for various directories 2017-10-31 19:20:24 +01:00
animBundle.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animBundle.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animBundle.h chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animBundleNode.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animBundleNode.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
animBundleNode.h chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animChannel.I general: Resolve some warnings unique to Windows 2018-06-10 02:25:10 -06:00
animChannel.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animChannel.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animChannelBase.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animChannelBase.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
animChannelBase.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animChannelFixed.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animChannelFixed.cxx Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
animChannelFixed.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animChannelMatrixDynamic.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
animChannelMatrixDynamic.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animChannelMatrixDynamic.h chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animChannelMatrixFixed.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
animChannelMatrixFixed.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animChannelMatrixFixed.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animChannelMatrixXfmTable.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
animChannelMatrixXfmTable.cxx general: use nassert_raise instead of nassertv(false) et al 2018-11-28 17:35:20 +01:00
animChannelMatrixXfmTable.h chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animChannelScalarDynamic.I chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animChannelScalarDynamic.cxx chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animChannelScalarDynamic.h chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animChannelScalarTable.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
animChannelScalarTable.cxx general: use nassert_raise instead of nassertv(false) et al 2018-11-28 17:35:20 +01:00
animChannelScalarTable.h chan: add various property interfaces to animation system 2018-11-28 16:46:49 +01:00
animControl.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animControl.cxx chan: disable AnimControl copy ctor and assignment operators 2018-10-17 19:43:41 +02:00
animControl.h chan: disable AnimControl copy ctor and assignment operators 2018-10-17 19:43:41 +02:00
animControlCollection.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animControlCollection.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animControlCollection.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animGroup.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
animGroup.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animGroup.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animPreloadTable.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animPreloadTable.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
animPreloadTable.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
auto_bind.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
auto_bind.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
bindAnimRequest.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
bindAnimRequest.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
bindAnimRequest.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
config_chan.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_chan.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
movingPart.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
movingPart.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
movingPartBase.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
movingPartBase.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
movingPartBase.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
movingPartMatrix.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
movingPartMatrix.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
movingPartMatrix.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
movingPartScalar.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
movingPartScalar.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
movingPartScalar.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3chan_composite1.cxx Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
p3chan_composite2.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
partBundle.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
partBundle.cxx chan: adjust _net_blend when AnimControl destructs 2018-10-18 22:03:16 +02:00
partBundle.h chan: add missing export macro 2018-09-21 19:49:21 -04:00
partBundleHandle.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
partBundleHandle.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
partBundleHandle.h Interrogate improvements, more properties, MAKE_SEQ_PROPERTY 2016-05-11 00:16:53 +02:00
partBundleNode.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
partBundleNode.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
partBundleNode.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
partGroup.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
partGroup.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
partGroup.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
partSubset.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
partSubset.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
partSubset.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vector_PartGroupStar.cxx general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00
vector_PartGroupStar.h general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00

README.md

This package contains the animation channels. This defines the various kinds of AnimChannels that may be defined, as well as the MovingPart class which binds to the channels and plays the animation. This is a support library for char, as well as any other libraries that want to define objects whose values change over time.