URL:
  <http://gna.org/task/?3654>

                 Summary: Remove Bullet Particle stuff
                 Project: Wormux
            Submitted by: drayan
            Submitted on: lundi 11.09.2006 à 14:50
         Should Start On: lundi 11.09.2006 à 00:00
   Should be Finished on: lundi 11.09.2006 à 00:00
                Category: physical engine
                Priority: 1 - Later
                  Status: None
             Assigned to: drayan
        Percent Complete: 0%
             Open/Closed: Open

    _______________________________________________________

Details:

this stuff is not used anywhere in Wormux :

Reference in code :
[EMAIL PROTECTED] src]$ grep BulletParticle */*
particles/bullet.cpp:BulletParticle::BulletParticle() :
particles/bullet.cpp:void BulletParticle::Refresh()
particles/bullet.cpp:void BulletParticle::SignalRebound()
particles/bullet.h:class BulletParticle : public Particle
particles/bullet.h:  BulletParticle();
particles/particle.cpp:      case particle_BULLET : particle = new
BulletParticle();
particles/particle.h:class BulletParticle : public Particle
particles/particle.h:  BulletParticle();

[EMAIL PROTECTED] src]$ grep particle_BULLET */*
particles/particle.cpp:      case particle_BULLET : particle = new
BulletParticle();
particles/particle.h:  particle_BULLET,

Reference in xml files :
[EMAIL PROTECTED] wormux]$ grep bullet_particle data/*
data/weapons.xml:  <sprite name="bullet_particle">
[EMAIL PROTECTED] wormux]$ grep bullet_particle data/*/*
data/game_mode/objects.dtd:         
dark_smoke,star_particle,magic_star_particle,bullet_particle,
ground_particle,
data/game_mode/objects.dtd:<!ELEMENT bullet_particle (mass,wind_factor,
air_resist_factor,gravity_factor,rebounding,rebound_factor)>
data/game_mode/objects.xml:  <bullet_particle> <!-- the gun and M16 -->
data/game_mode/objects.xml:  </bullet_particle>


So->Garbage();






    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?3654>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to