1
0
Fork 0
cuberite-2a/src/Generating
peterbell10 1537ebed6f cWorld: Move Initialization from Start to the constructor.
Start now does nothing more than launch the world's threads.
2017-10-21 19:33:22 +02:00
..
BioGen.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
BioGen.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
CMakeLists.txt Fix switch warnings (#4013) 2017-09-14 09:48:57 +01:00
Caves.cpp Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
Caves.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
ChunkDesc.cpp Changed entity ownership model to use smart pointers 2017-08-07 19:24:16 +01:00
ChunkDesc.h Changed entity ownership model to use smart pointers 2017-08-07 19:24:16 +01:00
ChunkGenerator.cpp cWorld: Move Initialization from Start to the constructor. 2017-10-21 19:33:22 +02:00
ChunkGenerator.h cWorld: Move Initialization from Start to the constructor. 2017-10-21 19:33:22 +02:00
CompoGen.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
CompoGen.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
CompoGenBiomal.cpp Removed double includes (#3885) 2017-08-02 19:57:20 +01:00
CompoGenBiomal.h Merge remote-tracking branch 'origin-master' into c++11 2014-11-25 23:03:33 +00:00
ComposableGenerator.cpp Dead bushes will generate in mega mega taigas (#3571) 2017-02-15 20:55:32 +01:00
ComposableGenerator.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
CompositedHeiGen.h Generate biomes when pregenerating heights through CompositedHeiGen. 2015-06-23 14:45:35 +02:00
DistortedHeightmap.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
DistortedHeightmap.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
DungeonRoomsFinisher.cpp FastRandom rewrite (#3754) 2017-06-13 21:35:30 +02:00
DungeonRoomsFinisher.h Merge remote-tracking branch 'origin-master' into c++11 2014-11-25 23:03:33 +00:00
EndGen.cpp Fix old style casts and implicit conversions 2015-08-12 16:51:38 +03:00
EndGen.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FinishGen.cpp cFinishGenPreSimulator: Preserve sand meta (#4025) 2017-09-18 08:45:32 +01:00
FinishGen.h cFinishGenPreSimulator: Preserve sand meta (#4025) 2017-09-18 08:45:32 +01:00
GridStructGen.cpp PieceGenerator: Added rotation-aware vertical connectors. 2017-02-13 16:50:35 +01:00
GridStructGen.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
HeiGen.cpp Remove smart pointer macros 2017-07-21 14:41:51 +01:00
HeiGen.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
IntGen.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
MineShafts.cpp Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
MineShafts.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
Noise3DGenerator.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
Noise3DGenerator.h Remove redundant heighmap code 2017-06-14 11:15:44 +02:00
PieceGeneratorBFSTree.cpp Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
PieceGeneratorBFSTree.h Removed unneeded includes (#3902) 2017-08-06 20:57:44 +01:00
PiecePool.cpp Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
PiecePool.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
PieceStructuresGen.cpp Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
PieceStructuresGen.h Removed unneeded includes (#3902) 2017-08-06 20:57:44 +01:00
Prefab.cpp Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
Prefab.h Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
PrefabPiecePool.cpp Remove smart pointer macros 2017-07-21 14:41:51 +01:00
PrefabPiecePool.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
PrefabStructure.cpp Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
PrefabStructure.h Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
ProtIntGen.h Made ProtIntGen's max size compile-time-configurable. 2016-02-24 14:57:35 +01:00
Ravines.cpp Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
Ravines.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
RoughRavines.cpp Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
RoughRavines.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
ShapeGen.cpp Remove smart pointer macros 2017-07-21 14:41:51 +01:00
StructGen.cpp Fix switch warnings (#4013) 2017-09-14 09:48:57 +01:00
StructGen.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Trees.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
Trees.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
TwoHeights.cpp Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. 2015-05-23 16:28:37 +02:00
TwoHeights.h Merge remote-tracking branch 'origin-master' into c++11 2014-11-25 23:03:33 +00:00
VerticalLimit.cpp Added PieceStructures generator. 2015-12-01 10:35:07 +01:00
VerticalLimit.h Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
VerticalStrategy.cpp Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
VerticalStrategy.h Gen: Moved PiecePool into a separate file. 2017-05-04 09:49:30 +02:00
VillageGen.cpp Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
VillageGen.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00