735 Commits

Author SHA1 Message Date
Shoghi Cervantes
e01a3e6811 Increased packet loss allowance 2013-06-04 01:59:35 +02:00
Shoghi Cervantes
15c9b7214d Fixed crash at unload 2013-06-03 23:26:47 +02:00
Shoghi Cervantes
be83eaf521 Correct call of destruct chain to release PMF file locks at unload 2013-06-03 23:24:33 +02:00
Shoghi Cervantes
f2927df2b3 Renamed TileEntity to Tile (TileEntityAPI, TileEntity class, variables) 2013-06-03 19:19:00 +02:00
Shoghi Cervantes
f55fb8d490 Player actions and bows [WiP] 2013-06-03 16:31:33 +02:00
Shoghi Cervantes
d1f2f82c6d Fixed #313 Entities are updated depending on near block updates [gh#313] 2013-06-03 12:20:07 +02:00
Shoghi Cervantes
ec22034ad7 Plugin version 2, include extra data 2013-06-02 17:55:59 +02:00
Shoghi Cervantes
ffd8ac2879 Fix again #312 - Vector3 2013-06-02 12:48:04 +02:00
Shoghi Cervantes
9ead05a6fa Fixed #312 Position::getSide() now returns a Position object instead of a Vector3 one 2013-06-02 12:46:27 +02:00
Shoghi Cervantes
b72d4ac407 Fixed #311 Check for Liquids, ladders and cobweb for flying 2013-06-02 11:20:16 +02:00
Michael Yoo
0ca18864f3 Fixes #311 2013-06-02 10:22:28 +09:30
Shoghi Cervantes
54b73e5f82 Added block cloning fix 2013-06-01 19:58:54 +02:00
Shoghi Cervantes
24ba7cbbd1 New direct block method, better block placement sending 2013-06-01 00:32:23 +02:00
Shoghi Cervantes
75bb2a6399 New method EntityAPI::getRadius() 2013-05-31 18:58:59 +02:00
Shoghi Cervantes
a890cdc023 Performance improvements - removed Player action queue 2013-05-31 14:43:53 +02:00
Shoghi Cervantes
66fc483156 Better item pickup 2013-05-31 14:30:07 +02:00
Shoghi Cervantes
66e635daeb New Entity update system, scheduled updates when needed only 2013-05-31 13:44:06 +02:00
Shoghi Cervantes
3ac4b0af68 Entities spawn with their motion 2013-05-31 12:04:43 +02:00
Shoghi Cervantes
d7f74a6725 Removed incorrect unloaded chunk detection 2013-05-31 11:53:50 +02:00
Shoghi Cervantes
848554bc0c Correct falling sand drop position 2013-05-30 19:34:31 +02:00
Shoghi Cervantes
fc02572065 Drops now have starting speed, correct entity motion at spawn 2013-05-30 18:55:50 +02:00
Shoghi Cervantes
09efcec605 Better entity position sending using motion update 2013-05-30 16:45:44 +02:00
Shoghi Cervantes
4507072980 Fixed sand falling replacing other blocks 2013-05-30 16:33:08 +02:00
Shoghi Cervantes
9919a709e9 Vector3 => Position fix 2013-05-30 13:13:36 +02:00
Shoghi Cervantes
3825edaaab Better item spawning on falling entity break 2013-05-30 12:51:56 +02:00
Shoghi Cervantes
6e5924a183 Typo fixed 2013-05-30 12:49:35 +02:00
Shoghi Cervantes
a795b64bab Added new Block properties (Block::isSolid, Block::isFullBlock) 2013-05-30 12:47:24 +02:00
Shoghi Cervantes
8d00ef381d Fixed Hardcore flags 2013-05-29 23:30:07 +02:00
Shoghi Cervantes
450b5d9560 Updated TileEntity API [fixes #306] 2013-05-29 23:13:01 +02:00
Shoghi Cervantes
6e2f7af6b4 Added hardcore mode 2013-05-29 22:58:43 +02:00
Shoghi Cervantes
6242089b28 Removed incomplete generator 2013-05-29 14:09:36 +02:00
Shoghi Cervantes
f6ab39a526 Fixed falling entities falling upwards 2013-05-29 12:18:35 +02:00
Shoghi Cervantes
71584288dc Fixed Entity floor drag 2013-05-29 12:11:12 +02:00
Shoghi Cervantes
8192b41693 Fixed #303 Checking plants position on normal block update 2013-05-29 11:53:57 +02:00
Shoghi Cervantes
0d12039623 Added TileEntity::setText(1,2,3,4) 2013-05-28 23:35:33 +02:00
Shoghi Cervantes
58fd67d2ed Falling Entities, better Physics [not final] 2013-05-28 22:03:58 +02:00
Shoghi Cervantes
90effd173b Faster chunk sending algorithm 2013-05-26 19:57:41 +02:00
Shoghi Cervantes
6262fbffcb Send correct entity motion 2013-05-26 14:06:26 +02:00
Shoghi Cervantes
7622151a21 Pine & Spruce trees fixed 2013-05-26 13:36:33 +02:00
Shoghi Cervantes
aefcfad296 Added more features to the World Generator 2013-05-26 13:22:22 +02:00
Shoghi Cervantes
b39677cc96 Added LevelAPI::unloadLevel(Level $level) 2013-05-26 00:37:18 +02:00
Shoghi Cervantes
ce391160f4 Added hostile mobs drops 2013-05-25 23:21:21 +02:00
Shoghi Cervantes
7a5df07ee5 Fixed #220 Players now drop items on death [gh#220] 2013-05-25 22:36:13 +02:00
Shoghi Cervantes
a153f2ebdc Minifix 2013-05-25 19:29:24 +02:00
Shoghi Cervantes
a538543e4c Fixed #287 Items dropped will be deleted if picked up in creative mode [gh#287] 2013-05-25 19:27:29 +02:00
Shoghi Cervantes
f224c26084 Furnaces and Burning items 2013-05-25 19:06:31 +02:00
Shoghi Cervantes
29b96fa855 Merge pull request #273 from greyson/master
Nearer-original tree generation
2013-05-21 11:29:51 -07:00
Greyson Fischer
c29d3a3e56 Better (more original) looking trees 2013-05-21 14:03:42 -04:00
Shoghi Cervantes
c9cecaf218 Fixes 2013-05-21 19:29:57 +02:00
Shoghi Cervantes
8c5d0f070d Changed flying checks 2013-05-21 19:17:13 +02:00