3447 Commits

Author SHA1 Message Date
Shoghi Cervantes
0907aedcef Fixed Entity/Block issues on negative coordinates, closes #2100 2014-09-22 11:48:39 +02:00
Shoghi Cervantes
0a29e66b62 Fixed #2114 Removed Player collisions with other entities 2014-09-22 11:26:12 +02:00
Shoghi Cervantes
3cc4afbcd6 Possible fix for #1920 2014-09-22 11:21:54 +02:00
Shoghi Cervantes
d04e994d1b Added TPS load to /status 2014-09-21 12:18:51 +02:00
Shoghi Cervantes
3d870629f2 Fixed ifconfig command typo 2014-09-21 12:18:26 +02:00
Shoghi Cervantes
8dbe834dc3 Submodule update 2014-09-21 12:18:10 +02:00
Shoghi Cervantes
36d8100e17 Protect against \0 attacks on name checking 2014-09-20 18:26:17 +02:00
Shoghi Cervantes
b880bf13f8 Documented tool usage in Level::useBreakOn() 2014-09-20 18:25:53 +02:00
Shoghi Cervantes
1ac08ce404 Fixed Utils::getUniqueID() on Linux due to /proc/cpuinfo 2014-09-20 12:39:57 +02:00
Shoghi Cervantes
689b2ea877 Fixed #2104 Can't place blocks where non-solid entities exist 2014-09-20 11:10:46 +02:00
Shoghi Cervantes
d1f22ee395 Block more player actions when dead, closes #2102 2014-09-19 20:19:27 +02:00
Shoghi Cervantes
056ed4802f Send project name on usage 2014-09-19 15:08:40 +02:00
Shoghi Cervantes
bcb65e9a48 Send build number on usage 2014-09-19 15:07:48 +02:00
Shoghi Cervantes
5404ba77d0 Throw exception when Server::dispatchCommand() is called with an invalid CommandSender 2014-09-19 10:30:35 +02:00
Shoghi Cervantes
ae54426836 Fixed date_default_timezone_set E_NOTICE 2014-09-19 10:26:44 +02:00
Shoghi Cervantes
ee7d84dfbd Fixed T_DOUBLE_COLON 2014-09-19 09:48:02 +02:00
Shoghi Cervantes
3e1ea23036 Fixed CallbackTask name 2014-09-19 09:46:38 +02:00
Shoghi Cervantes
d312d2a143 Possible fix for #2046, removed embedded class names 2014-09-19 09:44:58 +02:00
Shoghi Cervantes
8c627bd0af Remove level locks, possible fix for #2046 2014-09-18 11:44:16 +02:00
Shoghi Cervantes
6fb7170556 Handle force parameter properly on Level::unload() 2014-09-18 11:38:03 +02:00
Shoghi Cervantes
50f5c6d8ed RakLib patches 2014-09-18 09:22:52 +02:00
Shoghi Cervantes
f9d5c5bd37 Improved event checking on PlayerInteractEvent 2014-09-16 17:49:44 +02:00
Shoghi Cervantes
45dbb3f828 Improved block collision check Alpha_1.4dev-576 2014-09-16 12:02:33 +02:00
Shoghi Cervantes
8a8a95480e Added Cactus damage 2014-09-16 12:02:18 +02:00
Shoghi Cervantes
34139c7efe Added more death messages 2014-09-16 11:51:43 +02:00
Shoghi Cervantes
f0e7713dce Added suffocation, drowning damage. Closes #1908 2014-09-16 11:51:31 +02:00
Shoghi Cervantes
3ba099b309 Cobweb, Ladders and Water won't cause fall damage 2014-09-16 10:52:00 +02:00
Shoghi Cervantes
c4a0c759dc Show fire to other clients 2014-09-16 10:48:56 +02:00
Shoghi Cervantes
e9a2f88847 Added Fire, Lava damage 2014-09-16 10:42:29 +02:00
Shoghi Cervantes
e608acbd1c Improved Player last damage check 2014-09-16 10:42:01 +02:00
Shoghi Cervantes
42033da08b Fixed #2035 Invalid Fence Gate bounding box 2014-09-16 00:47:04 +02:00
Shoghi Cervantes
69ab0d433b Removed old trigger_error() 2014-09-16 00:42:36 +02:00
Shoghi Cervantes
44a30b7fac Added forced position strong check for Player 2014-09-16 00:32:03 +02:00
Shoghi Cervantes
50b2f55583 Increased movement error range 2014-09-15 23:53:08 +02:00
Shoghi Cervantes
da084d6908 Fixed door bounding boxes, closes#2075 2014-09-15 23:40:26 +02:00
Shoghi Cervantes
7d51bc0004 Possible fix for #2077 2014-09-15 22:14:05 +02:00
Shoghi Cervantes
87dbc18452 Removed position revert message on plugin event cancelled 2014-09-15 20:32:42 +02:00
Shoghi Cervantes
5b8d4bba11 Fixed issues with placing doors 2014-09-15 20:32:27 +02:00
Shoghi Cervantes
bb4c54106a Added temporal workaround for pthreads version check 2014-09-15 18:55:15 +02:00
Shoghi Cervantes
1617b2509e Fixed plugin-related crash 2014-09-15 12:09:30 +02:00
Shoghi Cervantes
ec293ebd9e Merge pull request #2071 from PocketMine/pthreads-fix
Removed pthreads workarounds, new pthreads version
2014-09-15 10:16:35 +02:00
Shoghi Cervantes
9f9422f0ed Added Player->forceMovement check on teleport 2014-09-15 01:16:13 +02:00
Shoghi Cervantes
da715e48e2 Bumped pthreads version 2014-09-13 12:07:04 +02:00
Shoghi Cervantes
702b2e539c Update RakLib 2014-09-13 12:01:11 +02:00
Shoghi Cervantes
63fc229c12 Enabled default PHP GC on generator thread 2014-09-12 15:57:02 +02:00
Shoghi Cervantes
c71689a919 Optimized server sleep times 2014-09-12 15:56:21 +02:00
Shoghi Cervantes
09428bc8c7 Merge branch 'master' into pthreads-fix 2014-09-12 13:32:53 +02:00
Shoghi Cervantes
6c7e16d9d4 Added Permission/Permissible calculation timings 2014-09-12 13:08:59 +02:00
Shoghi Cervantes
315ea2ea3c 64-bit Random optimizations 2014-09-12 12:58:21 +02:00
Shoghi Cervantes
83eb9f778a Level generators can be set in server.properties 2014-09-12 01:05:32 +02:00