Kripth
ac37af3a46
Added types and changed to sendWhisper
2016-11-20 20:03:56 +08:00
Kripth
208884422d
Added whisper
2016-11-20 20:03:56 +08:00
SOFe
da23568546
Disallow scheduling the same AsyncTask instance more than once
2016-11-20 01:12:38 +08:00
SOFe
f0f6d85809
Merge branch 'asynctask-progress'
2016-11-19 23:17:26 +08:00
Dylan K. Taylor
92bd1a755d
Fix Installer server name bug (server name uses MOTD now
2016-11-18 11:41:25 +00:00
Dylan K. Taylor
3ee43c5a17
Fix some varints
2016-11-17 18:28:39 +00:00
SOFe
8ced6547f2
Fixed #109
2016-11-17 01:25:01 +08:00
Dylan K. Taylor
d29e96407e
Update another link
...
[ci skip]
2016-11-15 13:31:14 +00:00
Dylan K. Taylor
8214e50bcc
HTTPS [ci skip]
2016-11-14 14:25:17 +00:00
Dylan K. Taylor
802bc21c53
Change forums link
...
[ci skip]
2016-11-14 10:04:04 +00:00
Dylan K. Taylor
25b51b4dfd
Update ISSUE_TEMPLATE.md
2016-11-14 09:32:29 +00:00
HimbeersaftLP
794ff643a7
Add new forum link ( #102 )
2016-11-13 16:33:52 +00:00
SOFe
37ae760417
Fixed crashes after scheduleAsyncTaskToWorker() calls
2016-11-13 18:32:11 +08:00
SOFe
ab4d6b1e36
Clarified that AsyncTask should not run for a long time
2016-11-13 18:14:41 +08:00
3DO2 - BlocksAndGold
383df298a6
fix crash at server stop when RCON is enable ( #101 )
2016-11-13 10:11:15 +00:00
Dylan K. Taylor
7314aaf7f7
Particles for 0.16
...
Added BlockForceFieldParticle, removed LargeExplodeParticle and added HugeExplodeSeedParticle
2016-11-12 21:05:01 +00:00
SOFe
75fa2f1132
Fixed array progress crashing
...
Forgot to serialize them. They would be converted to Volatile, which is Threaded. Threaded objects still crash with progressUpdates.
2016-11-12 18:57:52 +08:00
SOFe
d5881dbe83
Disallow Threaded objects to be passed as progress parameter
2016-11-12 18:33:25 +08:00
SOFe
8404ce88bd
Fixed pthreads crashes with progressUpdates
2016-11-12 18:30:55 +08:00
SOFe
7861822a0f
Fixed garbage AsyncTasks cannot be accessed
2016-11-12 17:47:07 +08:00
SOFe
e6485c4734
Added AsyncTask progress update API
2016-11-12 17:31:59 +08:00
Dylan K. Taylor
bd5bbbea10
Missed one
...
TODO: fix this properly
2016-11-10 13:28:27 +00:00
Dylan K. Taylor
0ac04b52ff
Merge pull request #95 from pmmp/timings-verbose
...
Make /timings command more verbose about errors
2016-11-10 08:48:09 +00:00
Dylan K. Taylor
2d37d361a7
Make /timings command more verbose about errors
2016-11-09 22:09:16 +00:00
Dylan K. Taylor
d696049a0a
Fix anvil rotation and variant drops
2016-11-09 20:28:59 +00:00
Dylan K. Taylor
1d876e30c8
Clean up some EnchantmentList mess
2016-11-09 14:20:25 +00:00
Dylan K. Taylor
ea7313779e
Update crafting recipes
2016-11-09 14:20:24 +00:00
Dylan K. Taylor
5a8008367f
Updated creative inventory json with better NBT encode/decode, fixes enchanted books issues
2016-11-09 14:20:24 +00:00
Dylan K. Taylor
911529a6cc
Added jsonSerialize() to Item and fixed some crafting data decode issues
2016-11-09 14:20:24 +00:00
Dylan K. Taylor
bee6c546dc
Added decode for CraftingDataPacket and shell for MultiRecipe
2016-11-09 14:20:23 +00:00
Dylan K. Taylor
e3c900e071
Merge pull request #70 from pmmp/24-level-leak
...
Fixed bugs related to #24 such as getName() on null. Close #24
2016-11-09 10:51:15 +00:00
Dylan K. Taylor
e50311f1ea
Fix wrong SPL submodule branch
2016-11-07 16:52:29 +00:00
Dylan K. Taylor
0bdb8a46f7
Update submodules
2016-11-07 16:49:01 +00:00
SOFe
074583d104
Builtin thread-local object storage for AsyncTask ( #1 )
...
* Added AsyncTask::fetchLocal()
2016-11-06 22:02:53 +08:00
SOFe
3b7377370c
Critical error upon missing submodules ( #77 )
...
* Critical error upon missing SPL
* Added checks for RakLib and PocketMine-Language
* It actually throws ClassNotFoundException, not simply returns false :(
Should I blame :shoghi:?
2016-11-06 11:46:39 +08:00
Dylan K. Taylor
1ac74fe5bc
Temporary fix for commands, remove permission filter
2016-11-05 19:02:08 +00:00
Dylan K. Taylor
c494af618c
Clean up some old code
2016-11-04 21:46:14 +00:00
Dylan K. Taylor
557257baed
Fix wrong SetHealthPacket decode
2016-11-04 16:29:51 +00:00
Dylan K. Taylor
75cc99a003
Fix client crash on join. TODO: new recipe type 4 (no longer enchantment entry)
2016-11-04 12:57:11 +00:00
Dylan K. Taylor
7dc839fbe8
Merge pull request #75 from pmmp/fix-op-perm-calc
...
Fix double permission recalculation on op status change, fixes double…
2016-11-04 10:13:52 +00:00
Dylan K. Taylor
d3fb8c46f5
Fix double permission recalculation on op status change, fixes double sending of AvailableCommandsPacket
2016-11-03 18:05:12 +00:00
Dylan K. Taylor
fffa5488fd
Fix command resending when permissibles are recalculated
2016-11-03 17:35:20 +00:00
Dylan K. Taylor
e60364d7c9
Corrected encode/decode of TextPacket parameters
2016-11-03 15:55:08 +00:00
Dylan K. Taylor
cf222324d6
Fix high load when teleporting and some teleportation weirdness
2016-11-02 14:18:47 +00:00
Dylan K. Taylor
d3c62988b0
Add unknown field to ResourcePackInfoEntry
2016-11-02 13:41:59 +00:00
Dylan K. Taylor
b34d438ed9
Fix AddPlayerPacket field ordering
2016-11-02 09:38:31 +00:00
Dylan K. Taylor
f50c63a0c2
update docs link
2016-10-31 18:07:30 +00:00
Dylan K. Taylor
d1f59632c2
Merge pull request #67 from KnownUnown/system_php
...
Fixed detection of system PHP binaries
2016-10-31 17:45:49 +00:00
Dylan K. Taylor
03003ffa50
Improved invalid spawnpoint checking
2016-10-31 14:05:50 +00:00
Dylan K. Taylor
7a1cdf88e8
Fixed bugs related to #24 such as getName() on null
2016-10-31 13:50:18 +00:00