Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10059 in orxonox.OLD


Ignore:
Timestamp:
Dec 13, 2006, 11:00:55 AM (17 years ago)
Author:
patrick
Message:

some renicements

Location:
branches/mount_points/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc

    r10054 r10059  
    1111   ### File Specific:
    1212   main-programmer: Patrick Boenzli patrick@orxonox.net
    13    co-programmer: ...
     13   co-programmer:
    1414*/
    1515
  • branches/mount_points/src/lib/graphics/importer/oif/resource_oif.cc

    r10052 r10059  
     1/*
     2   orxonox - the future of 3D-vertical-scrollers
     3
     4   Copyright (C) 2004 orx
     5
     6   This program is free software; you can redistribute it and/or modify
     7   it under the terms of the GNU General Public License as published by
     8   the Free Software Foundation; either version 2, or (at your option)
     9   any later version.
     10
     11   ### File Specific
     12   main-programmer: Patrick Boenzli patrick@orxonox.net
     13   co-programmer:
     14*/
    115
    216#include "resource_oif.h"
  • branches/mount_points/src/world_entities/mount_point.cc

    r10058 r10059  
    1 
    2 
    31/*
    42   orxonox - the future of 3D-vertical-scrollers
     
    1210
    1311   ### File Specific
    14    main-programmer:
     12   main-programmer: Patrick Boenzli patrick@orxonox.net
    1513   co-programmer:
    1614*/
     
    2523#include "mount_point.h"
    2624#include "debug.h"
     25#include "state.h"
     26#include "class_id_DEPRECATED.h"
    2727
    2828
    29 
    30 
    31 #include "state.h"
    32 
    33 
    34 
    35 #include "class_id_DEPRECATED.h"
    3629ObjectListDefinition(MountPoint);
    3730CREATE_FACTORY(MountPoint);
    38 
    3931
    4032
  • branches/mount_points/src/world_entities/world_entity.cc

    r10058 r10059  
    1212
    1313   ### File Specific:
    14    main-programmer: Patrick Boenzli
    15    co-programmer: Christian Meyer
     14   main-programmer: Patrick Boenzli, Benjamin Grauer
     15   co-programmer: Christian Meier
    1616*/
    1717#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
     
    108108    this->setModel(NULL, i);
    109109
     110  // remove the object information file
    110111  if( this->oiFile)
    111112    delete this->oiFile;
     113  // and clear all monut points
     114  this->mountPoints.clear();
    112115
    113116  // Delete the obbTree
Note: See TracChangeset for help on using the changeset viewer.