Menu

Commit [r33]  Maximize  Restore  History

Nature plug-in update.

In order to prevent conflicts during the compilation process, several changes have been made:
1.) The content of the Terrain ability has been moved to the nested APNature::Terrain namespace (with APNature being its former location).
2.) The Landmass ability is now also located in its own nested namespace, APNature::Landmass.
3.) Due to the Visual Studio's inability to compile two files with the same name (though in different folders), 6 files in the Terrain ability were renamed with their content unchanged.

tisovcik 2013-12-29

1 2 3 > >> (Page 1 of 3)
changed /trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj
changed /trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj.filters
removed /trunk/include/vreckoAP/Nature/Landmass/Landmass.h
added /trunk/include/vreckoAP/Nature/Landmass/LandmassAbility.h
added /trunk/include/vreckoAP/Nature/Landmass/Properties
added /trunk/include/vreckoAP/Nature/Landmass/Properties/PerlinNoiseProperties.h
added /trunk/include/vreckoAP/Nature/Landmass/Properties/Properties.h
added /trunk/include/vreckoAP/Nature/Landmass/Properties/PropertiesFactory.h
added /trunk/include/vreckoAP/Nature/Landmass/Properties/RasterImageProperties.h
changed /trunk/include/vreckoAP/Nature/Terrain/Algorithms/MidpointDisplacementAlgorithm.h
changed /trunk/include/vreckoAP/Nature/Terrain/Algorithms/PerlinNoiseAlgorithm.h
changed /trunk/include/vreckoAP/Nature/Terrain/Algorithms/RandomFaultsAlgorithm.h
changed /trunk/include/vreckoAP/Nature/Terrain/Algorithms/TerrainAlgorithm.h
changed /trunk/include/vreckoAP/Nature/Terrain/Properties/Default.h
changed /trunk/include/vreckoAP/Nature/Terrain/Properties/Enumerations.h
changed /trunk/include/vreckoAP/Nature/Terrain/Properties/GeneratedTerrainProperties.h
changed /trunk/include/vreckoAP/Nature/Terrain/Properties/HeightMapProperties.h
added /trunk/include/vreckoAP/Nature/Terrain/Properties/MDProperties.h
removed /trunk/include/vreckoAP/Nature/Terrain/Properties/MidpointDisplacementProperties.h
added /trunk/include/vreckoAP/Nature/Terrain/Properties/PNProperties.h
removed /trunk/include/vreckoAP/Nature/Terrain/Properties/PerlinNoiseProperties.h
added /trunk/include/vreckoAP/Nature/Terrain/Properties/RFProperties.h
removed /trunk/include/vreckoAP/Nature/Terrain/Properties/RandomFaultsProperties.h
changed /trunk/include/vreckoAP/Nature/Terrain/Properties/TerrainProperties.h
changed /trunk/include/vreckoAP/Nature/Terrain/Terrain2D.h
/trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj.filters Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Landmass/LandmassAbility.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Landmass/Properties/PerlinNoiseProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Landmass/Properties/Properties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Landmass/Properties/PropertiesFactory.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Landmass/Properties/RasterImageProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Algorithms/MidpointDisplacementAlgorithm.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Algorithms/PerlinNoiseAlgorithm.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Algorithms/RandomFaultsAlgorithm.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Algorithms/TerrainAlgorithm.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/Default.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/Enumerations.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/GeneratedTerrainProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/HeightMapProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/MDProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/PNProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/RFProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Properties/TerrainProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Terrain/Terrain2D.h Diff Switch to side-by-side view
Loading...
1 2 3 > >> (Page 1 of 3)