134 Commits

Author SHA1 Message Date
Shoghi Cervantes
b9aa3a0e70 Removed old code for property migration 2014-02-10 13:29:21 +01:00
Shoghi Cervantes
d925640f03 Moved max-chunks-per-second to server.properties, increased to 8 2014-02-10 13:28:54 +01:00
Shoghi Cervantes
8b87733082 Faster-Network now usable! 2014-02-08 01:30:08 +01:00
Shoghi Cervantes
95bff304e4 Changed all Player packets to new network 2014-02-07 16:44:10 +01:00
Shoghi Cervantes
eb375be550 PocketMinecraftServer client join protocol 2014-02-07 01:06:49 +01:00
Shoghi Cervantes
dbde770fce Fixed typo o.O 2014-02-01 16:19:56 +01:00
Shoghi Cervantes
09720a59ec Added Utils::getUniqueID(), returns a machine ID and a even more variable machine ID 2014-01-29 17:07:01 +01:00
Shoghi Cervantes
079db8d234 Added option to skip save in ServerAPI::serProperty() 2014-01-29 02:36:21 +01:00
Shoghi Cervantes
c88b1c97b3 Added advanced caching (enable-advanced-cache) 2014-01-29 02:24:02 +01:00
Shoghi Cervantes
8c648fc6f7 PocketMine-MP Alpha_1.3.11 「甘いビートルート」 Added CODENAME 2014-01-13 04:16:38 +01:00
Shoghi Cervantes
5e2de356bf Modified update system to check the Github API 2013-12-01 14:14:37 +01:00
Michael Yoo
aefcab9a49 Really minor changes. 2013-11-25 22:37:30 +10:30
Michael Yoo
62f5f0d325 Add PHPDoc information to sub-APIs. 2013-11-25 20:34:48 +10:30
Michael Yoo
b8763a7a3f Add PHPDoc information for API parsing. 2013-11-25 20:28:19 +10:30
Shoghi Cervantes
7190d444e3 Revert "Remove Achievement API. Alters game play mechanics."
This reverts commit 2621aab2ef9578fea1a1b61ad1e38b81c1a096e9.
2013-11-25 09:26:12 +01:00
Michael Yoo
2621aab2ef Remove Achievement API. Alters game play mechanics. 2013-11-25 17:39:19 +10:30
Shoghi Cervantes
3ff4b9eae0 Achievements API 2013-11-24 00:51:04 +01:00
Shoghi Cervantes
54d37a432e Check that ServerAPI::request() works, fixes #916 [gh#916] 2013-11-23 10:17:38 +01:00
Shoghi Cervantes
809076b7d7 Added new text formatting system for future updates [like vanilla PC] 2013-09-04 19:49:19 +02:00
Shoghi Cervantes
2b24dab57b Modified startup messages 2013-09-04 13:29:05 +02:00
Shoghi Cervantes
d8124d9ddd Removed MobAPI from ServerAPI 2013-08-28 16:49:18 +02:00
Shoghi Cervantes
f9c405d46a NO_THREADS mode for tests 2013-08-28 16:00:30 +02:00
Shoghi Cervantes
093b86fa43 Fixed URL 2013-08-27 19:16:11 +02:00
Shoghi Cervantes
36ff8331b7 Updated headers 2013-08-27 18:16:57 +02:00
Humerus
62b589295e Enabled autosave 2013-08-08 23:02:38 -04:00
Humerus
b6d86c287c Update ServerAPI.php 2013-08-08 22:58:32 -04:00
Shoghi Cervantes
0dd3d4a457 Alpha_1.3.2dev 2013-06-12 22:48:31 +02:00
Shoghi Cervantes
471de2d1c5 Changed domain 2013-06-12 19:38:34 +02:00
Shoghi Cervantes
aa7d9b5e05 Added full async operations in a separate Thread 2013-06-12 19:38:11 +02:00
Shoghi Cervantes
5afd26b1b6 Reduced stats server timeout 2013-06-11 23:08:07 +02:00
Shoghi Cervantes
9b88a4a73f Player packet handling rewrite, fix #350 2013-06-09 05:56:48 +02:00
Shoghi Cervantes
1014052a57 Removed /invisible 2013-06-08 19:23:16 +02:00
Shoghi Cervantes
ac486ec970 Removed generator setting 2013-06-08 18:55:08 +02:00
Shoghi Cervantes
7404279f15 Added spawn-animals and spawn-mobs 2013-06-08 18:34:28 +02:00
Shoghi Cervantes
8d2862a744 Fixed ladders 2013-06-08 16:36:53 +02:00
Shoghi Cervantes
38c50c2fec Fixed API unloading 2013-06-08 01:40:13 +02:00
Shoghi Cervantes
05ae6cdef3 Better event system 2013-06-07 16:15:19 +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
a830555d90 Added a normal Temporal Generator 2013-06-04 22:31:34 +02:00
Shoghi Cervantes
f2927df2b3 Renamed TileEntity to Tile (TileEntityAPI, TileEntity class, variables) 2013-06-03 19:19:00 +02:00
Shoghi Cervantes
4f39818cae Added something to test 2013-06-02 12:22:41 +02:00
Shoghi Cervantes
1376cc860d Removed API::action() 2013-05-31 14:29:46 +02:00
Shoghi Cervantes
2c8d527025 Increased view-distance by default, due to Fancy Graphics in 0.7.0 2013-05-30 16:19:58 +02:00
Shoghi Cervantes
8d00ef381d Fixed Hardcore flags 2013-05-29 23:30:07 +02:00
Shoghi Cervantes
6e2f7af6b4 Added hardcore mode 2013-05-29 22:58:43 +02:00
Shoghi Cervantes
4a969257d1 #303 Torches are able to be placed on top of Fences [gh#303] 2013-05-29 11:53:55 +02:00
Shoghi Cervantes
6d54495402 Cached Utils::getIP() method 2013-05-26 16:15:30 +02:00
Michael Yoo
8ec11b35ad Set up base for upcoming Mob MobAI and MobAPI 2013-05-26 17:27:16 +09:30
Shoghi Cervantes
7111bc5e64 Improved updated messages 2013-05-25 22:56:09 +02:00
Shoghi Cervantes
b8834890b6 Temporal fix for player crashing 2013-05-22 16:31:59 +02:00