Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -1423/+0 |
| | |||||
* | Added cSignEntity into API, added cChunkDesc:GetBlockEntity(). | madmaxoft | 2013-11-14 | 1 | -2/+2 |
| | | | | This fixes both #228 and #347. | ||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -1423/+1423 |
| | |||||
* | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 2013-05-28 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1527 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 2013-04-10 | 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 | ||||
* | Mineshafts: randomized start position, tweaked default generator parameters; removed debugging glass pillars. | madmaxoft@gmail.com | 2013-04-06 | 1 | -25/+19 |
| | | | | | | Mineshafts can be considered finished. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1366 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Mineshafts: Added random loot to generated chests and fixed chest direction | madmaxoft@gmail.com | 2013-04-06 | 1 | -20/+39 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1365 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Mineshafts: Added a (nonworking) mob spawner in cobweb spider nests. | madmaxoft@gmail.com | 2013-04-06 | 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 | ||||
* | MineShafts: made cobwebs less thick | madmaxoft@gmail.com | 2013-04-06 | 1 | -5/+10 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1361 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: added random torches, fixed beams on chunk boundaries | madmaxoft@gmail.com | 2013-04-01 | 1 | -9/+96 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1344 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Added tracks to corridors | madmaxoft@gmail.com | 2013-03-31 | 1 | -4/+51 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1342 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Limited the mineshafts generation into a settable-size cuboid | madmaxoft@gmail.com | 2013-03-31 | 1 | -10/+21 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1340 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Added (empty) chests and spiderwebs around (still missing) spawners | madmaxoft@gmail.com | 2013-03-31 | 1 | -4/+82 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1338 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: User-settable chance of individual pieces' occurence. Staircase-only mineshafts, yay :) | madmaxoft@gmail.com | 2013-03-31 | 1 | -20/+20 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1336 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Staircases have further connections behind them. | madmaxoft@gmail.com | 2013-03-31 | 1 | -1/+8 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1335 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Added staircases; added floors to mineshafts going through water | madmaxoft@gmail.com | 2013-03-31 | 1 | -4/+173 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1334 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Added branching crossings | madmaxoft@gmail.com | 2013-03-30 | 1 | -7/+132 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1331 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: added supports in corridors | madmaxoft@gmail.com | 2013-03-30 | 1 | -11/+103 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1329 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: Added branching corridors | madmaxoft@gmail.com | 2013-03-30 | 1 | -3/+67 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1328 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: implemented basic corridors, without any embellishments or branching yet. | madmaxoft@gmail.com | 2013-03-29 | 1 | -24/+131 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1326 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | MineShafts: backup commit with initial work, still unusable. | madmaxoft@gmail.com | 2013-03-29 | 1 | -0/+575 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1321 0a769ca7-a7f5-676a-18bf-c427514a06d6 |