1
0
Fork 0
cuberite-2a/src/Generating
Mattes D 9f4342434b Noise3D generator: Enlarged averaging to avoid steep beach slopes. 2014-11-23 15:10:55 +01:00
..
Prefabs Removed iniFile library from linux dependencies. 2014-10-23 15:26:43 +02:00
BioGen.cpp Fixed a missing endline. 2014-11-03 11:48:03 +01:00
BioGen.h Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +01:00
CMakeLists.txt Gen refactor: Implemented CompositedHeiGen. 2014-11-13 21:28:50 +01:00
Caves.cpp Made it compile with clang 2014-09-22 03:22:36 -04:00
Caves.h Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +01:00
ChunkDesc.cpp Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01:00
ChunkDesc.h ChunkDesc: Fixed comment about indexing. 2014-11-15 20:23:47 +01:00
ChunkGenerator.cpp Merged IniFile into main MCS sources. 2014-10-23 15:15:10 +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 Generators: Unified SeaLevel into a single variable. 2014-11-20 15:31:03 +01:00
CompoGen.h Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01:00
CompoGenBiomal.cpp CompoGenBiomal: Fixed sealevel offset. 2014-11-20 22:45:50 +01:00
CompoGenBiomal.h Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
ComposableGenerator.cpp Gen refactor: Implemented CompositedHeiGen. 2014-11-13 21:28:50 +01:00
ComposableGenerator.h Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
CompositedHeiGen.h Gen refactor: Implemented CompositedHeiGen. 2014-11-13 21:28:50 +01:00
DistortedHeightmap.cpp Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
DistortedHeightmap.h Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01:00
DungeonRoomsFinisher.cpp DungeonRooms: Changed to work with the new shape generators. 2014-11-15 11:17:05 +01:00
DungeonRoomsFinisher.h Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
EndGen.cpp Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
EndGen.h Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01:00
FinishGen.cpp Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01:00
FinishGen.h Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +01:00
GridStructGen.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
GridStructGen.h Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +01:00
HeiGen.cpp Gen refactor: Implemented CompositedHeiGen. 2014-11-13 21:28:50 +01:00
HeiGen.h Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01:00
IntGen.h Grown biomes: fixed Linux build. 2014-11-02 16:47:56 +01:00
MineShafts.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
MineShafts.h Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +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 Noise3D generator: Enlarged averaging to avoid steep beach slopes. 2014-11-23 15:10:55 +01:00
Noise3DGenerator.h Noise3D generator: Enlarged averaging to avoid steep beach slopes. 2014-11-23 15:10:55 +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 En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
PieceGenerator.h Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +01:00
Prefab.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Prefab.h Basic style fixes. 2014-07-17 22:50:58 +02:00
PrefabPiecePool.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
PrefabPiecePool.h Merge remote-tracking branch 'origin/master' into VillageGen 2014-05-29 09:14:47 +02:00
ProtIntGen.h Grown biomes: Unified with GrownProt biomes. 2014-11-02 16:36:59 +01: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 Moved all Noise-related files into a separate folder. 2014-11-18 12:07:08 +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
ShapeGen.cpp Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
StructGen.cpp Generator: Fixed crash with trees too high. 2014-11-15 21:45:24 +01:00
StructGen.h Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor 2014-11-20 10:13:10 +01: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 Changed comment 2014-11-16 19:50:57 +01:00
Trees.h Merge pull request #1594 from mc-server/LargeOakTree 2014-11-20 21:30:50 +01:00
UnderwaterBaseGen.cpp Generator: Rewritten to use SharedPtrs. 2014-10-19 14:01:59 +02:00
UnderwaterBaseGen.h Generator: Rewritten to use SharedPtrs. 2014-10-19 14:01:59 +02:00
VillageGen.cpp Generator: Shape initial refactoring. 2014-11-12 21:24:26 +01:00
VillageGen.h Generator: Rewritten to use SharedPtrs. 2014-10-19 14:01:59 +02:00