Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2008, 6:14:31 PM (17 years ago)
Author:
rgrieder
Message:
  • merged all changes in the input branch into this one
  • moved Tickable to core (would have created circular library dependencies)
  • exported OrxListener to a separate file, soon to be deleted
changed
, &&, XOR back to or, and, xor because I found the necessary include file for VC++
  • created abortRequest() in Orxonox.cc to call for a smooth end of the game (an alternative would be to make tick() return a boolean, like it is with frameStarted())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/OrxonoxStableHeaders.h

    r871 r917  
    7373//#include "audio/AudioManager.h"
    7474
    75 //#include "core/CoreIncludes.h"
     75#include "core/CoreIncludes.h"
    7676#include "core/BaseObject.h"
    7777//#include "core/ArgReader.h"
    7878#include "core/Error.h"
     79#include "core/Loader.h"
     80#include "core/XMLPort.h"
     81#include "core/Tickable.h"
    7982
    8083#include "network/Synchronisable.h"
     
    8790#include "util/String2Number.h"
    8891#include "util/Tokenizer.h"
     92#include "util/Multitype.h"
     93#include "util/MultiTypeMath.h"
     94#include "util/MultiTypePrimitive.h"
     95#include "util/MultiTypeString.h"
     96#include "util/substring.h"
     97#include "util/XMLIncludes.h"
     98
    8999#include "util/tinyxml/ticpp.h"
    90100#include "util/tinyxml/tinyxml.h"
     
    106116//#include "objects/Skybox.h"
    107117//#include "objects/SpaceShipSteeringObject.h"
    108 #include "objects/Tickable.h"
    109118#include "objects/WorldEntity.h"
    110119//#include "particle/ParticleInterface.h"
Note: See TracChangeset for help on using the changeset viewer.