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
Shoghi Cervantes
7923c40b33
Removed as Vector3 on Flat generator
2014-09-12 00:12:52 +02:00
Shoghi Cervantes
d298adabad
Merge branch 'master' into pthreads-fix
2014-09-11 22:06:10 +02:00
Shoghi Cervantes
cfcf515f62
Added type hint to BlockEvent::getBlock()
2014-09-11 21:57:56 +02:00
Shoghi Cervantes
b5deae7ba0
Added synchronization to GenerationThread::pushMainToThreadPacket()
2014-09-11 19:18:14 +02:00
Shoghi Cervantes
d991c32435
Fixed Generator Thread as specified on krakjoe/pthreads#349
2014-09-11 19:10:25 +02:00
Shoghi Cervantes
dbd1f3f96e
Use pthreads interface on Chunk Generation THread, remove IPC sockets, improve performance
2014-09-11 18:05:14 +02:00
Shoghi Cervantes
0bd7ab9def
Added .mailmap file, fixes duplicated commiter names
2014-09-11 17:41:07 +02:00
Shoghi Cervantes
665c275bb7
New improved RakLib version with pthreads changes
2014-09-11 17:18:54 +02:00
Shoghi Cervantes
7ef2708fca
Permission & interface optimization
2014-09-11 16:43:11 +02:00
Shoghi Cervantes
78b4223795
Added PermissionAttachment::unsetPermissions(), PermissionAttachment::clearPermissions()
2014-09-11 12:43:53 +02:00
Shoghi Cervantes
0328b4c5f5
Added PermissionAttachment::setPermissions()
...
This allows bulk permission without recalculating the new permissions until all everything is set. Permission plugins that set a big amount of nodes may want to use this method.
2014-09-11 12:39:01 +02:00
Shoghi Cervantes
4624dfb472
Fixed Permissible::setPermission() not using the correct order on replacement
2014-09-11 12:17:03 +02:00
Shoghi Cervantes
fba12c6ddf
Fixed EntityMoveEvent not being cancelled correctly on players
2014-09-10 20:06:30 +02:00
Shoghi Cervantes
60011a5ecf
Fixed PermissionAttachment not recalculating its Permissible permissions
2014-09-10 20:05:41 +02:00
Shoghi Cervantes
f4ae58dda2
Removed pthreads workarounds
2014-09-10 15:11:56 +02:00
Shoghi Cervantes
8c939feed9
Added Pumpkin & Lit Pumpkin rotation, closes
2014-09-10 12:36:05 +02:00
Shoghi Cervantes
02ca227085
Normalized Player pitch/yaw
2014-09-10 12:23:23 +02:00
Shoghi Cervantes
1174b0c45c
Added binary reading optimizations, faster 64-bit reading
2014-09-10 12:13:15 +02:00
Shoghi Cervantes
8940360df4
Possible fix for #2061
2014-09-10 10:43:24 +02:00
Shoghi Cervantes
bb34e06754
Fix division by zero when the server goes too fast
2014-09-09 19:13:35 +02:00
Shoghi Cervantes
e06092cb99
Added Server::getTickUsage()
2014-09-09 18:46:20 +02:00
Shoghi Cervantes
57373b8c5e
TPS measurement improvement, moved interface handling to tick
2014-09-09 18:07:27 +02:00
Shoghi Cervantes
317c6788a6
Updated RakLib path
2014-09-08 10:11:43 +02:00
Shoghi Cervantes
0a4e0e3228
Fixed Item drop delay
2014-09-08 07:40:19 +02:00
Shoghi Cervantes
d8c492de4a
Merge pull request #2062 from Yosshi999/patch1
...
Fixed HeldItem were swapped in mining
2014-09-08 07:37:24 +02:00
Shoghi Cervantes
05d59d587b
Merge pull request #2063 from Yosshi999/patch2
...
Fixed Player's slot[0] disappears on loging in
2014-09-08 07:37:16 +02:00