Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 9:39:57 PM (16 years ago)
Author:
rgrieder
Message:
  • replaced all String2Number with ConvertValue
  • replaced all tokenize with SubString
  • dealt with warnings under msvc
  • removed some warnings by placing casts
  • bugfix in audio: local variable pushed into member variable std::vector
  • updated StableHeaders.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/OrxonoxStableHeaders.h

    r1056 r1064  
    5555#include <OgreFrameListener.h>
    5656#include <OgreLight.h>
     57#include <OgreLog.h>
     58#include <OgreLogManager.h>
    5759#include <OgreMath.h>
    5860#include <OgreMatrix3.h>
     
    6264#include <OgreParticleEmitter.h>
    6365#include <OgreParticleSystem.h>
    64 #include <OgrePlatform.h>
    65 #include <OgrePrerequisites.h>
    6666#include <OgreQuaternion.h>
    6767#include <OgreResourceGroupManager.h>
     
    8181#include <OIS/OIS.h>
    8282
    83 /**
    84 * Some of the not so stable header files.
    85 * It's not very useful to include them anyway..
    86 **/
     83//-----------------------------------------------------------------------
     84// ORXONOX HEADERS
     85//-----------------------------------------------------------------------
    8786
    88 #include "core/CoreIncludes.h"
    89 #include "core/BaseObject.h"
    90 #include "core/Tickable.h"
    91 #include "core/Error.h"
    92 #include "core/Loader.h"
    93 #include "core/XMLPort.h"
    94 
    95 #include "network/Synchronisable.h"
    96 //#include "network/Server.h"
    97 //#include "network/Client.h"
    98 
     87#include "util/Convert.h"
    9988#include "util/Math.h"
    100 #include "util/Sleep.h"
    101 #include "util/String2Number.h"
    102 #include "util/Tokenizer.h"
    10389#include "util/Multitype.h"
    10490#include "util/MultiTypeMath.h"
    10591#include "util/MultiTypePrimitive.h"
    10692#include "util/MultiTypeString.h"
    107 #include "util/substring.h"
     93#include "util/Sleep.h"
     94#include "util/String.h"
     95#include "util/SubString.h"
    10896#include "util/XMLIncludes.h"
    109 
    11097#include "util/tinyxml/ticpp.h"
    11198#include "util/tinyxml/tinyxml.h"
    11299
     100#include "core/BaseObject.h"
     101#include "core/CommandExecutor.h"
     102#include "core/CoreIncludes.h"
     103#include "core/ConfigValueIncludes.h"
     104#include "core/Debug.h"
     105#include "core/Executor.h"
     106#include "core/Tickable.h"
     107#include "core/XMLPort.h"
     108
     109#include "network/Synchronisable.h"
     110
     111#include "OrxonoxPlatform.h"
     112#include "OrxonoxPrereqs.h"
     113#include "tools/Timer.h"
    113114#include "objects/Model.h"
    114115#include "objects/WorldEntity.h"
Note: See TracChangeset for help on using the changeset viewer.