15466 Commits

Author SHA1 Message Date
Shoghi Cervantes Pueyo
cbe160e655 Fixed #169 and fixed #168 2013-03-30 13:11:06 +01:00
Shoghi Cervantes Pueyo
efa8692bfa Added wget dependency 2013-03-30 02:25:12 +01:00
Shoghi Cervantes Pueyo
3f2cb86859 Normalized Item Names 2013-03-29 20:11:53 +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
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
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
822adcae2d Packet Cleaning 2013-03-28 16:56:50 +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
Shoghi Cervantes Pueyo
42d5296533 Fixed invalid ACK/NACK handling 2013-03-28 11:20:40 +01:00
Shoghi Cervantes Pueyo
6260d66bde Updated pthreads version in compiler 2013-03-28 10:59:33 +01:00
Shoghi Cervantes Pueyo
2861fe0703 New Plugin format includes multiple API versions 2013-03-27 18:02:10 +01:00
Shoghi Cervantes Pueyo
012ecbe40a Fixed #165 2013-03-27 15:53:48 +01:00
Shoghi Cervantes Pueyo
c5326131a2 Fixed a server crash related to #162 2013-03-25 20:26:20 +01:00
Shoghi Cervantes Pueyo
174160c65c Fixed incorrect gamemode change close message 2013-03-25 19:57:57 +01:00
Shoghi Cervantes Pueyo
a5998ff9a2 Start of API 6
Don't try making plugins with this until the stable release
2013-03-25 18:55:25 +01:00
Shoghi Cervantes Pueyo
ec5f255a71 Fixed bad PMFLevel::getXZ() logic 2013-03-25 18:54:25 +01:00
Shoghi Cervantes Pueyo
e7fcbe206f Create PMF Levels 2013-03-25 18:46:08 +01:00
Shoghi Cervantes Pueyo
89b38c25ce Raised ticks directive to 40 2013-03-25 16:46:01 +01:00
Shoghi Cervantes Pueyo
88a1f83545 Added protection for fast movements 2013-03-24 11:02:37 +01:00
Shoghi Cervantes Pueyo
14ab386b0f Fixed typo 2013-03-23 23:00:23 +01:00
Shoghi Cervantes Pueyo
7dbf421e99 Fixed things in PMF Level 2013-03-23 22:46:54 +01:00
Shoghi Cervantes Pueyo
0d3624e6a7 :DDDD 2013-03-23 18:27:21 +01:00
Shoghi Cervantes Pueyo
14ff3e0a9b Internal API's are now shown as Debug level 2013-03-23 18:26:18 +01:00
Shoghi Cervantes Pueyo
ae731c9093 Added the caseusername preference on offline player data 2013-03-23 18:21:40 +01:00
Shoghi Cervantes Pueyo
d613fa2138 Fixed Chest Slots not getting sent and shown 2013-03-23 17:44:32 +01:00
Shoghi Cervantes Pueyo
5e52bbdd16 Fixed Syntax Error 2013-03-23 17:33:06 +01:00
Shoghi Cervantes Pueyo
0b6ff03d5a Revert "API version changed to 6"
This reverts commit 1ff89450153ddbf95f63f6e444fd8e549670212d.
2013-03-23 17:32:51 +01:00
Shoghi Cervantes Pueyo
1ff8945015 API version changed to 6 2013-03-23 17:18:02 +01:00
Shoghi Cervantes Pueyo
a603732bb4 PMF Level reader 2013-03-23 16:59:44 +01:00
Shoghi Cervantes Pueyo
23a7847350 Added Plugin List on sendUsage() 2013-03-23 13:14:14 +01:00
Shoghi Cervantes Pueyo
f07cd21dd1 Updated PMF 2013-03-23 13:04:02 +01:00
Shoghi Cervantes Pueyo
8bbd899689 Fixed #156 2013-03-22 14:44:22 +01:00
Shoghi Cervantes Pueyo
2a8c72dfc2 Updated the compile script 2013-03-22 13:51:53 +01:00
Shoghi Cervantes Pueyo
59763a35c7 Reverting 75a42ce26ccf2aaf164b98debfdf06a24d95b94d 2013-03-21 17:03:22 +01:00
Shoghi Cervantes Pueyo
2e0d49a2ba Moved the RAKNET_MAGIC constant 2013-03-21 17:03:13 +01:00
Shoghi Cervantes Pueyo
6e4141f140 Changed the Utils::isOnline() method 2013-03-21 16:27:02 +01:00
Michael Yoo
75a42ce26c Added reload feature UNTESTED 2013-03-21 22:41:25 +10:30
Michael Yoo
38d361bb07 Added Wooden Tools Item Settings 2013-03-21 16:50:09 +10:30
Shoghi Cervantes Pueyo
13ae305bdd Change to dev version 2013-03-20 19:06:10 +01:00
Shoghi Cervantes Pueyo
ec55ebc14e Sign Post orientation 2013-03-20 19:03:09 +01:00
Shoghi Cervantes Pueyo
698515f31b Fixed #152 #149 2013-03-20 18:39:24 +01:00
Shoghi Cervantes Pueyo
58c258d422 Cancellation of entity.move and player.move (impeding player movement) 2013-03-20 18:35:32 +01:00