Commit Graph

13 Commits

Author SHA1 Message Date
md_5
048aee04d3 Rebuild patches for updates. 2015-07-12 19:59:20 +10:00
md_5
a18bcfaf43 Add back hopper tick scheduling
Tick a hopper only if certain conditions have changed i.e. inventory changes, redstone updates, etc.
2015-05-26 19:16:27 +10:00
Thinkofdeath
80d0e8ffa7 Update to 1.8.4 2015-05-09 21:23:26 +01:00
Spigot
5f889e2cf5 Add obfuscation helper patch to assist update process.
By: md_5 <git@md-5.net>
2014-04-14 10:40:29 +10:00
Spigot
28ccca81f4 Stage 1
By: md_5 <git@md-5.net>
2014-04-12 14:18:37 +10:00
Spigot
b215942177 Update to 1.7.5
By: Thinkofdeath <thethinkofdeath@gmail.com>
2014-03-23 00:06:43 +00:00
Spigot
3985d6815c Rebuild patch hashes, fix build.
By: md_5 <git@md-5.net>
2014-03-10 09:14:45 +11:00
Spigot
cd2ca0fee0 Revert previous change to clear chunk list on the end of each tick, make it configurable instead.
Whilst the new behaviour was technically correct as it prevented the possibility of the chunk tick list actually increasing over time, it introduced a few issues, namely the fact that it slowed growth to unreasonable levels, and interfered with the values which server admins have finally tuned, and come to enjoy over the last few years.
If it is absolutely essential that growth be halted and ticking reduced as much as possible, the config option is there for power users.
If we wish to 'fix' this by default in the future, a new chunk ticking algorithm, which actually has meaningful config options should be designed.

By: md_5 <git@md-5.net>
2014-01-14 19:16:43 +11:00
Spigot
79590b808a Redo previous getCubes removal.
By: md_5 <git@md-5.net>
2013-12-22 10:05:27 +11:00
Spigot
7d692a40aa Revert "Remove getCubes patch as under some circumstances it can loop around itself forever. For anyone wishing to reimplement this patch, the rationale behind it is quite simple, get all cubes within each chunk at the same time."
This reverts commit 5261962003.

By: md_5 <git@md-5.net>
2013-12-22 10:03:57 +11:00
Spigot
5261962003 Remove getCubes patch as under some circumstances it can loop around itself forever. For anyone wishing to reimplement this patch, the rationale behind it is quite simple, get all cubes within each chunk at the same time.
By: md_5 <git@md-5.net>
2013-12-22 09:59:17 +11:00
Spigot
174e34b25a Split out getCubes patch
By: md_5 <md_5@live.com.au>
2013-06-11 12:18:55 +10:00
Spigot
cfbc452f12 Split out the better save queue patch
By: md_5 <md_5@live.com.au>
2013-06-11 12:10:31 +10:00