709 Commits

Author SHA1 Message Date
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
Shoghi Cervantes Pueyo
10d34a7ce6 Fixed 0x60 packets being received 2013-04-14 16:58:54 +02:00
Shoghi Cervantes Pueyo
633f7233b4 New network reliability layer 2013-04-14 13:04:57 +02:00
Shoghi Cervantes Pueyo
e2b68a01d1 UDP Sokcet port blocking exit 2013-04-12 20:35:39 +02:00
Shoghi Cervantes Pueyo
bab3b8274a Explosions 2013-04-12 20:35:16 +02:00
Shoghi Cervantes Pueyo
20694f2c77 Changes to Threads 2013-04-07 14:35:39 +02:00
Shoghi Cervantes Pueyo
cdc164729c Added server.unknownpacket to receive unknown packets 2013-04-02 20:45:30 +02:00
Shoghi Cervantes Pueyo
1ef0a41944 Added Ping / Pong system 2013-04-01 16:03:43 +02:00
Shoghi Cervantes Pueyo
f8c6921ac4 Few protocol edits 2013-03-31 00:12:19 +01:00
Shoghi Cervantes Pueyo
af52b0a5b5 Fixed ACK/NACK range writing 2013-03-29 11:18:47 +01:00
Shoghi Cervantes Pueyo
257b330a53 Fixed ACK/NACK range reading 2013-03-29 11:07:45 +01:00