76 Commits

Author SHA1 Message Date
Shoghi Cervantes
9cc9de8dae New Random block update tick 2014-03-02 17:56:24 +01:00
Shoghi Cervantes
ca308f8159 Merge branch 'master' into Core-Rewrite
Conflicts:
	src/pmf/PMFLevel.php
2014-03-01 22:12:22 +01:00
Shoghi Cervantes
11f5691104 Fixed Pocket format importing 2014-03-01 22:08:28 +01:00
Shoghi Cervantes
c8deefdb12 derp 2014-03-01 21:55:10 +01:00
Shoghi Cervantes
75b34b6c2a Merged master into Core-Rewrite 2014-03-01 21:48:09 +01:00
Shoghi Cervantes
5bf440d820 Fixed level upgrade and direct save on load 2014-03-01 21:45:07 +01:00
Shoghi Cervantes
4d9e781f27 Tuned PMFLevel version upgrade 2014-03-01 21:43:55 +01:00
Shoghi Cervantes
734b066131 removed debug messages 2014-02-28 22:03:09 +01:00
Shoghi Cervantes
5651fc1cb1 Fixed level block and chunk sending 2014-02-28 20:39:59 +01:00
Shoghi Cervantes
e314f46b5b Added biome saving to PMFLevel version 2 2014-02-27 15:34:00 +01:00
Shoghi Cervantes
dc8cc2ab9f fixed empty world generation 2014-02-27 15:17:45 +01:00
Shoghi Cervantes
c9dfdc288d Updated global Tile code 2014-02-27 12:23:22 +01:00
Shoghi Cervantes
4a2852bb90 Reworked Level things to handle new NBT structure 2014-02-27 00:03:53 +01:00
Shoghi Cervantes
3864630bcd New PMF level (uses NBT Entity and TileEntity) 2014-02-26 17:15:31 +01:00
Shoghi Cervantes
7bdc48509e things 2014-02-19 17:41:12 +01:00
Shoghi Cervantes
f1b5f83fd4 Lots of typos fixed, undefined variables, unused code 2014-02-19 01:55:42 +01:00
Shoghi Cervantes
d699a97bb7 small things 2014-02-15 01:39:37 +01:00
Shoghi Cervantes
f0ff420659 Fixed negative chunk indexes on PMFLevel 2014-02-14 18:25:06 +01:00
Shoghi Cervantes
cbe07a1fa0 Fixed PMFLevel infinite loop 2014-02-14 14:21:28 +01:00
Shoghi Cervantes
63f4f87d37 Fixed PMFLevel bugs, crashes and weird methods 2014-02-14 13:17:05 +01:00
Shoghi Cervantes
c1251a25bd Removed water PMFLevel update that caused locks 2014-02-14 01:36:10 +01:00
Shoghi Cervantes
715e51b7c5 Automatic population on side loading 2014-02-14 00:19:26 +01:00
Shoghi Cervantes
5929b510d5 Better, faster world generation. Needs more things 2014-02-13 20:44:15 +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
e4c8142681 Removed var_dump() 2014-02-13 01:41:40 +01:00
Shoghi Cervantes
268e8c1164 Force PMF save on PMF Level upgrade 2014-02-13 01:34:41 +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
f9adbf33ec Fixed undefined chunk on PMFLevel::getMiniCHunk() 2014-02-02 12:05:35 +01:00
Shoghi Cervantes
4002d3013d More OCD 2014-01-28 11:36:18 +01:00
Shoghi Cervantes
14e1dda327 Removed KiwiIRC chat, use official freenode webirc 2013-12-04 18:19:39 +01:00
Michael Yoo
b66f34b308 Merge pull request #930 from beN39sGroup/master 2013-11-22 23:59:50 +10:30
beN39sGroup (Blue Electric)
7acdb0dd3f Fix Performance Problem
Welcome, TPS!
2013-11-17 09:39:40 +09:00
beN39sGroup (Blue Electric)
77ca6da14c Simple Flowable Water!
Meet the 'Flowing' Water.
2013-11-10 17:19:50 +09:00
Shoghi Cervantes
d41c30945b Level optimizations 2013-09-09 10:44:50 +02:00
Shoghi Cervantes
b3c51c6d2e Faster level generator 2013-09-09 03:32:24 +02:00
Shoghi Cervantes
275e27f7a9 Low level PMF level interface 2013-09-08 01:21:40 +02:00
Shoghi Cervantes
a21bb5ab6d Revert "Revert "Roll back""
This reverts commit e1e804ffe35f9e6c6411b8ed6425af3f8e72f608.
2013-08-29 18:52:12 +02:00
Shoghi Cervantes
e1e804ffe3 Revert "Roll back"
This reverts commit 29504c09f263e73492c6ffecea201a81dcf3591d.
2013-08-28 20:55:58 +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
Shoghi Cervantes
39658ef63f Automatic recovery of corrupted maps 2013-08-18 21:31:47 +02:00
Shoghi Cervantes
84bb66357e Cast floats as integers on Level::getBlock() and Level::setBlock() 2013-07-03 10:59:32 +02:00
Shoghi Cervantes
8bef816061 Added PMF_LEVEL_DEFLATE_LEVEL 2013-06-08 01:59:00 +02:00
Shoghi Cervantes
6a13705970 Fixed Level PMF 2013-06-07 16:42:31 +02:00
Shoghi Cervantes
06a0f169dd Better auto-save, less resource and disk usage 2013-06-04 18:45:30 +02:00
Shoghi Cervantes
dce9b3140a Plant growth & scheduled updates! 2013-06-04 17:23:03 +02:00
Shoghi Cervantes
be83eaf521 Correct call of destruct chain to release PMF file locks at unload 2013-06-03 23:24:33 +02:00