4258 Commits

Author SHA1 Message Date
Shoghi Cervantes
978aa2ba0f Protocol changes 2015-04-29 17:04:34 +02:00
Shoghi Cervantes
c2b3f7cd7f Noclip in spectator mode, changed chunk format 2015-04-29 12:29:59 +02:00
Shoghi Cervantes
3872a21474 Allow setting the flying status for any given player 2015-04-29 11:31:04 +02:00
Shoghi Cervantes
11e2d23b83 Improved LoginPacket and BatchPacket handling 2015-04-29 10:55:29 +02:00
Shoghi Cervantes
2cd78d4ae3 Merge pull request #2951 from EnderBrine101/patch-1
No longer needed :P
2015-04-28 18:52:21 +02:00
EnderBrine101
08f09cc3c8 No longer needed :P 2015-04-28 17:34:38 +01:00
Shoghi Cervantes
1b13a4c1ec Protocol 25 2015-04-28 16:56:59 +02:00
Shoghi Cervantes
71587db2be Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2015-04-28 14:49:52 +02:00
Shoghi Cervantes
8caf04ade5 build 8, allow setting selected hotbar slot, auto_jump setting 2015-04-28 14:20:35 +02:00
Shoghi Cervantes
488fbc27fe
Fixed issue reading/writing YAML 2015-04-27 21:26:50 +02:00
Shoghi Cervantes
84d1f4596b Improved Anvil live conversion speed 2015-04-27 14:43:33 +02:00
Shoghi Cervantes
6fc7ee2775 Fixed some bad defaults, improved spawning 2015-04-27 14:43:33 +02:00
Shoghi Cervantes
ef00103fec Merge pull request #2944 from alejandroliu/generator-list
Added a getGeneratorList
2015-04-27 09:53:50 +02:00
Alejandro Liu
bdf069ebe1 Added a getGeneratorList 2015-04-27 01:18:04 +02:00
Shoghi Cervantes
5942cafa53 Send in the correct channel 2015-04-26 23:11:07 +02:00
Shoghi Cervantes
fbdbac06cc New delayed teleporting system 2015-04-26 23:04:24 +02:00
Shoghi Cervantes
fba12f2a13 Be sure that AsyncTask finish executing, fixes #2931 2015-04-25 17:52:57 +02:00
Shoghi Cervantes
7ad98d4659 Deprecated CallbackTask, moved sleep checking to level 2015-04-25 17:28:30 +02:00
Shoghi Cervantes
1d8c29add7 Fixed Block Iterator and getLineOfSight() 2015-04-24 18:10:45 +02:00
Shoghi Cervantes
d4cae729c3 Added AsyncTasks timings 2015-04-24 17:21:39 +02:00
Shoghi Cervantes
529f9b148b Save/reload skin on Human based entities 2015-04-24 17:05:00 +02:00
Shoghi Cervantes
20842636f9 Added timings to chunk sending 2015-04-24 16:59:46 +02:00
Shoghi Cervantes
7b699d9afd Improved fall damage while on jump boost, new protocol update, build 7, allow for live inventory resizing 2015-04-24 16:43:59 +02:00
Shoghi Cervantes
ba635b8858 Fixed particles being emmited on non-player block breaks 2015-04-23 17:02:37 +02:00
Shoghi Cervantes
04f3cc4905 Measure highest TPS load and lowest TPS between measurements 2015-04-23 15:34:42 +02:00
Shoghi Cervantes
4a1e122605 Move UUID generation before PreLogin 2015-04-23 12:07:34 +02:00
Shoghi Cervantes
a0739a7b03 Added more level tick options, force player ticks, base tick rate for levels 2015-04-23 11:34:01 +02:00
Shoghi Cervantes
f73bd02198 Allow to tick players partially 2015-04-23 11:19:27 +02:00
Shoghi Cervantes
ec7db3be4f build 6! 2015-04-22 17:08:59 +02:00
Shoghi Cervantes
2ea8835b12 Removed possible crash on RakLibInterface 2015-04-22 15:45:04 +02:00
Shoghi Cervantes
0aebcb9f81 Correctly load Anvil worlds 2015-04-22 12:07:27 +02:00
Shoghi Cervantes
1578fc3ddb Improved world generation manager, UUIDs (some work for future usage) 2015-04-21 19:54:16 +02:00
Shoghi Cervantes
514ce0fb04 Fixed colors not being shown on windows :s 2015-04-20 17:55:49 +02:00
Shoghi Cervantes
f6e88ec055 Protect against null chunk on entity 2015-04-20 17:29:58 +02:00
Shoghi Cervantes
15b4cd8fb3 Improved format constants, fixed cake eating when max health is > 20 2015-04-20 17:25:58 +02:00
Shoghi Cervantes
f88aed1208 Fixed NBT parsing on false properties 2015-04-20 13:57:16 +02:00
Shoghi Cervantes
6ed63edd89
Removed some remaining references, removed duplicated code on Anvil 2015-04-19 16:49:15 +02:00
Shoghi Cervantes
897774f848
Increased manuall garbage collection rate 2015-04-19 16:16:05 +02:00
Shoghi Cervantes
bf4a8398c4
Moved chunk garbage collector to memory manager 2015-04-19 16:14:54 +02:00
Shoghi Cervantes
05385acb36
Added Memory Manager timings 2015-04-19 16:01:46 +02:00
Shoghi Cervantes
094234dc0f
Updated references and submodules 2015-04-19 15:37:18 +02:00
Shoghi Cervantes
c2f72ea9ac
Updated languages 2015-04-19 11:50:30 +02:00
Shoghi Cervantes
e3c48b22cb
Anvil fixes, improved memory settings 2015-04-19 11:45:43 +02:00
Shoghi Cervantes
5860bdcc4d
Improved network 2015-04-18 22:38:57 +02:00
Shoghi Cervantes
1b84340e3f
Improved manager 2015-04-18 22:35:00 +02:00
Shoghi Cervantes
61828baa8f
Improved manager 2015-04-18 22:33:50 +02:00
Shoghi Cervantes
11ecaaa87f
fixed oops in RakLib 2015-04-18 21:04:07 +02:00
Shoghi Cervantes
b2c25eaf36
Added MemoryManager, new memory properties, improved performance, updated RakLib, fixed misc. bugs 2015-04-18 20:13:52 +02:00
Shoghi Cervantes
ddc152ae0a Merge pull request #2903 from PEMapModder/patch-4
Added paramter types for some Config.php functions
2015-04-17 18:15:12 +02:00
Shoghi Cervantes
08a612954e Added creative mode block list API 2015-04-17 18:01:10 +02:00