Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WakeUpSimulators correct Y computation | Tiger Wang | 2020-08-05 | 1 | -1/+5 |
| | | | | + Add Y validity check to SimulatorManager | ||||
* | Do not GetBlock individually in simulators | Tiger Wang | 2020-08-04 | 1 | -2/+22 |
| | | | | | * Have the simulator manager get the block and pass it on + Add new overload for WakeUp, called when the manager wakes face positions | ||||
* | Add WakeUp/AddBlock distinction | Tiger Wang | 2020-08-02 | 1 | -9/+8 |
| | | | | | | * WakeUp is for singular changes (block breaking for example). The simulator should check blocks around the position and discover other affected blocks as it sees fit * AddBlock is for when you know a whole area is to be updated; chunk loading, or area wakeups for example + Prepares for correct handling of destroyed blocks after removal of SolidBlockHandler in the redstone simulator | ||||
* | Changed int parameters to vector parameters in cCuboid and simulators (#3874) | Lane Kolbly | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | Simulators: Added area-based wakeup. | Mattes D | 2017-07-16 | 1 | -0/+12 |
| | |||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | Cleaned up simulators | Tiger Wang | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Possibly decoupled IncrementalRedstoneSimulator from the rest of the server | Tycho | 2014-09-11 | 1 | -1/+1 |
| | | | | THis wil hopefully allow for unit testing | ||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -3/+3 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+80 |