1
0
Fork 0
cuberite-2a/src/Generating
Mattes D 103fa8812d WorldStorage no longer queues chunks into generator. 2014-09-05 23:26:00 +02:00
..
Prefabs Updated NetherForts' weights. 2014-07-27 20:04:55 +02:00
BioGen.cpp Fixed style. 2014-09-05 22:07:13 +02:00
BioGen.h Fixed style. 2014-09-05 22:07:13 +02:00
CMakeLists.txt Added initial dungeon rooms finisher. 2014-08-26 15:16:33 +03:00
Caves.cpp Added initializers for class members. 2014-08-21 22:39:53 +02:00
Caves.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
ChunkDesc.cpp Merge branch 'master' into portals 2014-07-18 20:10:51 +01:00
ChunkDesc.h Merge branch 'master' into portals 2014-07-18 20:10:51 +01:00
ChunkGenerator.cpp WorldStorage no longer queues chunks into generator. 2014-09-05 23:26:00 +02:00
ChunkGenerator.h Rewritten chunk status to specify whether the chunk is in queue. 2014-09-05 22:16:48 +02:00
CompoGen.cpp Slight cleanup after portals 2014-07-29 20:50:30 +01:00
CompoGen.h Added new biomes to old composition generator. 2013-11-28 21:51:18 +01:00
ComposableGenerator.cpp BiomeMultiCache is not used for simple generators. 2014-09-05 22:08:00 +02:00
ComposableGenerator.h Unified StructureGens and FinisherGens. 2014-03-01 20:59:41 +01:00
DistortedHeightmap.cpp DistortedHeightmap: Now generates gravel in deep ocean. 2014-07-28 12:30:16 +02:00
DistortedHeightmap.h Revert "Initial Mesa Bryce implementation." 2014-06-11 14:15:18 +02:00
DungeonRoomsFinisher.cpp DungeonRooms: Fixed an off-by-one error. 2014-08-27 20:55:28 +03:00
DungeonRoomsFinisher.h DungeonRooms: Added a height probability distribution function. 2014-08-27 13:25:27 +03:00
EndGen.cpp Merge branch 'master' into portals 2014-07-18 20:10:51 +01:00
EndGen.h Implemented end and nether portals 2014-05-31 22:28:51 +01:00
FinishGen.cpp Removed an old and outdated comment. 2014-08-10 11:06:04 +02:00
FinishGen.h PreSimulator: Added configurations. 2014-07-30 13:06:48 +02:00
GridStructGen.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
GridStructGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
HeiGen.cpp Added initializers for class members. 2014-08-21 22:39:53 +02:00
HeiGen.h Revert "Initial Mesa Bryce implementation." 2014-06-11 14:15:18 +02:00
MineShafts.cpp Generator: removed rnd definitions that are never read 2014-07-17 18:34:47 -07:00
MineShafts.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
NetherFortGen.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
NetherFortGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
Noise3DGenerator.cpp CheckBasicStyle: multi-level indent change. 2014-08-04 13:20:29 +02:00
Noise3DGenerator.h Decoupled cChunkGenerator from cWorld and cRoot. 2014-01-10 22:22:54 +01:00
POCPieceGenerator.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
POCPieceGenerator.h A working POCPiece generator. 2014-03-09 22:04:29 +01:00
PieceGenerator.cpp Basic style fixes. 2014-07-17 22:50:58 +02:00
PieceGenerator.h Basic style fixes. 2014-07-17 22:50:58 +02:00
Prefab.cpp Basic style fixes. 2014-07-17 22:50:58 +02:00
Prefab.h Basic style fixes. 2014-07-17 22:50:58 +02:00
PrefabPiecePool.cpp Merge remote-tracking branch 'origin/master' into VillageGen 2014-05-29 09:14:47 +02:00
PrefabPiecePool.h Merge remote-tracking branch 'origin/master' into VillageGen 2014-05-29 09:14:47 +02:00
RainbowRoadsGen.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
RainbowRoadsGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
Ravines.cpp Fixed style: spaces after commas. 2014-07-19 14:53:41 +02:00
Ravines.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
RoughRavines.cpp Added cBlockInfo::CanBeTerraformed and made finishers use it 2014-07-29 22:31:31 +02:00
RoughRavines.h RoughRavines: Made floor and ceiling settings-adjustable. 2014-07-27 19:57:47 +02:00
StructGen.cpp Bunch of tweaks: 2014-08-10 22:36:02 +02:00
StructGen.h Bunch of tweaks: 2014-08-10 22:36:02 +02:00
TestRailsGen.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
TestRailsGen.h Added a TestRails generator. 2014-06-21 20:19:44 +02:00
Trees.cpp Added proper trees and height for SwamplandM biome 2014-08-02 21:44:16 +02:00
Trees.h Added proper trees and height for SwamplandM biome 2014-08-02 21:44:16 +02:00
UnderwaterBaseGen.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
UnderwaterBaseGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
VillageGen.cpp VillageGen: Fixed a typo in comment 2014-08-03 15:31:59 +02:00
VillageGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00