Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 9, 2011, 7:45:14 PM (13 years ago)
Author:
landauf
Message:

added "scale" for radar viewables. scale is relative, 1.0 means "normal".
rocket and simple rocket are now visible on the radar as small triangles.
greatly reduced lifetime of simple rocket.
fixed another possible cause for flashing hud radar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/weapons/projectiles/SimpleRocket.h

    r8706 r8738  
    3535#include "worldentities/ControllableEntity.h"
    3636#include "graphics/ParticleSpawner.h"
     37#include "interfaces/RadarViewable.h"
    3738
    3839#include "BasicProjectile.h"
     
    4849       Gabriel Nadler (Original file: Oli Scheuss)
    4950    */
    50     class _WeaponsExport SimpleRocket : public ControllableEntity, public BasicProjectile
     51    class _WeaponsExport SimpleRocket : public ControllableEntity, public BasicProjectile, public RadarViewable
    5152    {
    5253        public:
Note: See TracChangeset for help on using the changeset viewer.