94 Commits

Author SHA1 Message Date
Shoghi Cervantes Pueyo
710ed5c704 Improved block updates and Scheduled block updates [part1] 2013-04-16 17:15:39 +02:00
Shoghi Cervantes Pueyo
d157299c7a Updated console texts and help 2013-04-13 19:47:20 +02:00
Shoghi Cervantes Pueyo
2763401be3 /give now checks correctly 2013-04-09 20:44:57 +02:00
Shoghi Cervantes Pueyo
949ab34b42 Added player.block.(break/place).invalid handling events 2013-03-30 20:26:15 +01:00
Shoghi Cervantes Pueyo
6d39f54591 Removed $server constructor arguments because of ServerAPI::request() 2013-03-29 19:49:33 +01:00
Shoghi Cervantes Pueyo
df77f725fd Syntax error fix 2013-03-20 15:45:03 +01:00
Shoghi Cervantes Pueyo
28d431e497 Removed reference in BlockAPI::drop() of Server gamemode 2013-03-20 15:16:37 +01:00
Shoghi Cervantes Pueyo
2c3ab413f5 Fixed Creative players spawning drops 2013-03-19 23:44:10 +01:00
Shoghi Cervantes Pueyo
9ec9d22bbc BlockAPI::setBlock now uses a Vector3 2013-03-10 13:34:11 +01:00
Shoghi Cervantes Pueyo
3432a69a41 Cancel correctly Handling Events using return true 2013-03-09 09:27:29 +01:00
Shoghi Cervantes Pueyo
5c17f77bcc Name update 2013-03-07 19:56:07 +01:00
Shoghi Cervantes Pueyo
9510cbd716 New block touch event 2013-03-06 20:17:38 +01:00
Shoghi Cervantes Pueyo
e8c2662258 Get Item Lists from BlockAPI::fromString() method 2013-03-06 16:43:25 +01:00
Shoghi Cervantes Pueyo
52aa57d400 Less BlockAPI::cancelAction lag, send only to the starter Player 2013-03-05 17:19:18 +01:00
Shoghi Cervantes Pueyo
845e48db66 Instant Break protection 2013-03-05 17:16:26 +01:00
Shoghi Cervantes Pueyo
a964c0e3ec Added Stack Count 2013-03-04 17:01:28 +01:00
Shoghi Cervantes Pueyo
354893ba11 BlockAPI::getBlockFace() method optimization to use the Vector3 method 2013-03-04 16:50:41 +01:00
Shoghi Cervantes Pueyo
287fa7e551 Updated the BlockAPI::drop method 2013-03-04 16:50:11 +01:00
Shoghi Cervantes Pueyo
45192c4448 Updated gamemode constant names 2013-02-12 16:42:58 +01:00
Shoghi Cervantes Pueyo
eff4631f35 Fixes #103 2013-02-11 21:04:35 +01:00
Shoghi Cervantes Pueyo
ce925cd382 Updated ConsoleAPI::alias(), BlockAPI::fromString() 2013-02-10 11:04:14 +01:00
Shoghi Cervantes Pueyo
d2dcf4f43a Switched gamemode handler to Player object 2013-02-06 16:18:15 +01:00
Shoghi Cervantes Pueyo
1c05455514 Weird Painting spawn (WiP) 2013-02-05 23:25:40 +01:00
Shoghi Cervantes Pueyo
e433f0f6dc Flying damage 2013-02-05 21:33:30 +01:00
Shoghi Cervantes Pueyo
6b77a69302 Updated API methods to use less events 2013-02-04 20:27:36 +01:00
Shoghi Cervantes Pueyo
565cb9781c Bed placement 2013-02-04 19:57:23 +01:00
Shoghi Cervantes Pueyo
4f0517a5a7 Added Sign placement 2013-02-04 19:35:11 +01:00
Shoghi Cervantes Pueyo
3e87d1927d Cactus Placement 2013-02-04 19:08:31 +01:00
Shoghi Cervantes Pueyo
7e7f1892fd Instant growth using bonemeal 2013-02-04 19:00:21 +01:00
Shoghi Cervantes Pueyo
a718294a08 Seed placement 2013-02-04 18:41:23 +01:00
Shoghi Cervantes Pueyo
65280d85d1 Spawning blocks/items using its name 2013-02-04 17:44:41 +01:00
Shoghi Cervantes Pueyo
cdb05f0695 Updated Entity class to reflect changes in BlockAPI 2013-02-04 17:26:55 +01:00
Shoghi Cervantes Pueyo
213cda27aa Added conversion between Items <==> Blocks 2013-02-04 16:26:47 +01:00
Shoghi Cervantes Pueyo
f1c593d809 Fix for crashes via item (MCPE-1198) 2013-02-04 15:02:21 +01:00
Shoghi Cervantes Pueyo
3578b90a39 Ladder placement 2013-02-03 22:53:22 +01:00
Shoghi Cervantes Pueyo
a5651c0f43 Door Placement, Breaking and Activation 2013-02-03 22:39:30 +01:00
Shoghi Cervantes Pueyo
59ae4f6faa Trapdoor placement & activation 2013-02-03 21:13:16 +01:00
Shoghi Cervantes Pueyo
399050fc4e Added Torches placement 2013-02-03 20:45:12 +01:00
Shoghi Cervantes Pueyo
3ecbe7dbf7 Added Mushroom placement 2013-02-03 20:24:22 +01:00
Shoghi Cervantes Pueyo
a9c7a6642e Added flowers placement 2013-02-03 20:23:07 +01:00
Shoghi Cervantes Pueyo
fb9a0f2119 Slab placement 2013-02-03 20:15:55 +01:00
Shoghi Cervantes Pueyo
d9c87161ba Place/Breaking/Activation logic separated from BlockAPI 2013-02-03 18:55:59 +01:00
Shoghi Cervantes Pueyo
c95f671271 Added block classes to BlockAPI 2013-02-02 21:12:56 +01:00
Shoghi Cervantes Pueyo
8a9762cd31 Second sugarcane fix 2013-02-02 19:03:45 +01:00
Shoghi Cervantes Pueyo
69d2557e32 Fix for sugarcane placing 2013-02-02 18:50:54 +01:00
Shoghi Cervantes Pueyo
8d6d5306c1 Added Liquids properties 2013-02-02 17:50:17 +01:00
Shoghi Cervantes Pueyo
328cc968bd Added more block properties 2013-02-02 17:38:15 +01:00
Shoghi Cervantes Pueyo
ad98fbf380 Added block info to /give command 2013-02-02 16:19:31 +01:00
Shoghi Cervantes Pueyo
bbd113692e Disallow placing torches on ceilings 2013-02-02 15:43:20 +01:00
Shoghi Cervantes Pueyo
888e84dd69 Block Names 2013-02-02 15:42:06 +01:00