1
0
Files
cuberite-2a/src/Simulator
Tiger Wang 6eeeb2aa01 Sizeable speed improvements to redstone
+ Moved all simulator data into individual chunks
* Cleaned up parameters for functions and some code
* Fixed repeaters powering off faster than they power on

The main issue before was that, although the redstone simulator stored
blocks to be simulated in individual cChunks, other data, such as
powered lists, and etcetera, were global regardless of which chunk was
being simulated. Therefore, with worlds with lots of redstone, each tick
saw the ticking of chunks, which themselves iterated through the entire
dataset needlessly, creating LOTS of lag. Should be better now :)
2014-02-15 15:51:49 +00:00
..
2013-12-10 23:06:15 +00:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00
2014-02-03 12:31:18 -08:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00
2013-11-24 14:19:41 +00:00