373 Commits

Author SHA1 Message Date
Shoghi Cervantes
87a779afaf
Enforced max distance checks 2015-04-11 18:07:12 +02:00
Shoghi Cervantes
5a0d1affcc
Base translations moved to submodule! 2015-04-11 15:31:22 +02:00
Shoghi Cervantes
414549659a
Fixed crash on already dead players, closes #2856 2015-04-11 15:13:27 +02:00
Shoghi Cervantes
3b6e10b759
More langs :D 2015-04-11 14:59:15 +02:00
Shoghi Cervantes
de052a79de
Localized kick messages 2015-04-11 02:31:34 +02:00
Shoghi Cervantes
c29ae333a2
Translate format text 2015-04-11 02:15:46 +02:00
Shoghi Cervantes
0c041ebca3
Added base translation system 2015-04-11 01:32:08 +02:00
Shoghi Cervantes
60ac8f91ba Fixed pre-login disconnect messages 2015-04-10 15:26:32 +02:00
Shoghi Cervantes
0626d27003 Moved skin checks after protocol checks 2015-04-10 10:23:28 +02:00
Shoghi Cervantes
5d102c2ede Fixed backwards compatibility issue on PlayerInteractyEvent 2015-04-10 10:16:03 +02:00
Shoghi Cervantes
73d1d131e1 Added skin checks to Player and Human 2015-04-09 20:58:38 +02:00
Shoghi Cervantes
1ddd58fd3b Fixed a few issues 2015-04-09 18:50:34 +02:00
Shoghi Cervantes
b4a0afc2c8 Getting ready, protocol changes! 2015-04-09 17:42:06 +02:00
Shoghi Cervantes
02ba9ffc16
Improved entity movement ySize offset 2015-04-08 22:09:06 +02:00
Shoghi Cervantes
76767294bf Fish items, block of redstone! 2015-04-08 15:34:50 +02:00
Shoghi Cervantes
141c0a297e Skins, protocol changes, handle split packets 2015-04-08 13:00:15 +02:00
Shoghi Cervantes
c9adc336ee
Fixed items doing crazy things 2015-03-29 18:10:02 +02:00
Shoghi Cervantes
e0a6d0feab
Critical arrows, fixed arrow interception calculation 2015-03-28 17:54:10 +01:00
Shoghi Cervantes
0a85ad0d1f
Improved trees, improved inventory transactions, improved snowball/bow usage 2015-03-28 16:59:15 +01:00
Shoghi Cervantes
47de616ac5
Fixed commands, added level automatic tick delay, improved biome gradient 2015-03-28 01:26:06 +01:00
Shoghi Cervantes
e0522d8b1a Fixed data on generation, biome gradient 2015-03-27 12:42:59 +01:00
Shoghi Cervantes
72c4c01542 Yay generation uses async tasks 2015-03-26 18:21:39 +01:00
Shoghi Cervantes
286c1ee880 Added chunk spawn threshold for players 2015-03-26 11:28:44 +01:00
Shoghi Cervantes
962c28aaca
BatchPacket, compress any packet depending on the size, really fast threaded chunk sending 2015-03-26 00:06:46 +01:00
Shoghi Cervantes
7d1313c63d >= <= on move 2015-03-25 20:00:55 +01:00
Shoghi Cervantes
d19631226f Improved Entity attack()/heal() event firing 2015-03-25 11:11:02 +01:00
Shoghi Cervantes
d1760d9bb8 Synchronize hotbar slots, removed RotateHeadPacket, improved MoveEntityPacket, FullChunkDataPacket 2015-03-24 16:26:46 +01:00
Shoghi Cervantes
4e934654ef More awesomeness, No AI flag! 2015-03-23 14:44:04 +01:00
Shoghi Cervantes
9da26fdb88
World generation with biomes! 2015-03-22 22:57:40 +01:00
Shoghi Cervantes
d2bf92c3ed
New batched UpdateBlockPacket, added Level->sendBlocks() 2015-03-22 02:44:39 +01:00
Shoghi Cervantes
add380c7ed
A few fixes! 2015-03-21 00:45:29 +01:00
Shoghi Cervantes
652987110a Added popup notices! 2015-03-20 17:56:07 +01:00
Shoghi Cervantes
b42424eb22 Sounds! 2015-03-20 16:42:50 +01:00
Shoghi Cervantes
a2b3e48b45
Added /particle command 2015-03-20 03:37:58 +01:00
Shoghi Cervantes
ebc8928c21
Implemented effect colors 2015-03-20 02:31:54 +01:00
Shoghi Cervantes
62ba36b474
New TextPacket, second part! 2015-03-19 20:27:51 +01:00
Shoghi Cervantes
d66a2d7105 Merge branch 'master' into mcpe-0.11 2015-03-19 09:18:39 +01:00
Shoghi Cervantes
d34499e67b Revert "Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged" 2015-03-18 17:26:06 +01:00
Shoghi Cervantes
1b25cd6ffa
Merge branch 'master' into mcpe-0.11 2015-03-17 19:12:03 +01:00
Shoghi Cervantes
37bc1273ee
Implemented double chest fix, closes #2744, fixes #2493 2015-03-17 18:00:19 +01:00
Shoghi Cervantes
ffcdf49912
Allow plugins to cancel some kicks better, closes #2743 2015-03-17 18:00:18 +01:00
Shoghi Cervantes
3e893ed0f7
Implemented hardcore banning, closes #2574 2015-03-17 18:00:18 +01:00
Shoghi Cervantes
6af87814e3 Added 64-bit entity data field 2015-03-17 16:26:02 +01:00
PEMapModder
5b3e65345f Fixed a typo
`$source->isCancelled()` shouldn't be checked twice
2015-03-17 22:20:33 +08:00
PEMapModder
8aa8ae5094 Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged 2015-03-17 20:04:59 +08:00
Shoghi Cervantes
2ae80031f0
New implementation of sending/setting/getting entity data, added effect saving 2015-03-17 00:01:54 +01:00
Shoghi Cervantes
bc31df37d0 Added invisibility potion, metadata sending for invisibility/nametags 2015-03-16 19:05:31 +01:00
Shoghi Cervantes
4383e272eb
Added Effects base, /effect and methods 2015-03-15 23:15:54 +01:00
Shoghi Cervantes
d5601b0c9f
Generator works! 2015-03-15 16:40:18 +01:00
Shoghi Cervantes
91e8bdbd37 Fixed size on MobSpawnParticle 2015-03-13 16:21:33 +01:00