add nopch toggle
This commit is contained in:
parent
2a71e1f403
commit
b9cfee9877
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animBundle.h"
|
||||
|
||||
#include <indent.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animBundleNode.h"
|
||||
#include <datagram.h>
|
||||
#include <datagramIterator.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animChannel.h"
|
||||
|
||||
#include <compose_matrix.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animChannelBase.h"
|
||||
#include <datagram.h>
|
||||
#include <datagramIterator.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animChannelMatrixXfmTable.h"
|
||||
#include "animBundle.h"
|
||||
#include "config_chan.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animChannelScalarTable.h"
|
||||
#include "animBundle.h"
|
||||
#include "config_chan.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animControl.h"
|
||||
#include "animChannelBase.h"
|
||||
#include "partBundle.h"
|
||||
|
|
@ -548,7 +548,7 @@ bool AnimControl::
|
|||
do_actions_backward(int from, int to) {
|
||||
#ifndef WIN32_VC
|
||||
if (from >= to) {
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
typedef reverse_iterator<Actions::const_iterator, Actions::value_type> Action_reverse_iterator;
|
||||
#else
|
||||
typedef reverse_iterator<Actions::const_iterator> Action_reverse_iterator;
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animControlCollection.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animGroup.h"
|
||||
#include "animBundle.h"
|
||||
#include "config_chan.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "animBundleNode.h"
|
||||
#include "partBundleNode.h"
|
||||
#include "config_chan.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "config_chan.h"
|
||||
#include "animBundle.h"
|
||||
#include "animBundleNode.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "movingPartBase.h"
|
||||
#include "animControl.h"
|
||||
#include "animChannelBase.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "movingPartMatrix.h"
|
||||
|
||||
#include <compose_matrix.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "movingPartScalar.h"
|
||||
#include <datagram.h>
|
||||
#include <datagramIterator.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "partBundle.h"
|
||||
#include "animBundle.h"
|
||||
#include "animControl.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "partBundleNode.h"
|
||||
#include <datagram.h>
|
||||
#include <datagramIterator.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chan_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "partGroup.h"
|
||||
#include "animGroup.h"
|
||||
#include "config_chan.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chancfg_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "chancfg.h"
|
||||
#include <notify.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chancfg_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "chanlayout.h"
|
||||
#include "chanparse.h"
|
||||
#include "chanshare.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chancfg_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "chanparse.h"
|
||||
|
||||
#include <notify.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chancfg_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "chansetup.h"
|
||||
#include "chanparse.h"
|
||||
#include "chanshare.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chancfg_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "chanwindow.h"
|
||||
#include "chanparse.h"
|
||||
#include "chanshare.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "character.h"
|
||||
#include "characterJoint.h"
|
||||
#include "computedVertices.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "characterJoint.h"
|
||||
#include "config_char.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "characterJointBundle.h"
|
||||
#include "character.h"
|
||||
#include <datagram.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "characterSlider.h"
|
||||
#include <datagram.h>
|
||||
#include <datagramIterator.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "computedVertices.h"
|
||||
#include "characterJoint.h"
|
||||
#include "character.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "computedVerticesMorph.h"
|
||||
|
||||
#include <datagram.h>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "config_char.h"
|
||||
#include "character.h"
|
||||
#include "characterJoint.h"
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "char_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#if !defined(WIN32_VC) || defined(NO_PCH)
|
||||
#include "dynamicVertices.h"
|
||||
#include "config_char.h"
|
||||
#include <bamReader.h>
|
||||
|
|
|
|||
|
|
@ -15,9 +15,14 @@
|
|||
// panda3d@yahoogroups.com .
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chat_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#include "chatHelpers.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: add_line_wraps
|
||||
// Description: Take an input string and format it so that lines
|
||||
|
|
|
|||
|
|
@ -15,9 +15,20 @@
|
|||
// panda3d@yahoogroups.com .
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
#if defined(WIN32_VC) && !defined(NO_PCH)
|
||||
#include "chat_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#include "chatInput.h"
|
||||
|
||||
#include <buttonEventDataTransition.h>
|
||||
#include <buttonEventDataAttribute.h>
|
||||
#include <buttonEvent.h>
|
||||
#include <keyboardButton.h>
|
||||
#include <throw_event.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Static variables
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -16,15 +16,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <buttonEvent.h>
|
||||
#include <buttonEventDataAttribute.h>
|
||||
#include <buttonEventDataTransition.h>
|
||||
#include <dconfig.h>
|
||||
#include <keyboardButton.h>
|
||||
#include <throw_event.h>
|
||||
#include "chatHelpers.h"
|
||||
#include "chatInput.h"
|
||||
#include "config_chat.h"
|
||||
#include <pandabase.h>
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,19 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#include "chat_headers.h"
|
||||
#endif
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#ifndef WIN32_VC
|
||||
#include "chatInput.h"
|
||||
#endif
|
||||
|
||||
#include "config_chat.h"
|
||||
#include <dconfig.h>
|
||||
|
||||
Configure(config_chat);
|
||||
NotifyCategoryDef(chat, "");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue