344 Commits

Author SHA1 Message Date
Shoghi Cervantes Pueyo
09301f0e5f Added a way to send Player's inventory directly 2013-04-17 19:25:53 +02:00
Shoghi Cervantes Pueyo
3d48eec887 Allow looking the help of an alias 2013-04-16 19:41:37 +02:00
Shoghi Cervantes Pueyo
e0791b9bae Log out message 2013-04-14 17:00:13 +02:00
Shoghi Cervantes Pueyo
10d34a7ce6 Fixed 0x60 packets being received 2013-04-14 16:58:54 +02:00
Shoghi Cervantes Pueyo
8442c0529e Added player.connect (pre-join) 2013-04-14 16:19:27 +02:00
Shoghi Cervantes Pueyo
d157299c7a Updated console texts and help 2013-04-13 19:47:20 +02:00
Shoghi Cervantes Pueyo
790b9c19b6 Fixed hack check crash 2013-04-13 16:22:05 +02:00
Shoghi Cervantes Pueyo
439d0ead4f Default equipment fix 2013-04-13 14:37:01 +02:00
Shoghi Cervantes Pueyo
3ae18c85b1 Round coords at spawn 2013-04-13 14:34:04 +02:00
Shoghi Cervantes Pueyo
c334bbce12 Item change protection 2013-04-13 13:37:14 +02:00
Shoghi Cervantes Pueyo
1cf61fc829 Fixed #196 syntax error 2013-04-13 11:55:45 +02:00
Shoghi Cervantes Pueyo
75a2bf122f Added "disallow-crafting" to enable item protection 2013-04-12 23:11:07 +02:00
Shoghi Cervantes Pueyo
a6615560bc fix. 2013-04-12 14:21:09 +02:00
Shoghi Cervantes Pueyo
62735c8e41 Changed messages 2013-04-12 14:20:52 +02:00
Shoghi Cervantes Pueyo
83a63ef805 Added login packet protection 2013-04-12 13:59:21 +02:00
Shoghi Cervantes Pueyo
076691ec52 Added fixes for hacks like Health protection and speed hack 2013-04-09 21:02:46 +02:00
Shoghi Cervantes Pueyo
2b741a2913 Fixed crashes, added flying check 2013-04-09 18:44:13 +02:00
Shoghi Cervantes Pueyo
dccfbfd572 Added "view-distance" setting to change chunk sending radius 2013-04-09 17:07:17 +02:00
Shoghi Cervantes Pueyo
5f55cdf26a Added pvp server property 2013-04-09 16:58:52 +02:00
Shoghi Cervantes Pueyo
0060c3f10d Duplicated chunk loading speed 2013-04-05 16:33:47 +02:00
Shoghi Cervantes Pueyo
8405c74b42 Fixed #186 players not teleporting due to speed check 2013-04-05 12:41:05 +02:00
Shoghi Cervantes Pueyo
4e8e132fcf Added damage for Axe, Pickaxe, and Shovel 2013-04-02 16:37:08 +02:00
Shoghi Cervantes Pueyo
77fa1608c1 Fixed #179 2013-04-02 16:33:15 +02:00
Shoghi Cervantes
e3a858a089 Merge pull request #179 from williamtdr/master
Updated Player.php for sword damage amounts
2013-04-02 07:27:55 -07:00
williamtdr
eeb9b925a5 Removed unnecessary left bracket causing syntax error
Sorry 'bout that.
2013-04-01 18:01:15 -05:00
williamtdr
314da7b30e Update Player.php
Swords now do proper damage amount
2013-04-01 12:03:38 -05:00
Shoghi Cervantes Pueyo
1129df6194 View connection lag in-game 2013-04-01 16:25:25 +02:00
Shoghi Cervantes Pueyo
1ef0a41944 Added Ping / Pong system 2013-04-01 16:03:43 +02:00
Shoghi Cervantes Pueyo
1cb30601b5 20 mini chunks / second 2013-04-01 14:54:08 +02:00
Shoghi Cervantes Pueyo
534898167e Improve loading on Y chunks 2013-04-01 14:49:13 +02:00
Shoghi Cervantes Pueyo
f53877c070 Fixed a few things
REALLY BUGGY!!! DO NOT USE THIS!
2013-03-31 15:03:13 +02:00
Shoghi Cervantes Pueyo
66169d63c4 Force chunk resend on teleport 2013-03-31 13:50:13 +02:00
Shoghi Cervantes Pueyo
b83ef4e70b Automatically remove ANSI codes from chat 2013-03-31 13:36:19 +02:00
Shoghi Cervantes Pueyo
251b88f8ba Limited Player tick time queue further 2013-03-31 13:20:05 +02:00
Shoghi Cervantes Pueyo
f8c6921ac4 Few protocol edits 2013-03-31 00:12:19 +01:00
Shoghi Cervantes Pueyo
abf52079fc Chunk loading based on X,Y,Z (+1 dimension) 2013-03-30 21:35:50 +01:00
Shoghi Cervantes Pueyo
7312c57123 Improved internal Client IDs 2013-03-30 21:09:12 +01:00
Shoghi Cervantes Pueyo
f7a12b09f7 Better Player queue completion limited by time 2013-03-30 20:56:01 +01:00
Shoghi Cervantes Pueyo
bd196c0fcb Typo 2013-03-30 19:33:18 +01:00
Shoghi Cervantes Pueyo
cbe160e655 Fixed #169 and fixed #168 2013-03-30 13:11:06 +01:00
Shoghi Cervantes Pueyo
6d39f54591 Removed $server constructor arguments because of ServerAPI::request() 2013-03-29 19:49:33 +01:00
Shoghi Cervantes Pueyo
8a9e6426ca Optional teleport yaw & pitch 2013-03-29 10:56:28 +01:00
Shoghi Cervantes Pueyo
3f820d18d2 Removed teleport jerking 2013-03-29 10:54:58 +01:00
Shoghi Cervantes Pueyo
677e1f8ce0 Added Player automatic blocking during spawn or gamemode change 2013-03-28 17:59:45 +01:00
Shoghi Cervantes Pueyo
4ea4431986 Less Server->Client NACK usage 2013-03-28 14:37:35 +01:00
Shoghi Cervantes Pueyo
e392a35598 Fixed client-side ACK & NACK 2013-03-28 14:08:45 +01:00
Shoghi Cervantes Pueyo
912e35f202 Fixed server-side NACK & ACK 2013-03-28 13:59:56 +01:00
Shoghi Cervantes Pueyo
f1a28f23ae New ACK/NACK structure & Packet multiple ressend issue 2013-03-28 13:56:11 +01:00
Shoghi Cervantes Pueyo
c68b4ebda6 Few packet loss system fixes 2013-03-28 13:10:51 +01:00
Shoghi Cervantes Pueyo
98976ac56c Fixed NACK handling - Works even with 90% packet loss 2013-03-28 13:00:18 +01:00