summaryrefslogtreecommitdiffstats
path: root/source/Generating/MineShafts.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-1423/+0
2013-11-17Mineshafts: silenced a compiler warning.madmaxoft1-0/+1
2013-11-16Fixed unsigned integer comparison.Alexander Harkness1-1/+1
2013-11-16Fixed a warning about brackets.Alexander Harkness1-58/+58
2013-11-14Added cSignEntity into API, added cChunkDesc:GetBlockEntity().madmaxoft1-2/+2
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-1423/+1423
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-1/+1
2013-04-10Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com1-1/+1
2013-04-06Mineshafts: randomized start position, tweaked default generator parameters; removed debugging glass pillars.madmaxoft@gmail.com1-25/+19
2013-04-06Mineshafts: Added random loot to generated chests and fixed chest directionmadmaxoft@gmail.com1-20/+39
2013-04-06Mineshafts: Added a (nonworking) mob spawner in cobweb spider nests.madmaxoft@gmail.com1-1/+44
2013-04-06MineShafts: made cobwebs less thickmadmaxoft@gmail.com1-5/+10
2013-04-01MineShafts: added random torches, fixed beams on chunk boundariesmadmaxoft@gmail.com1-9/+96
2013-03-31MineShafts: Added tracks to corridorsmadmaxoft@gmail.com1-4/+51
2013-03-31MineShafts: Limited the mineshafts generation into a settable-size cuboidmadmaxoft@gmail.com1-10/+21
2013-03-31MineShafts: Added (empty) chests and spiderwebs around (still missing) spawnersmadmaxoft@gmail.com1-4/+82
2013-03-31MineShafts: User-settable chance of individual pieces' occurence. Staircase-only mineshafts, yay :)madmaxoft@gmail.com1-20/+20
2013-03-31MineShafts: Staircases have further connections behind them.madmaxoft@gmail.com1-1/+8
2013-03-31MineShafts: Added staircases; added floors to mineshafts going through watermadmaxoft@gmail.com1-4/+173
2013-03-30MineShafts: Added branching crossingsmadmaxoft@gmail.com1-7/+132
2013-03-30MineShafts: added supports in corridorsmadmaxoft@gmail.com1-11/+103
2013-03-30MineShafts: Added branching corridorsmadmaxoft@gmail.com1-3/+67
2013-03-29MineShafts: implemented basic corridors, without any embellishments or branching yet.madmaxoft@gmail.com1-24/+131
2013-03-29MineShafts: backup commit with initial work, still unusable.madmaxoft@gmail.com1-0/+575