Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10449 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Jan 28, 2007, 5:46:16 PM (18 years ago)
Author:
patrick
Message:

drawing track is now loadable, merge from branche playability

Location:
trunk/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.cc

    r10420 r10449  
    129129    //dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->energyWidget)->setStandardSettings();
    130130    this->energyWidget->setParent2D(this->leftRect);
     131    dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->energyWidget)->setDisplayedImage("textures/gui/gui_electronics_icon.png");
    131132    this->energyWidget->show();
    132133    /*    this->energyWidget->frontMaterial().setDiffuseMap("hud_energy_bar.png");
     
    157158    //dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->shieldWidget)->setStandardSettings();
    158159    this->shieldWidget->setParent2D(this->leftRect);
     160    dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->shieldWidget)->setDisplayedImage("textures/gui/gui_shield_icon.png");
    159161    this->shieldWidget->show();
    160162    /*    this->shieldWidget->frontMaterial().setDiffuseMap("hud_energy_bar.png");
     
    187189    //dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->armorWidget)->setStandardSettings();
    188190    this->armorWidget->setParent2D(this->leftRect);
     191    dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->armorWidget)->setDisplayedImage("textures/gui/gui_health_icon.png");
    189192    this->armorWidget->show();
    190193    /*    this->armorWidget->frontMaterial().setDiffuseMap("hud_energy_bar.png");
  • trunk/src/util/track/track.cc

    r10424 r10449  
    9393           LoadParam_CYCLE(element, "mode", this, Track, setMode)
    9494             .describe("Sets mode of track behavior");
    95 
    9695     }
    9796     LOAD_PARAM_END_CYCLE(element);
Note: See TracChangeset for help on using the changeset viewer.