Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5039 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Aug 16, 2005, 6:57:47 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: useless stuff :)

Location:
orxonox/trunk/src/world_entities
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/character_attributes.h

    r4836 r5039  
    1 /*! 
    2     \file character_attributes.h
    3   * Definition of the attributes of a character (healt, armor,.. ) whatever is important to the character
    4 */
     1/*!
     2 * @file character_attributes.h
     3 * Definition of the attributes of a character (healt, armor,.. ) whatever is important to the character
     4 */
    55
    66#ifndef _CHARACTER_ATTRIBUTES_H
     
    1212//! A class including all important information about a character
    1313/**
    14   its not yet clear, what the character-attributes will be. 
     14  its not yet clear, what the character-attributes will be.
    1515*/
    1616class CharacterAttributes : public BaseObject {
     
    6565  void setEnergyMax(int energy);
    6666  int getEnergyMax();
    67  
     67
    6868
    6969 private:
     
    8181  float damageLaserModifier;         //<! [0..1] the damage from laser is multiplied with this modifier. there can be things in the world, that are immune to certain damage
    8282  float damagePlasmaModifier;        //<! [0..1] the damage from plasma is multiplied with this modifier. there can be things in the world, that are immune to certain damage
    83   float damageExplosiveModifier;      //<! [0..1] the damage from exposives (rockets, tnt,...) is multiplied with this modifier. there can be things in the world, that are immune to certain damage 
     83  float damageExplosiveModifier;      //<! [0..1] the damage from exposives (rockets, tnt,...) is multiplied with this modifier. there can be things in the world, that are immune to certain damage
    8484
    8585  /* energy */
  • orxonox/trunk/src/world_entities/power_up.h

    r4836 r5039  
    11/*!
    2     \file power_up.h
     2 * @file power_up.h
    33  *  A class representing a PowerUp in the world.
    44*/
  • orxonox/trunk/src/world_entities/satellite.h

    r4836 r5039  
    11/*!
    2     \file world_entity.h
     2 * @file world_entity.h
    33  *  Definition of the basic WorldEntity
    44*/
  • orxonox/trunk/src/world_entities/skybox.h

    r4998 r5039  
    11/*!
    2     \file skybox.h
     2 * @file skybox.h
    33  *  Definition of the SkyBox, that handles the Display of an atmosphere for orxonox.
    44
  • orxonox/trunk/src/world_entities/skysphere.h

    r4836 r5039  
    11/*!
    2     \file skysphere.h
     2 * @file skysphere.h
    33  *  Definition of the Skysphere, that handles the Display of an atmosphere of orxonox.
    44
  • orxonox/trunk/src/world_entities/terrain.h

    r4919 r5039  
    11/*!
    2     \file terrain.h
     2 * @file terrain.h
    33  *  Defines and handles the terrain of the World
    44
  • orxonox/trunk/src/world_entities/weapons/crosshair.h

    r4849 r5039  
    11/*!
    2     \file crosshair.h
     2 * @file crosshair.h
    33  *  Definition of ...
    44
  • orxonox/trunk/src/world_entities/weapons/projectile.h

    r4975 r5039  
    11/*!
    2     \file projectile.h
     2 * @file projectile.h
    33  *  a projectile, that is been shooted by a weapon
    44
Note: See TracChangeset for help on using the changeset viewer.