10238 Commits

Author SHA1 Message Date
Shoghi Cervantes Pueyo
7b8a27f7b0 Removed time-per-second property 2013-04-09 19:04:01 +02:00
Shoghi Cervantes Pueyo
6ba7486097 Gamemode check for flying 2013-04-09 18:58:32 +02:00
Shoghi Cervantes Pueyo
4dd66b450c Flying damage & kicks less random 2013-04-09 18:57:41 +02:00
Shoghi Cervantes Pueyo
2b741a2913 Fixed crashes, added flying check 2013-04-09 18:44:13 +02:00
Shoghi Cervantes Pueyo
2043534003 Removed constant property file write 2013-04-09 17:39:36 +02:00
Shoghi Cervantes Pueyo
7e37a60a67 Changed property names for consistency (migration included) 2013-04-09 17:35:37 +02:00
Shoghi Cervantes Pueyo
f093286fb2 Disallow joining invisible servers 2013-04-09 17:26:30 +02:00
Shoghi Cervantes Pueyo
7c9eec7869 Added a parameter to remove directly the async thread 2013-04-09 17:23:29 +02:00
Shoghi Cervantes Pueyo
79ca735fb0 Fixed a weird, random, pthreads-caused crash 2013-04-09 17:21:49 +02:00
Shoghi Cervantes Pueyo
533b175b66 Syntax error 2013-04-09 17:09:21 +02:00
Shoghi Cervantes Pueyo
2c81518c5d OP players are automatically whitelisted 2013-04-09 17:08:44 +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
e88c337229 Added the "spawn-protection" property to define the protection radius 2013-04-09 17:02:03 +02:00
Shoghi Cervantes Pueyo
5f55cdf26a Added pvp server property 2013-04-09 16:58:52 +02:00
Shoghi Cervantes Pueyo
3e3521086b Fixed crash due to new API changes 2013-04-08 23:07:01 +02:00
Shoghi Cervantes Pueyo
01e31fc82e Updated test to reflect changes 2013-04-08 22:59:34 +02:00
Shoghi Cervantes Pueyo
b66e784a12 Removed GMP dependency, using bundled BCMath 2013-04-08 20:23:44 +02:00
Shoghi Cervantes Pueyo
20694f2c77 Changes to Threads 2013-04-07 14:35:39 +02:00
Shoghi Cervantes Pueyo
539c8046d8 Removed deprecated chat() method in server 2013-04-07 13:47:11 +02:00
Shoghi Cervantes Pueyo
1d32e82265 Usage sending in background 2013-04-07 12:28:34 +02:00
Shoghi Cervantes Pueyo
12f9c12fe4 Changed default file permissions 2013-04-07 12:15:34 +02:00
Shoghi Cervantes Pueyo
0060c3f10d Duplicated chunk loading speed 2013-04-05 16:33:47 +02:00
Shoghi Cervantes Pueyo
6456d2383b Added a spawn protection 2013-04-05 15:51:19 +02:00
Shoghi Cervantes Pueyo
793aaf87c0 /op and /deop needs the player connected 2013-04-05 15:37:18 +02:00
Shoghi Cervantes Pueyo
f7de979de1 Added commands to whitelist 2013-04-05 15:14:32 +02:00
Shoghi Cervantes Pueyo
82a789687c Added /me 2013-04-05 15:13:17 +02:00
Shoghi Cervantes Pueyo
026353399b Added /tell 2013-04-05 15:09:25 +02:00
Shoghi Cervantes Pueyo
febfbb19c4 Updated /gamemode command to follow Minecraft structure 2013-04-05 14:09:02 +02:00
Shoghi Cervantes Pueyo
45bbc86830 Username completion & better gamemode change 2013-04-05 14:04:51 +02:00
Shoghi Cervantes Pueyo
3d8c9db430 Fixed #183 Players taking damage landing on water (temp. fix) 2013-04-05 12:43:18 +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
93cfa035d4 Fixed #187 Opening Chests with solid blocks on top 2013-04-05 12:37:08 +02:00
Shoghi Cervantes Pueyo
463e82a1e7 Changed final public methods 2013-04-04 12:04:03 +02:00
Shoghi Cervantes Pueyo
cd946a7273 Added fix to Utils::getOS() method 2013-04-03 19:21:12 +02:00
Shoghi Cervantes Pueyo
074c1b5295 Added a fix so higher PMF version files doesn't get loaded 2013-04-03 13:20:18 +02:00
Shoghi Cervantes Pueyo
ad6b48a599 Updated README.md 2013-04-03 12:43:54 +02:00
Shoghi Cervantes Pueyo
e77db15c21 Error suppression 2013-04-03 12:30:51 +02:00
Shoghi Cervantes Pueyo
683fd03f45 Set process title PHP 5.5 function fallback 2013-04-03 12:28:57 +02:00
Shoghi Cervantes Pueyo
dbc357c266 Removed killing php to end the process 2013-04-03 12:21:12 +02:00
Shoghi Cervantes Pueyo
e0747a9c44 PHP 5.5 2013-04-03 11:38:50 +02:00
Shoghi Cervantes Pueyo
cdc164729c Added server.unknownpacket to receive unknown packets 2013-04-02 20:45:30 +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
Shoghi Cervantes Pueyo
082c4429cd Updated PECL pthreads release 2013-04-02 00:14:19 +02: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