2194 Commits

Author SHA1 Message Date
Shoghi Cervantes
4fecbc2dbc Added water sand and gravel 2014-02-13 22:05:50 +01:00
Shoghi Cervantes
9600d61454 Modified max-chunks-per-second default value 2014-02-13 20:48:50 +01:00
Shoghi Cervantes
5929b510d5 Better, faster world generation. Needs more things 2014-02-13 20:44:15 +01:00
Shoghi Cervantes
4eebbba5bf PHP 5.4, PHP 5.5 and PHP 5.6 on Travis CI 2014-02-13 11:06:55 +01:00
Shoghi Cervantes
1bbf211a37 Set a world spawnpoint using /spawnpoint w:WORLD x y z 2014-02-13 09:47:30 +01:00
Shoghi Cervantes
4d1adb98a8 Removed $i on WorldGenerator 2014-02-13 09:29:50 +01:00
Shoghi Cervantes
c3a6149b29 added protocol number to /version 2014-02-13 08:52:27 +01:00
Shoghi Cervantes
89e556755d Updated WorldGenerator to use correct generation variables 2014-02-13 08:38:23 +01:00
Shoghi Cervantes
ab5c6341fe Added /plugins and /version 2014-02-13 08:37:54 +01:00
Shoghi Cervantes
d0af367395 Use integers instead of booleans 2014-02-13 01:59:08 +01:00
Shoghi Cervantes
4523b15991 do not send chunk updates on chunk generation 2014-02-13 01:53:30 +01:00
Shoghi Cervantes
bd73cced6e Do not send block changes during chunk generation 2014-02-13 01:47:18 +01:00
Shoghi Cervantes
e4c8142681 Removed var_dump() 2014-02-13 01:41:40 +01:00
Shoghi Cervantes
c9a2a0ea50 Updated API version 2014-02-13 01:34:42 +01:00
Shoghi Cervantes
268e8c1164 Force PMF save on PMF Level upgrade 2014-02-13 01:34:41 +01:00
Shoghi Cervantes
e83e424671 Removed entity limits 2014-02-13 01:34:39 +01:00
Shoghi Cervantes
3e68972253 fix an include 2014-02-13 01:34:37 +01:00
Shoghi Cervantes
7f86746cbe woo :D 2014-02-13 01:34:36 +01:00
Shoghi Cervantes
1ab90b1409 PMFLevel upgrade tested 2014-02-13 01:34:35 +01:00
Shoghi Cervantes
b7ed2f765c Added PMFLevel upgrade 2014-02-13 01:34:33 +01:00
Shoghi Cervantes
f7b8ad0e37 Infinite generation, in-place chunk creation working. New PMF Format 2014-02-13 01:34:32 +01:00
Shoghi Cervantes
8377416f48 Nice generation :D 2014-02-13 01:34:30 +01:00
Shoghi Cervantes
f91e2a5cfe Better parameters ^^ 2014-02-13 01:34:29 +01:00
Shoghi Cervantes
2d88739005 normalize 2014-02-13 01:34:27 +01:00
Shoghi Cervantes
4e820ab89f Use single Perlin noise 2014-02-13 01:34:26 +01:00
Shoghi Cervantes
1bc54dbc44 Such noise 2014-02-13 01:34:24 +01:00
Shoghi Cervantes
26772082da Random generator with signed int/float methods 2014-02-13 01:34:23 +01:00
Shoghi Cervantes
3cbcb4871a Changed a few packet things 2014-02-13 01:14:14 +01:00
Intyre
ac50577255 Typo and fixed a filename 2014-02-12 19:28:33 +01:00
Shoghi Cervantes
aff2b9882a Merge pull request #1214 from nno88551/patch-2
fixed disconnected message
2014-02-12 11:14:29 +01:00
키리토
4352fce82d fixed disconnected message 2014-02-12 19:12:07 +09:00
Shoghi Cervantes
a373a581c5 Better fix for #1201 (case-insensitive) 2014-02-11 16:57:45 +01:00
Shoghi Cervantes
89a0e84404 Fixed handlerPriority order 2014-02-11 12:47:28 +01:00
Shoghi Cervantes
755cafa600 Alpha_1.4dev 2014-02-11 12:47:18 +01:00
Shoghi Cervantes
c09bc259fc Added #1142 OP players can bypass the player limit Alpha_1.3.12 2014-02-11 10:27:53 +01:00
Shoghi Cervantes
8b23568fe7 Changed codename to new scheme. Alpha_1.3.12 ready \o/ 2014-02-11 02:31:41 +01:00
Shoghi Cervantes
ad3bf0998f Halt NBT parsing if end of data is found 2014-02-11 01:41:04 +01:00
Shoghi Cervantes
9cd5c1581b oops x4 2014-02-10 21:38:32 +01:00
Shoghi Cervantes
94f2da1e38 Oops x3 2014-02-10 20:52:10 +01:00
Shoghi Cervantes
b635a54b13 Oops x2 2014-02-10 20:47:21 +01:00
Shoghi Cervantes
5057a3965e Ooops, ;) 2014-02-10 20:46:47 +01:00
Shoghi Cervantes
5bdb61117f Merge pull request #1188 from PocketMine/Faster-Network
Merge Faster-Network into master. Added new Networking system, new Event system
2014-02-10 19:07:12 +01:00
Shoghi Cervantes
0bf74d4139 Two packet event types ;) 2014-02-10 18:46:58 +01:00
Shoghi Cervantes
a2ec9d6688 Moved a file 2014-02-10 18:10:51 +01:00
Shoghi Cervantes
4b14d5d900 Final structure with example events 2014-02-10 18:08:25 +01:00
Shoghi Cervantes
a4cbb2f938 Added PluginEvent 2014-02-10 17:33:12 +01:00
Shoghi Cervantes
9ab993c817 Basic event system written 2014-02-10 17:23:35 +01:00
Shoghi Cervantes
830530d868 Basic Event types (extended from Bukkit) 2014-02-10 16:09:32 +01:00
Shoghi Cervantes
7c12f6ce8a Implemented QueryPacket and QueryHandler 2014-02-10 15:05:12 +01:00
Shoghi Cervantes
b9aa3a0e70 Removed old code for property migration 2014-02-10 13:29:21 +01:00