14050 Commits

Author SHA1 Message Date
Shoghi Cervantes Pueyo
2ae0cf65c5 Added protocol info to README.md 2013-04-23 02:00:22 +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
f466e1f791 Added Player::getSlot() for consistency 2013-04-22 21:01:53 +02:00
Shoghi Cervantes Pueyo
bb9a6146fd Raised the speed limit 2013-04-22 19:20:25 +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
d552042094 Fixed #166 2013-04-22 17:25:45 +02:00
Shoghi Cervantes Pueyo
6457055be3 Added TimeAPI command responses 2013-04-22 16:51:04 +02:00
Shoghi Cervantes Pueyo
02bbfb60b6 Increased RCON max clients per thread to 25 (total 100 clients) 2013-04-22 16:46:48 +02:00
Shoghi Cervantes Pueyo
b759863bb1 Changed /list to be the same as vanilla 2013-04-22 16:39:33 +02:00
Shoghi Cervantes Pueyo
e81793174b Multiple RCON clients per thread, allow external connections 2013-04-22 16:28:24 +02:00
Shoghi Cervantes Pueyo
d08807abaf Added 4 RCON threads 2013-04-22 14:29:30 +02:00
Shoghi Cervantes Pueyo
1cb3e25bf9 Added RCON protocol 2013-04-22 14:22:52 +02:00
Shoghi Cervantes Pueyo
70056b8d1f Save config filles automatically after adding new defaults 2013-04-22 00:05:56 +02:00
Shoghi Cervantes Pueyo
2f1e37ce6c Updated Spyc library 2013-04-21 22:29:44 +02:00
Shoghi Cervantes Pueyo
80488784f9 Updated cURL release 2013-04-21 22:23:52 +02:00
Shoghi Cervantes Pueyo
55b8401967 Updated pthreads version 2013-04-21 22:22:43 +02:00
Shoghi Cervantes Pueyo
269e63ab50 Rewrite /defaultgamemode command to allow multiple values 2013-04-20 21:00:52 +02:00
Shoghi Cervantes Pueyo
d0d8d281d2 Revert "Added coordinates command. Displays your coordinates"
This reverts commit 4434fe2a5b499aaf0cdb667644710b41788655a6.
2013-04-20 20:56:58 +02:00
Michael Yoo
4434fe2a5b Added coordinates command. Displays your coordinates 2013-04-20 14:45:35 +09:30
Michael Yoo
82c72f8beb Added defaultgamemode command 2013-04-20 12:26:26 +09:30
Shoghi Cervantes Pueyo
083110ffd0 Fixed #194 Implemented armor damage reduction 2013-04-19 14:31:41 +02:00
Shoghi Cervantes Pueyo
0bea234788 Fixed #206 2013-04-19 13:53:58 +02:00
Shoghi Cervantes Pueyo
e444f2a9e0 Fixed #208 2013-04-19 13:40:02 +02:00
Shoghi Cervantes Pueyo
38950969dd Added Player::setSpawn(Vector3 $pos) method 2013-04-18 22:34:12 +02:00
Shoghi Cervantes Pueyo
9a4c3f8c9f Revert "Updated PHP version on .travis.yml"
This reverts commit e4e649ec49cf0bb6e1a61bc204ccc89b9e91d278.
2013-04-18 20:37:07 +02:00
Shoghi Cervantes Pueyo
c3a0600ffd Added __get() magic methods to Player and set some properties private 2013-04-18 20:22:20 +02:00
Shoghi Cervantes Pueyo
78167a3cd4 Fixed players not getting their inventory reset on gamemode change 2013-04-18 19:33:51 +02:00
Shoghi Cervantes Pueyo
724e9d9bb2 Fixed changing gamemodes 2013-04-18 17:25:07 +02:00
Shoghi Cervantes Pueyo
8b41246f2d Added "player.gamemode.change" 2013-04-18 17:18:42 +02:00
Shoghi Cervantes Pueyo
e4e649ec49 Updated PHP version on .travis.yml 2013-04-18 17:10:14 +02:00
Shoghi Cervantes Pueyo
639ca67a10 Blocked again opening of chests in Creative mode 2013-04-18 17:05:26 +02:00
Shoghi Cervantes Pueyo
96baeaaad2 Fixed VIEW gamemode crash 2013-04-18 16:54:48 +02:00
Shoghi Cervantes Pueyo
bcb76b51f4 Fixed setting more gamemodes 2013-04-18 16:43:00 +02:00
Shoghi Cervantes Pueyo
3577667039 New VIEW gamemode 2013-04-18 16:40:30 +02:00
Shoghi Cervantes Pueyo
5848d283da Correct MC_LOGIN_STATUS usage 2013-04-18 16:16:54 +02:00
Shoghi Cervantes Pueyo
8f724ffc46 Resend slot on change 2013-04-17 23:29:44 +02:00
Shoghi Cervantes Pueyo
26c2f61da0 Added fix so players aren't targeted by name completion by default 2013-04-17 23:02:53 +02:00
Shoghi Cervantes Pueyo
fd8166c836 Obligatory Creative mode item enforcement 2013-04-17 22:57:44 +02:00
Shoghi Cervantes Pueyo
bc80c01348 Return output of commands on ConsoleAPI::run() method 2013-04-17 20:24:10 +02:00
Shoghi Cervantes Pueyo
e0a59486eb Force inventory sending on death 2013-04-17 20:15:51 +02:00
Shoghi Cervantes Pueyo
393f54fe28 /give compatible with "item-enforcement" = off 2013-04-17 19:48:13 +02:00
Shoghi Cervantes Pueyo
1885cdf3a2 Changed item enforcement option name 2013-04-17 19:41:46 +02:00
Shoghi Cervantes Pueyo
e65731e3ec Item enforcement optional for packet sending 2013-04-17 19:38:29 +02:00
Shoghi Cervantes Pueyo
f7f05d4175 Paintings are removed at usage 2013-04-17 19:32:06 +02:00
Shoghi Cervantes Pueyo
cd8211a9d3 Fixed client-side item duplication 2013-04-17 19:31:15 +02:00
Shoghi Cervantes Pueyo
09301f0e5f Added a way to send Player's inventory directly 2013-04-17 19:25:53 +02:00