1
0
Fork 0
cuberite-2a/src/Generating
madmaxoft 7195c7dfe2 Added missing member initialization to cGridStructGen.
Fixes CID 68228.
2014-07-15 08:28:31 +02:00
..
Prefabs Removed lilypad from plains village prefabs. 2014-07-10 12:27:08 +02:00
BioGen.cpp Optimized Voronoi calculation. 2014-06-20 17:10:18 +02:00
BioGen.h Optimized Voronoi calculation. 2014-06-20 17:10:18 +02:00
CMakeLists.txt Cmake generated projects for IDEs include headers in project files. 2014-04-25 09:56:15 -07:00
Caves.cpp Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
Caves.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
ChunkDesc.cpp CopyPaste Error 2014-07-13 15:32:44 +01:00
ChunkDesc.h Increased Type safety of Biomes 2014-02-03 12:26:17 -08:00
ChunkGenerator.cpp Added additional macros to support the MSVC size_t format and changed all formats to use the macros 2014-03-12 10:34:50 -07:00
ChunkGenerator.h Decoupled cChunkGenerator from cWorld and cRoot. 2014-01-10 22:22:54 +01:00
CompoGen.cpp Nullify deleted pointers. 2014-06-19 01:49:56 -07:00
CompoGen.h Added new biomes to old composition generator. 2013-11-28 21:51:18 +01:00
ComposableGenerator.cpp Added a TestRails generator. 2014-06-21 20:19:44 +02:00
ComposableGenerator.h Unified StructureGens and FinisherGens. 2014-03-01 20:59:41 +01:00
DistortedHeightmap.cpp Revert "Initial Mesa Bryce implementation." 2014-06-11 14:15:18 +02:00
DistortedHeightmap.h Revert "Initial Mesa Bryce implementation." 2014-06-11 14:15:18 +02:00
EndGen.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
EndGen.h Moved source to src 2013-11-24 14:19:41 +00:00
FinishGen.cpp g_BlockXXX => cBlockInfo::XXX 2014-03-01 21:34:19 +02:00
FinishGen.h Merged branch 'NetherFinish'. 2014-01-18 17:03:31 +01:00
GridStructGen.cpp Added missing member initialization to cGridStructGen. 2014-07-15 08:28:31 +02:00
GridStructGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
HeiGen.cpp Nullify deleted pointers. 2014-06-19 01:49:56 -07:00
HeiGen.h Revert "Initial Mesa Bryce implementation." 2014-06-11 14:15:18 +02:00
MineShafts.cpp Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
MineShafts.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
NetherFortGen.cpp Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
NetherFortGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
Noise3DGenerator.cpp Implemented faster upscaling using templates. 2014-03-21 22:53:46 +01:00
Noise3DGenerator.h Decoupled cChunkGenerator from cWorld and cRoot. 2014-01-10 22:22:54 +01:00
POCPieceGenerator.cpp Fixed a memory leak in cPOCPieceGenerator 2014-05-29 09:19:20 +02:00
POCPieceGenerator.h A working POCPiece generator. 2014-03-09 22:04:29 +01:00
PieceGenerator.cpp cPieceGenerator chooses starting pieces based on weights. 2014-05-27 22:05:50 +02:00
PieceGenerator.h cPieceGenerator chooses starting pieces based on weights. 2014-05-27 22:05:50 +02:00
Prefab.cpp Prefabs don't draw into chunk if they don't intersect. 2014-06-23 00:15:55 +02:00
Prefab.h Added support for Miners' Village. 2014-05-25 23:50:16 +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 Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
RainbowRoadsGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
Ravines.cpp Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
Ravines.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
StructGen.cpp Fixed a few more switch warnings. 2014-05-11 16:28:48 -07:00
StructGen.h Unified StructureGens and FinisherGens. 2014-03-01 20:59:41 +01:00
TestRailsGen.cpp Added a TestRails generator. 2014-06-21 20:19:44 +02:00
TestRailsGen.h Added a TestRails generator. 2014-06-21 20:19:44 +02:00
Trees.cpp More switch warnings. 2014-05-11 16:54:42 -07:00
Trees.h Add BlockNewLeaves.h and rename Darkoac to Darkoak 2014-02-19 19:18:40 +01:00
UnderwaterBaseGen.cpp Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
UnderwaterBaseGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
VillageGen.cpp Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00
VillageGen.h Merge branch 'master' of github.com:mc-server/MCServer 2014-06-16 15:12:50 +01:00