Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 12:51:36 PM (16 years ago)
Author:
landauf
Message:

don't panic, no codechanges!
added a link to www.orxonox.net

Location:
code/trunk/src/orxonox
Files:
1 deleted
50 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/GraphicsEngine.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/GraphicsEngine.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/Main.cc

    r1024 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/Orxonox.cc

    r1054 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/Orxonox.h

    r1052 r1056  
     1/*
     2 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
     4 *
     5 *
     6 *   License notice:
     7 *
     8 *   This program is free software; you can redistribute it and/or
     9 *   modify it under the terms of the GNU General Public License
     10 *   as published by the Free Software Foundation; either version 2
     11 *   of the License, or (at your option) any later version.
     12 *
     13 *   This program is distributed in the hope that it will be useful,
     14 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 *   GNU General Public License for more details.
     17 *
     18 *   You should have received a copy of the GNU General Public License
     19 *   along with this program; if not, write to the Free Software
     20 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     21 *
     22 *   Author:
     23 *      ...
     24 *   Co-authors:
     25 *      ...
     26 *
     27 */
     28
    129/**
    230 @file  Orxonox.h
  • code/trunk/src/orxonox/OrxonoxPlatform.h

    r1032 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    258259//#     pragma warning( disable: 4996)
    259260
    260 // disable: "conditional expression constant", always occurs on 
     261// disable: "conditional expression constant", always occurs on
    261262// ORXONOX_MUTEX_CONDITIONAL when no threading enabled
    262263//#   pragma warning (disable : 201)
  • code/trunk/src/orxonox/OrxonoxPrereqs.h

    r1024 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/OrxonoxStableHeaders.h

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/PrecompiledHeaderFiles.cc

    r1021 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/hud/HUD.cc

    r1039 r1056  
    11/*
    2 *   ORXONOX - the hottest 3D action shooter ever to exist
    3 *
    4 *
    5 *   License notice:
    6 *
    7 *   This program is free software; you can redistribute it and/or
    8 *   modify it under the terms of the GNU General Public License
    9 *   as published by the Free Software Foundation; either version 2
    10 *   of the License, or (at your option) any later version.
    11 *
    12 *   This program is distributed in the hope that it will be useful,
    13 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 *   GNU General Public License for more details.
    16 *
    17 *   You should have received a copy of the GNU General Public License
    18 *   along with this program; if not, write to the Free Software
    19 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    20 *
    21 *   Author:
    22 *      Yuning Chai
    23 *   Co-authors:
    24 *      ...
    25 *
    26 */
     2 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
     4 *
     5 *
     6 *   License notice:
     7 *
     8 *   This program is free software; you can redistribute it and/or
     9 *   modify it under the terms of the GNU General Public License
     10 *   as published by the Free Software Foundation; either version 2
     11 *   of the License, or (at your option) any later version.
     12 *
     13 *   This program is distributed in the hope that it will be useful,
     14 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 *   GNU General Public License for more details.
     17 *
     18 *   You should have received a copy of the GNU General Public License
     19 *   along with this program; if not, write to the Free Software
     20 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     21 *
     22 *   Author:
     23 *      Yuning Chai
     24 *   Co-authors:
     25 *      ...
     26 *
     27 */
    2728
    2829#include "OrxonoxStableHeaders.h"
  • code/trunk/src/orxonox/hud/HUD.h

    r1039 r1056  
    11/*
    2 *   ORXONOX - the hottest 3D action shooter ever to exist
    3 *
    4 *
    5 *   License notice:
    6 *
    7 *   This program is free software; you can redistribute it and/or
    8 *   modify it under the terms of the GNU General Public License
    9 *   as published by the Free Software Foundation; either version 2
    10 *   of the License, or (at your option) any later version.
    11 *
    12 *   This program is distributed in the hope that it will be useful,
    13 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 *   GNU General Public License for more details.
    16 *
    17 *   You should have received a copy of the GNU General Public License
    18 *   along with this program; if not, write to the Free Software
    19 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    20 *
    21 *   Author:
    22 *      Yuning Chai
    23 *   Co-authors:
    24 *      ...
    25 *
    26 */
     2 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
     4 *
     5 *
     6 *   License notice:
     7 *
     8 *   This program is free software; you can redistribute it and/or
     9 *   modify it under the terms of the GNU General Public License
     10 *   as published by the Free Software Foundation; either version 2
     11 *   of the License, or (at your option) any later version.
     12 *
     13 *   This program is distributed in the hope that it will be useful,
     14 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 *   GNU General Public License for more details.
     17 *
     18 *   You should have received a copy of the GNU General Public License
     19 *   along with this program; if not, write to the Free Software
     20 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     21 *
     22 *   Author:
     23 *      Yuning Chai
     24 *   Co-authors:
     25 *      ...
     26 *
     27 */
    2728
    2829#ifndef _HUD_H__
  • code/trunk/src/orxonox/objects/Ambient.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Ambient.h

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Camera.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Camera.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Explosion.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Explosion.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Model.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Model.h

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    4950        protected:
    5051            void registerAllVariables();
    51            
     52
    5253        private:
    5354            std::string meshSrc_;
  • code/trunk/src/orxonox/objects/NPC.cc

    r1055 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/NPC.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Projectile.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Projectile.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Skybox.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/Skybox.h

    r1052 r1056  
     1/*
     2 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
     4 *
     5 *
     6 *   License notice:
     7 *
     8 *   This program is free software; you can redistribute it and/or
     9 *   modify it under the terms of the GNU General Public License
     10 *   as published by the Free Software Foundation; either version 2
     11 *   of the License, or (at your option) any later version.
     12 *
     13 *   This program is distributed in the hope that it will be useful,
     14 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 *   GNU General Public License for more details.
     17 *
     18 *   You should have received a copy of the GNU General Public License
     19 *   along with this program; if not, write to the Free Software
     20 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     21 *
     22 *   Author:
     23 *      ...
     24 *   Co-authors:
     25 *      ...
     26 *
     27 */
     28
    129#ifndef _Skybox_H__
    230#define _Skybox_H__
  • code/trunk/src/orxonox/objects/SpaceShip.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    138139//         this->create();
    139140
    140        
     141
    141142        COUT(3) << "Info: SpaceShip was loaded" << std::endl;
    142143    }
     
    155156      return true;
    156157    }
    157    
     158
    158159    void SpaceShip::registerAllVariables(){
    159160      Model::registerAllVariables();
    160      
    161      
    162      
    163     }
    164    
     161
     162
     163
     164    }
     165
    165166    void SpaceShip::init()
    166167    {
  • code/trunk/src/orxonox/objects/SpaceShip.h

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/WorldEntity.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    5758        this->rotationRate_ = 0;
    5859        this->momentum_ = 0;
    59        
     60
    6061        if (GraphicsEngine::getSingleton().getSceneManager())
    6162        {
     
    6465          this->setName("WorldEntity" + name.str());
    6566          this->node_ = GraphicsEngine::getSingleton().getSceneManager()->getRootSceneNode()->createChildSceneNode(this->getName());
    66        
     67
    6768          registerAllVariables();
    6869        }
  • code/trunk/src/orxonox/objects/WorldEntity.h

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    114115    return stock_[id];
    115116  }
    116  
     117
    117118  void AmmunitionDump::registerAllVariables(){
    118119    registerVar( &numberOfAmmos_, sizeof(int), network::DATA);
    119    
     120
    120121    for (int i = 0; i < numberOfAmmos_; i++)
    121122    {
  • code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/BarrelGun.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/BarrelGun.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/BaseWeapon.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/Bullet.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/Bullet.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/BulletManager.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    110111    // there is no possibility (so far) to synchronise pointers to objects
    111112  }
    112  
     113
    113114}
  • code/trunk/src/orxonox/objects/weapon/BulletManager.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/WeaponStation.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/objects/weapon/WeaponStation.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/particle/ParticleInterface.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/BillboardSet.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/BillboardSet.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/Light.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/Light.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/Mesh.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/Mesh.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/Timer.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/orxonox/tools/Timer.h

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
Note: See TracChangeset for help on using the changeset viewer.