Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-07 | Warnings | Tycho | 1 | -0/+2 | |
2014-03-01 | Unified StructureGens and FinisherGens. | madmaxoft | 1 | -1/+1 | |
Now they are all Finishers. Fixes #398. | |||||
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-17 | Mineshafts: silenced a compiler warning. | madmaxoft | 1 | -0/+1 | |
2013-11-16 | Fixed unsigned integer comparison. | Alexander Harkness | 1 | -1/+1 | |
2013-11-16 | Fixed a warning about brackets. | Alexander Harkness | 1 | -58/+58 | |
Is this the right way round? This is how C++ interprets it, so it should be changed if this is the wrong way round. | |||||
2013-11-14 | Added cSignEntity into API, added cChunkDesc:GetBlockEntity(). | madmaxoft | 1 | -2/+2 | |
This fixes both #228 and #347. | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -1423/+1423 | |
2013-05-28 | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1527 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-10 | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 1 | -1/+1 | |
http://forum.mc-server.org/showthread.php?tid=831 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1380 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-06 | Mineshafts: randomized start position, tweaked default generator parameters; removed debugging glass pillars. | madmaxoft@gmail.com | 1 | -25/+19 | |
Mineshafts can be considered finished. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1366 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-06 | Mineshafts: Added random loot to generated chests and fixed chest direction | madmaxoft@gmail.com | 1 | -20/+39 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1365 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-06 | Mineshafts: Added a (nonworking) mob spawner in cobweb spider nests. | madmaxoft@gmail.com | 1 | -1/+44 | |
Since MCServer doesn't support spawners yet, it has a default pig inside and doesn't spawn anything. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1362 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-06 | MineShafts: made cobwebs less thick | madmaxoft@gmail.com | 1 | -5/+10 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1361 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-01 | MineShafts: added random torches, fixed beams on chunk boundaries | madmaxoft@gmail.com | 1 | -9/+96 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1344 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-31 | MineShafts: Added tracks to corridors | madmaxoft@gmail.com | 1 | -4/+51 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1342 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-31 | MineShafts: Limited the mineshafts generation into a settable-size cuboid | madmaxoft@gmail.com | 1 | -10/+21 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1340 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-31 | MineShafts: Added (empty) chests and spiderwebs around (still missing) spawners | madmaxoft@gmail.com | 1 | -4/+82 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1338 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-31 | MineShafts: User-settable chance of individual pieces' occurence. Staircase-only mineshafts, yay :) | madmaxoft@gmail.com | 1 | -20/+20 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1336 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-31 | MineShafts: Staircases have further connections behind them. | madmaxoft@gmail.com | 1 | -1/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1335 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-31 | MineShafts: Added staircases; added floors to mineshafts going through water | madmaxoft@gmail.com | 1 | -4/+173 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1334 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-30 | MineShafts: Added branching crossings | madmaxoft@gmail.com | 1 | -7/+132 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1331 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-30 | MineShafts: added supports in corridors | madmaxoft@gmail.com | 1 | -11/+103 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1329 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-30 | MineShafts: Added branching corridors | madmaxoft@gmail.com | 1 | -3/+67 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1328 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-29 | MineShafts: implemented basic corridors, without any embellishments or branching yet. | madmaxoft@gmail.com | 1 | -24/+131 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1326 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-29 | MineShafts: backup commit with initial work, still unusable. | madmaxoft@gmail.com | 1 | -0/+575 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1321 0a769ca7-a7f5-676a-18bf-c427514a06d6 |