Safwat Halaby
fec522aa03
Merge pull request #2743 from SafwatHalaby/wart
...
Set overgrown wart age to 3
2015-12-13 16:12:39 +02:00
Safwat Halaby
1540867cb5
Set overgrown wart age to 3
2015-12-13 15:55:09 +02:00
Safwat Halaby
417a646d7d
Merge pull request #2708 from Gargaj/onuse
...
Allow use failures to propagate from the entity/block to the player
2015-12-13 14:43:53 +02:00
Gargaj
f9008a4860
allow use failures to propagate from the entity/block to the player
2015-12-13 13:27:38 +01:00
Safwat Halaby
e7fd308ffa
Merge pull request #2737 from Gargaj/snowgolem
...
Snow golems are supposed to be "neutral"
2015-12-13 14:27:02 +02:00
Gargaj
e31676fe50
snow golems are "neutral"
2015-12-13 13:13:37 +01:00
Safwat Halaby
4a212777cb
Merge pull request #2738 from Gargaj/mobinheritance
...
Sheep color inheritance
2015-12-13 14:12:25 +02:00
Gargaj
0eb519b35a
sheep color inheritance
2015-12-13 13:04:18 +01:00
Safwat Halaby
2214fdcede
Merge pull request #2741 from SafwatHalaby/mTarget2
...
Remove stray "return"
2015-12-13 08:30:18 +02:00
Safwat Halaby
4851f5e2c9
Remove stray "return"
2015-12-13 08:04:41 +02:00
Safwat Halaby
e4a237bad0
Merge pull request #2740 from SafwatHalaby/mTarget
...
Fixed mobs attacking Creative Mode players
2015-12-13 08:01:45 +02:00
Safwat Halaby
91aec448eb
Fixed mobs attacking Creative Mode players
2015-12-13 07:52:11 +02:00
Safwat Halaby
86b51083a1
Merge pull request #2668 from SafwatHalaby/decouple2
...
Decoupled cMonster and path recalc logic, re-implemented recalc.
2015-12-13 07:33:59 +02:00
Safwat Halaby
8a5df43e6c
Decoupled cMonster and path recalc logic, re-implemented recalc
2015-12-13 07:13:34 +02:00
Safwat Halaby
7501d44258
Merge pull request #2739 from Gargaj/patch-6
...
Stop pathfinding over cobble walls
2015-12-13 07:03:34 +02:00
Gargaj
62265a0850
Stop pathfinding over cobble walls
...
Also 1.5 blocks high, shouldn't pathfind over it.
2015-12-13 00:02:56 +01:00
Safwat Halaby
6995af05fe
Merge pull request #2735 from SafwatHalaby/mathias2
...
Attempt 2 - Fixed a few crafting recipes
2015-12-12 18:58:07 +02:00
Mathias
671e81966b
Fixed a few crafting recipes
2015-12-12 18:39:01 +02:00
Safwat Halaby
1dd12c07a8
Merge pull request #2732 from Gargaj/patch-5
...
Nether wart only ages to 3
2015-12-12 11:13:17 +02:00
Gargaj
115865f845
Nether wart only ages to 3
...
See http://minecraft.gamepedia.com/Nether_Wart
2015-12-12 00:46:01 +01:00
worktycho
afb9ea126c
Merge pull request #2721 from bmintz/patch-1
...
Put the entire "automatic compile" script in a code block for security
2015-12-11 00:22:20 +00:00
Benjamin Mintz
2503691c8e
Merge branch 'master' into patch-1
2015-12-10 18:07:03 -06:00
Gargaj
56e7329f29
Test for correct coordinates when fishing
...
Fun fact: this was able to actually deadlock the server depending on where you were standing :)
2015-12-10 18:06:36 -06:00
Benjamin Mintz
65c89f052b
Put the entire compile.sh script in a code block for security
...
This makes sure that sh will error out if the connection is interrupted.
See here: https://www.seancassidy.me/dont-pipe-to-your-shell.html
2015-12-10 18:06:16 -06:00
Alexander Harkness
4b10146b2e
Merge pull request #2727 from Gargaj/patch-4
...
Test for correct coordinates when fishing
2015-12-10 21:04:45 +00:00
Gargaj
d05fdbdee9
Test for correct coordinates when fishing
...
Fun fact: this was able to actually deadlock the server depending on where you were standing :)
2015-12-10 20:54:55 +01:00
Julian Laubstein
2b2e0f3b2c
Merge pull request #2720 from cuberite/OreNestsFix
...
Fixed opposite condition in OreNests finisher.
2015-12-09 14:02:50 +01:00
Mattes D
b8fe09901b
Fixed opposite condition in OreNests finisher.
2015-12-09 08:03:33 +01:00
Mattes D
ac8504a6ef
Merge pull request #2706 from Gargaj/deadcreeper
...
Stop creepers from exploding even if they just died
2015-12-09 07:47:06 +01:00
Gargaj
86ea2ee50c
stop creepers from exploding even if they just died
2015-12-08 22:34:32 +01:00
Julian Laubstein
d75ab544f4
Small spelling issues fixed
2015-12-08 21:58:53 +01:00
Mattes D
68e575c917
Merge pull request #2713 from Gargaj/patch-2
...
Tilling dirt should send block update
2015-12-06 13:40:45 +01:00
Gargaj
41761624c2
Tilling dirt should send block update
...
There are BUD switches that are built on this (https://www.youtube.com/watch?v=Bk_ChvmtCNY ) but more prominently, torches placed on dirt blocks should pop off when the dirt block is tilled.
2015-12-06 12:59:38 +01:00
Safwat Halaby
4d730c63b3
Merge pull request #2714 from Gargaj/patch-3
...
Spawn chickens from eggs as babies
2015-12-06 08:01:40 +02:00
Gargaj
4132ff495c
Spawn chickens from eggs as babies
...
This actually works now with the breeding patch (would also close https://github.com/cuberite/cuberite/pull/2366 )
2015-12-05 15:54:34 +01:00
worktycho
a5ff59d6b6
Merge pull request #2694 from SafwatHalaby/documentation
...
Update COMPILING.md
2015-12-04 12:40:02 +00:00
Safwat Halaby
33729ec084
Update COMPILING.md
2015-12-03 23:48:41 +02:00
Mattes D
f9a3eb0278
Merge pull request #2704 from Gargaj/patch-1
...
Fix wolf collars
2015-12-03 16:20:48 +01:00
Gargaj
7a7cc1e66f
fix wolf collars
...
I don't know why this had an inversion but it consistently made the wrong collar color (i.e. yellow dye made the collar blue)
2015-12-03 15:13:03 +01:00
Mattes D
ef7c6ea7e7
Merge pull request #2707 from Gargaj/rabbitstew
...
Merge cItemMushroomSoupHandler into cItemFoodHandler
2015-12-03 15:12:07 +01:00
Julian Laubstein
f35e5e1d75
Merge pull request #2711 from cuberite/FixFreeBSDBuild
...
Use C++11 auto instead of per-platform types.
2015-12-03 14:58:01 +01:00
Gargaj
72b2ab6406
Merge mushroom soup into generic food handler
...
...and fix eating the bowl when eating rabbit stew
2015-12-03 14:55:32 +01:00
Mattes D
03a972ec55
Use C++11 auto instead of per-platform types.
...
Closes #2686 .
2015-12-03 14:39:36 +01:00
Mattes D
213419a4cc
Merge pull request #2699 from SafwatHalaby/breedDocs
...
Breeding documentation
2015-12-03 13:57:58 +01:00
Mattes D
3fb3566484
Merge pull request #2422 from cuberite/PieceStructuresGen
...
Added PieceStructures generator.
2015-12-03 13:07:23 +01:00
Mattes D
3de22f5183
Changed Nether defaults to use PieceStructures.
2015-12-01 11:39:02 +01:00
Mattes D
2c3d933349
Added more details to the cubeset format documentation.
2015-12-01 10:35:08 +01:00
Mattes D
b8fbba5eb9
Added PieceStructures generator.
2015-12-01 10:35:07 +01:00
Safwat Halaby
dbda48ead4
Added documentation for breeding code
2015-11-30 12:05:38 +02:00
Safwat Halaby
1a9c023d6c
Merge pull request #2696 from Gargaj/breeding
...
Implement aging + breeding
2015-11-30 08:58:02 +02:00