Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9877 in orxonox.OLD


Ignore:
Timestamp:
Oct 3, 2006, 3:23:56 PM (18 years ago)
Author:
bensch
Message:

orxonox compiles in Windows again… but it does not run anymore

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/cd_engine.cc

    r9869 r9877  
    2525// #include "player.h"
    2626
    27 #include "spatial_separation.h"
     27//#include "spatial_separation.h"
    2828#include "quadtree.h"
    29 #include "quadtree_node.h"
     29//#include "quadtree_node.h"
    3030
    3131#include "bsp_manager.h"
  • trunk/src/lib/network/network_log.cc

    r9869 r9877  
    1616#include "network_log.h"
    1717#include <cassert>
    18 
     18#include <stdarg.h>
    1919/**
    2020 *  the singleton reference to this class
  • trunk/src/util/signal_handler.h

    r9406 r9877  
    6363 public:
    6464   inline static SignalHandler* getInstance() { if (!SignalHandler::singletonRef) SignalHandler::singletonRef = new SignalHandler(); return SignalHandler::singletonRef; };
    65   void doCatch( std::string appName ) {};
     65   void doCatch( const std::string & appName, const std::string & fileName ) {};
    6666  void dontCatch() {};
    6767  void registerCallback( SignalCallback cb, void * someData ) {};
  • trunk/src/world_entities/terrain.cc

    r9869 r9877  
    244244
    245245  /* THIS IS ONLY FOR DEBUGGING INFORMATION */
    246   if (this->ssp != NULL)
    247     this->ssp->drawQuadtree();
     246  //  if (this->ssp != NULL)
     247  //    this->ssp->drawQuadtree();
    248248}
    249249
Note: See TracChangeset for help on using the changeset viewer.