319 Commits

Author SHA1 Message Date
Shoghi Cervantes
03b4e40bf4 Ooops! 2013-07-03 18:12:22 +02:00
Shoghi Cervantes
8f1c34fdc5 Added whitelist to Query 2013-07-03 18:08:53 +02:00
Shoghi Cervantes
1d2de1f038 Fixed DEFLATEPacket notification 2013-06-17 10:03:20 +02:00
Shoghi Cervantes
02721c09a4 Possible fix for #391 2013-06-15 21:24:06 +02:00
Shoghi Cervantes
18562317c3 Added Packet Count check 2013-06-14 00:21:43 +02:00
Shoghi Cervantes
f51630c572 Fixes to DEFLATE 2013-06-13 19:53:04 +02:00
Shoghi Cervantes
c8e157156e Added bandwidth usage measurement to Window Status 2013-06-11 11:00:02 +02:00
Shoghi Cervantes
9b88a4a73f Player packet handling rewrite, fix #350 2013-06-09 05:56:48 +02:00
Shoghi Cervantes
1a822460d8 Fixed DEFLATEPacket return 2013-06-08 16:59:49 +02:00
Shoghi Cervantes
8d2862a744 Fixed ladders 2013-06-08 16:36:53 +02:00
Shoghi Cervantes
16a8566fca Time now is displayed correctly 2013-06-08 14:17:38 +02:00
Shoghi Cervantes
97dd718e4f Fixed #348 2013-06-08 12:51:28 +02:00
Shoghi Cervantes
1ce23ab8d7 Added DEFLATEPacket protocol support
https://gist.github.com/shoghicp/5729825
2013-06-08 00:41:34 +02:00
Shoghi Cervantes
129e099f88 Fixed Entity metadata sending, sheeps on fire 2013-06-07 20:32:38 +02:00
Shoghi Cervantes
4b408675cf Minecraft: Pocket Edition 0.7.0 dev. release
* Crafting enabled, report bugs
* Chat handler
2013-06-06 17:14:09 +02:00
Shoghi Cervantes
be9676ebe5 Added server_engine to query 2013-06-04 11:25:05 +02:00
Shoghi Cervantes
033a1673f0 Added bandwidth measure 2013-06-04 10:55:20 +02:00
Shoghi Cervantes
f55fb8d490 Player actions and bows [WiP] 2013-06-03 16:31:33 +02:00
Shoghi Cervantes
6e2f7af6b4 Added hardcore mode 2013-05-29 22:58:43 +02:00
Shoghi Cervantes
58fd67d2ed Falling Entities, better Physics [not final] 2013-05-28 22:03:58 +02:00
Shoghi Cervantes
fc80a85c8c Faster network stack on overflow conditions 2013-05-26 19:57:19 +02:00
Shoghi Cervantes
f224c26084 Furnaces and Burning items 2013-05-25 19:06:31 +02:00
Shoghi Cervantes
221da1685e Fixed #281 client crashes due to packet recovery 2013-05-25 14:07:08 +02:00
Shoghi Cervantes
b8834890b6 Temporal fix for player crashing 2013-05-22 16:31:59 +02:00
Shoghi Cervantes
49716cfb18 Fixed packet-related stuff 2013-05-21 20:29:10 +02:00
Shoghi Cervantes
b7083032f3 Updated settings, less memory usage 2013-05-21 19:50:59 +02:00
Shoghi Cervantes Pueyo
43071dd0ac RCON bad reading fixed 2013-05-20 17:20:35 +02:00
Shoghi Cervantes Pueyo
48b5afac46 Packet broadcast to players 2013-05-19 22:49:40 +02:00
Shoghi Cervantes Pueyo
68855bdd4f Buffered block changes and sending big changes with Chunk Packets 2013-05-19 19:27:55 +02:00
Shoghi Cervantes Pueyo
295363a381 New Player::directBigRawPacket() method 2013-05-19 02:50:04 +02:00
Shoghi Cervantes Pueyo
d71a088460 Added MC_REMOVE_PLAYER 2013-05-17 14:33:14 +02:00
Shoghi Cervantes Pueyo
991436993f Fixed things 2013-05-15 23:30:35 +02:00
Shoghi Cervantes Pueyo
de5be4168d Fixed RCON non-blocking sockets 2013-05-15 23:30:33 +02:00
Shoghi Cervantes Pueyo
24c0e2742a Fixes 2013-05-15 23:30:29 +02:00
Shoghi Cervantes Pueyo
2254e87ce4 PMF & Multiworld [part 3] 2013-05-15 23:30:24 +02:00
Shoghi Cervantes Pueyo
c4ff8921f1 StackableArrays class 2013-04-25 20:29:45 +02:00
Shoghi Cervantes Pueyo
fea6e9c432 Fixed Container::check() blacklist 2013-04-23 18:21:37 +02:00
Shoghi Cervantes Pueyo
2e4724c596 Added Query protocol description 2013-04-23 12:18:08 +02:00
Shoghi Cervantes Pueyo
093bf3ddee Query now checks for the last token when changed (30-sec change) 2013-04-23 11:44:58 +02:00
Shoghi Cervantes Pueyo
8345fd02c4 Set default gamemode to SURVIVAL 2013-04-23 10:49:25 +02:00
Shoghi Cervantes Pueyo
cb42e5832b Added documentation for RCON and Query 2013-04-23 01:21:34 +02:00
Shoghi Cervantes Pueyo
ee73ccc0e2 Remoced "hostip" from Query 2013-04-23 01:17:39 +02:00
Shoghi Cervantes Pueyo
cc2addfe92 Implemented Query protocol 2013-04-23 00:58:26 +02:00
Shoghi Cervantes Pueyo
be7e5cd67a Unknown packets are always discarded even if they have been processed 2013-04-22 23:46:34 +02:00
Shoghi Cervantes Pueyo
e428b4cfc4 Limited RCON threads to one and added a auth timeout 2013-04-22 23:33:46 +02:00
Shoghi Cervantes Pueyo
34ca8baa29 Fixed "player.interact" event only being fired with weird conditions 2013-04-22 18:46:35 +02:00
Shoghi Cervantes Pueyo
09301f0e5f Added a way to send Player's inventory directly 2013-04-17 19:25:53 +02:00
Shoghi Cervantes Pueyo
f1cb29cc8b Increased Socket buffer size 2013-04-16 19:11:03 +02:00
Shoghi Cervantes Pueyo
80aaf9923c Fixed packets being discarded due to a bad ordering 2013-04-14 23:19:55 +02:00
Shoghi Cervantes Pueyo
cad9908f94 Added new network reliability identifiers 2013-04-14 18:47:50 +02:00