4000 Commits

Author SHA1 Message Date
Shoghi Cervantes
f55b0d0b45 Merge pull request #2295 from LukeDarling/patch-1
Fixed Server->getOps() capitalization
2014-11-19 13:10:03 +01:00
Shoghi Cervantes
754e0dbb49 Protect permission removal against bad plugins 2014-11-18 18:43:30 +01:00
Shoghi Cervantes
525c8db779 Improved chunk loading/unloading 2014-11-18 18:33:24 +01:00
Shoghi Cervantes
c7f578f297 Possible fix for #2297 Alpha_1.4dev-834 2014-11-18 13:57:03 +01:00
Shoghi Cervantes
19c030281f Fixed #1969 2014-11-18 13:53:38 +01:00
Shoghi Cervantes
ca9fe1b89a Improved and fixed command exception message, closes #2301 2014-11-18 13:46:00 +01:00
Shoghi Cervantes
9fd6a695f6 Fixed permission-related memory leak 2014-11-18 13:42:24 +01:00
Shoghi Cervantes
c07b0ff35b Fixed tile entities not being placed in the correct array 2014-11-15 11:49:09 +01:00
Luke Darling
00be3f0dd3 Fixed Server->getOps() capitalization
I'm not 100% sure, but I believe this is how it's supposed to be.
2014-11-15 00:01:57 -05:00
Michael Yoo
6796fca2b6 Merge pull request #2294 from LukeDarling/patch-1
fixed version message color
2014-11-15 14:20:14 +10:30
Luke Darling
5657cce3db fixed version message color 2014-11-14 15:52:38 -05:00
Shoghi Cervantes
05ac256cc3 Fixed Acacia / Dark Oak logs crafting recipes 2014-11-14 15:58:31 +01:00
Shoghi Cervantes
49977c5410 Bumped weakref version, fixes travis builds 2014-11-14 10:30:06 +01:00
Michael Yoo
ca40bb678c Merge pull request #2288 from sekjun9878/master
Get timezone directly. Fixes #2287.
2014-11-13 23:08:22 +10:30
Michael Yoo
2068cc9cdf Merge pull request #2243 from PEMapModder/patch-1
cmd files comment syntax should be like this.
2014-11-13 21:42:25 +10:30
Michael Yoo
ea4617cedd Get timezone directly. Fixes #2287. 2014-11-13 21:13:12 +10:30
Shoghi Cervantes
1a5544f68c Fixed Chunk tile indexes 2014-11-08 15:00:18 +01:00
Shoghi Cervantes
0128a7aeb2 API version 1.7.1 (fixes) 2014-11-07 09:45:30 +01:00
Shoghi Cervantes
fd954ce708 Fixed PlayerInventory->setItem() with null items 2014-11-07 09:43:36 +01:00
Shoghi Cervantes
d63a82de0a MCPE protocol 20 2014-11-06 19:08:32 +01:00
Shoghi Cervantes
92143d523c Added SetDifficultyPacket 2014-11-06 19:07:24 +01:00
Shoghi Cervantes
1818e64c8e Merge branch 'master' into 0.10 2014-11-06 18:56:47 +01:00
Shoghi Cervantes
7e1095e28d Reenabled collision against entities on move Alpha_1.4dev-822 2014-11-06 12:57:17 +01:00
Shoghi Cervantes
f1519e6d13 Improved Level->getTile() to a direct lookup instead of linear search 2014-11-06 12:34:33 +01:00
Shoghi Cervantes
3b9a9bcd5d Use proper indexes on Living->getLineOfSight() when a max length is set 2014-11-06 12:23:45 +01:00
Shoghi Cervantes
263bff01c8 Change RuntimeException to InvalidStateException on BlockIterator 2014-11-06 12:16:12 +01:00
Shoghi Cervantes
987d647b76 Return proper BlockIterator index, throw more exceptions, improved blockQueue performance 2014-11-06 12:12:31 +01:00
Shoghi Cervantes
522b75645c Merge branch 'master' into 0.10 2014-11-05 19:04:36 +01:00
Shoghi Cervantes
9eed0a579c Fixed red sand smelting recipe 2014-11-05 17:41:12 +01:00
Shoghi Cervantes
064976d32b Fixed ladder recipe 2014-11-05 17:38:23 +01:00
Shoghi Cervantes
2abb577178 Fixed String -> Wool recipe 2014-11-05 17:36:44 +01:00
Shoghi Cervantes
127855c220 Fixed Snow block recipe 2014-11-05 17:36:06 +01:00
Shoghi Cervantes
93c7a3c170 Fixed bonemeal recipe, closes #2260 2014-11-05 17:32:28 +01:00
Shoghi Cervantes
31903a764a Fixed unloaded chunks residing on memory and getting loaded again causing crash, fixed spawn chunks getting unloaded by players 2014-11-04 17:16:02 +01:00
Shoghi Cervantes
79bc1d6c85 Fixed server not stopping after a special crash 2014-11-04 17:15:20 +01:00
Shoghi Cervantes
cc7f12739d Added vertical and horizontal collision detection to Entities 2014-11-04 12:23:42 +01:00
Shoghi Cervantes
32dae93ef9 Removed unused imports 2014-11-04 12:08:24 +01:00
Shoghi Cervantes
8fd6582e74 Automatically set Entity / Tile entity save identifiers 2014-11-04 12:04:08 +01:00
Shoghi Cervantes
a5369b3570 Fixed unloading chunks 2014-11-04 11:18:34 +01:00
Shoghi Cervantes
abbd33210a Possible fix for #2245 2014-11-04 00:19:50 +01:00
Shoghi Cervantes
6b6222c09c Allow passing a Player source as last parameter on Inventory->addItem() and Inventory->removeItem() 2014-11-04 00:16:25 +01:00
Shoghi Cervantes
a8c997d88a ¬¬ 2014-11-03 12:54:46 +01:00
Shoghi Cervantes
6993718a83 Added EntityDamageByChildEntityEvent 2014-11-03 12:03:37 +01:00
Shoghi Cervantes
86afecec89 Improved inventory sending, send single slots instead of full inventory as much as possible 2014-11-03 11:48:10 +01:00
Shoghi Cervantes
29d1fd1fc8 Fixed player viewer list including themselves 2014-11-03 11:29:01 +01:00
Shoghi Cervantes
af4eb2ab1e Create server.log properly on non-existent directories 2014-11-02 16:15:15 +01:00
Shoghi Cervantes
f7baf46a54 Fire PlayerInteractEvent on 0xff face 2014-11-02 16:12:51 +01:00
Shoghi Cervantes
75c0d8324c Fixed some inventory events not firing on players 2014-11-02 13:26:58 +01:00
Shoghi Cervantes
da4334f06b Revert Armor then Inventory instead of Inventory then Armor on failed transaction 2014-11-01 23:02:59 +01:00
Shoghi Cervantes
413bd3c0df Use SplFixedArray for improved performance 2014-11-01 22:12:35 +01:00