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/Rocket.h

    r8706 r8738  
    3434#include "tools/Timer.h"
    3535#include "worldentities/ControllableEntity.h"
     36#include "interfaces/RadarViewable.h"
    3637
    3738#include "BasicProjectile.h"
     
    4849        Oli Scheuss
    4950    */
    50     class _WeaponsExport Rocket : public ControllableEntity, public BasicProjectile
     51    class _WeaponsExport Rocket : public ControllableEntity, public BasicProjectile, public RadarViewable
    5152    {
    5253        public:
Note: See TracChangeset for help on using the changeset viewer.