Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/orxonox.cc


Ignore:
Timestamp:
Mar 18, 2005, 11:52:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/orxonox.cc

    r3542 r3605  
    3131#include "game_loader.h"
    3232#include <string.h>
    33 int verbose;
     33int verbose = 4;
    3434
    3535using namespace std;
     
    5454  if( resources != NULL) delete resources;
    5555}
    56 
    5756
    5857/** \brief this is a singleton class to prevent duplicates */
     
    173172  // SDL_WM_SetIcon(SDL_Surface *icon, Uint8 *mask); 
    174173
    175   // OpenGL stuff
    176   glClearColor (0.0, 0.0, 0.0, 0.0);
    177   glEnable (GL_DEPTH_TEST);
    178    
    179174  return 0;
    180175}
Note: See TracChangeset for help on using the changeset viewer.