index
:
celevator
main
Realistic(?) elevator mod for Minetest
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dispatcherfw.lua
Age
Commit message (
Collapse
)
Author
2024-05-11
Add dispatcher support to mesecons I/O
cheapie
2024-05-10
Fix some minor bugs
cheapie
This improves fire recall when the car is currently moving past the recall floor, and fixes a delay in hall call dispatching when a car is currently leaving the floor the call is on.
2024-04-27
Fix hall calls being ignored if a car is already there but out of service
cheapie
2024-04-26
Allow dispatcher to sleep when idle
cheapie
2024-04-22
Improve handling of calls when a car is already at the floor with the doors open
cheapie
2024-04-21
Include current door state in ETA calculation
cheapie
This accounts for the time the doors take to open and close
2024-04-20
Slow down dispatcher interrupt loop when ABM is not active
cheapie
2024-04-20
More controller and dispatcher UI work
cheapie
2024-04-20
Fix for selecting cars that can't move in the direction selected
cheapie
2024-04-20
Finish communication of other items with dispatcher
cheapie
2024-04-20
Improve door operation in unloaded mapblocks
cheapie
2024-04-20
Fix crash in down call reassignment
cheapie
2024-04-20
Improve dispatching algorithm
cheapie
2024-04-20
Add basic dispatching functionality
cheapie
2024-04-19
More dispatcher work
cheapie
2024-04-19
Initial dispatcher work (not yet functional)
cheapie