Commit Graph

439 Commits

Author SHA1 Message Date
Shoghi Cervantes
a0739a7b03 Added more level tick options, force player ticks, base tick rate for levels 2015-04-23 11:34:01 +02:00
Shoghi Cervantes
1578fc3ddb Improved world generation manager, UUIDs (some work for future usage) 2015-04-21 19:54:16 +02:00
Shoghi Cervantes
f88aed1208 Fixed NBT parsing on false properties 2015-04-20 13:57:16 +02:00
Shoghi Cervantes
bf4a8398c4 Moved chunk garbage collector to memory manager 2015-04-19 16:14:54 +02:00
Shoghi Cervantes
b2c25eaf36 Added MemoryManager, new memory properties, improved performance, updated RakLib, fixed misc. bugs 2015-04-18 20:13:52 +02:00
Shoghi Cervantes
0b176b3fe0 Implemented Channeled packet sending 2015-04-14 18:24:40 +02:00
Shoghi Cervantes
a993f15387 Added tick ms to level warning, call correct method on Anvil 2015-04-13 16:34:42 +02:00
Shoghi Cervantes
1865622b89 Added settings.force-language property to force server language on clients 2015-04-13 12:02:40 +02:00
Shoghi Cervantes
5e2a21fc26 Added level-settings.auto-tick-rate property, added Level tick rate 2015-04-12 14:13:36 +02:00
Shoghi Cervantes
3cf42b558c Fixed language selection 2015-04-11 15:37:44 +02:00
Shoghi Cervantes
5a0d1affcc Base translations moved to submodule! 2015-04-11 15:31:22 +02:00
Shoghi Cervantes
3b6e10b759 More langs :D 2015-04-11 14:59:15 +02:00
Shoghi Cervantes
c29ae333a2 Translate format text 2015-04-11 02:15:46 +02:00
Shoghi Cervantes
0c041ebca3 Added base translation system 2015-04-11 01:32:08 +02:00
Shoghi Cervantes
69f841a00c Added Squids with basic AI 2015-04-09 00:12:50 +02:00
Shoghi Cervantes
47de616ac5 Fixed commands, added level automatic tick delay, improved biome gradient 2015-03-28 01:26:06 +01:00
Shoghi Cervantes
72c4c01542 Yay generation uses async tasks 2015-03-26 18:21:39 +01:00
Shoghi Cervantes
668ddeeb13 Removed outdated Cache 2015-03-26 11:55:51 +01:00
Shoghi Cervantes
962c28aaca BatchPacket, compress any packet depending on the size, really fast threaded chunk sending 2015-03-26 00:06:46 +01:00
Shoghi Cervantes
1666602652 Improved memory output, logging, removed locks 2015-03-22 03:20:48 +01:00
Shoghi Cervantes
add380c7ed A few fixes! 2015-03-21 00:45:29 +01:00
Shoghi Cervantes
d66a2d7105 Merge branch 'master' into mcpe-0.11 2015-03-19 09:18:39 +01:00
Alex
5f2254cc42 Fixed a silly typo in Server.php line 1142.
Fixed a silly typo in Server.php line 1142.  Yes, the "t" is next to the "y" on my keyboard too!
2015-03-17 23:48:23 +01:00
Shoghi Cervantes
1b25cd6ffa Merge branch 'master' into mcpe-0.11 2015-03-17 19:12:03 +01:00
Shoghi Cervantes
7c76c1e3d7 Changed generator choosing logic, add proper preset if needed, fixes #2751 2015-03-17 18:00:19 +01:00
Shoghi Cervantes
b5b46bfd7e Improved thread count 2015-03-17 00:47:43 +01:00
Shoghi Cervantes
4ec584d800 Added real memory and thread usage 2015-03-16 11:56:00 +01:00
Shoghi Cervantes
4383e272eb Added Effects base, /effect and methods 2015-03-15 23:15:54 +01:00
Shoghi Cervantes
b0f8c14640 Added Terminal class, Improved normal generator speed 2015-03-15 00:15:24 +01:00
Shoghi Cervantes
328cd585c0 Merge branch 'biome-generation' into mcpe-0.11 2015-03-14 15:52:38 +01:00
Shoghi Cervantes
807107e581 Fixed constructors, default memory to -1, default async generator 2015-03-14 15:51:21 +01:00
Shoghi Cervantes
94c2ec8498 Fixed constructors, default memory to -1, default async generator 2015-03-14 15:50:33 +01:00
Shoghi Cervantes
9158cc4f19 Implemented Threaded ClassLoader, improves class loading while on different threads (no need to synchronize states) 2015-03-14 15:22:42 +01:00
Shoghi Cervantes
11c13cd666 Implemented Threaded ClassLoader, improves class loading while on different threads (no need to synchronize states) 2015-03-14 15:22:13 +01:00
Shoghi Cervantes
696ba08a81 Removed chat wrapping, deprecated TextWrapper 2015-03-12 11:43:50 +01:00
Shoghi Cervantes
99ad65ba44 Catch file saving exceptions 2015-02-15 20:01:47 +01:00
Shoghi Cervantes
24c6cca664 Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource() 2015-01-14 17:23:16 +01:00
Shoghi Cervantes
a893174473 Second biome generator iteration 2015-01-08 01:05:23 +01:00
Shoghi Cervantes
a76be6cf38 First biome based generator iteration 2015-01-07 04:07:11 +01:00
Shoghi Cervantes
37fd0372cc Added GarbageCollectionTask, workaround for weird PHP behaviour when using --disable-ansi 2015-01-06 19:45:41 +01:00
Shoghi Cervantes
074c8b876d Cleaned up code 2015-01-03 16:07:49 +01:00
Shoghi Cervantes
8e3667c95b Fixed messages and default settings 2015-01-03 02:56:46 +01:00
Shoghi Cervantes
0da628deca Fixed some crashes related to crashing 2015-01-02 19:19:34 +01:00
Shoghi Cervantes
e8ad828498 Catch exceptions on level generation 2015-01-02 18:56:27 +01:00
Shoghi Cervantes
f46473bbe8 Removed all @mkdir() calls 2015-01-02 18:52:45 +01:00
Shoghi Cervantes
692045d714 Improved threading and resource usage, new defaults 2015-01-02 18:46:39 +01:00
Shoghi Cervantes
3128ae9736 Improved exception handling and trace creation 2015-01-01 22:50:45 +01:00
Shoghi Cervantes
d800a21bd4 Higher chunk defaults 2014-12-28 02:58:17 +01:00
Shoghi Cervantes
2db2e8cfc4 Block IP addresses on ban-ip 2014-12-26 13:56:35 +01:00
Shoghi Cervantes
854479180f Move Query exceptions to debug level > 1 2014-12-26 13:47:15 +01:00