Merge remote-tracking branch 'GG-Github/development' into fix_opengl_new_terrain_blend

This commit is contained in:
LuisAntonRebollo 2014-11-30 04:47:38 +01:00
commit ff83e8c209
1455 changed files with 98353 additions and 15020 deletions

View file

@ -862,6 +862,14 @@ function ObjectBuilderGui::buildParticleEmitterNode(%this)
%this.process();
}
function ObjectBuilderGui::buildRibbonNode(%this)
{
%this.objectClassName = "RibbonNode";
%this.addField("dataBlock", "TypeDataBlock", "datablock", "RibbonNodeData");
%this.addField("ribbon", "TypeDataBlock", "Ribbon data", "RibbonData");
%this.process();
}
function ObjectBuilderGui::buildParticleSimulation(%this)
{
%this.objectClassName = "ParticleSimulation";

View file

@ -46,6 +46,7 @@ function EWCreatorWindow::init( %this )
%this.registerMissionObject( "SFXEmitter", "Sound Emitter" );
%this.registerMissionObject( "Precipitation" );
%this.registerMissionObject( "ParticleEmitterNode", "Particle Emitter" );
%this.registerMissionObject( "RibbonNode", "Ribbon" );
// Legacy features. Users should use Ground Cover and the Forest Editor.
//%this.registerMissionObject( "fxShapeReplicator", "Shape Replicator" );