Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-03-14 | Small performance improvements in fluid simulator. | madmaxoft@gmail.com | 1 | -3/+4 |
2013-03-14 | Changed DelayedFluidSimulatorData to be a vector rather than a list, performance doubled :) | madmaxoft@gmail.com | 1 | -5/+5 |
2013-03-03 | Simulators now check if they are given a valid chunk | madmaxoft@gmail.com | 1 | -0/+5 |
2013-03-02 | DelayedFluidSimulator: removed an obnoxious debugging output | madmaxoft@gmail.com | 1 | -4/+0 |
2013-03-02 | Floody fluid simulator has been converted to use direct chunk access | madmaxoft@gmail.com | 1 | -22/+55 |
2013-02-28 | Converted simulators to take cWorld reference instead of a pointer | madmaxoft@gmail.com | 1 | -2/+2 |
2013-02-28 | Simulators now have direct access to the cChunk object in the WakeUp() call | madmaxoft@gmail.com | 1 | -1/+2 |
2012-10-15 | Fixed DelayedFluidSimulator. | madmaxoft@gmail.com | 1 | -7/+8 |
2012-10-14 | Initial Floody fluid simulator. | madmaxoft@gmail.com | 1 | -0/+92 |