summaryrefslogtreecommitdiff
path: root/dispatcherfw.lua
AgeCommit message (Collapse)Author
2024-05-15Fix possible crash in dispatchercheapie
2024-05-14Fix hall calls sent via I/O modules to unloaded dispatchers not being ↵cheapie
reliably serviced
2024-05-11Add dispatcher support to laptop interfacecheapie
2024-05-11Add dispatcher support to mesecons I/Ocheapie
2024-05-10Fix some minor bugscheapie
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-27Fix hall calls being ignored if a car is already there but out of servicecheapie
2024-04-26Allow dispatcher to sleep when idlecheapie
2024-04-22Improve handling of calls when a car is already at the floor with the doors opencheapie
2024-04-21Include current door state in ETA calculationcheapie
This accounts for the time the doors take to open and close
2024-04-20Slow down dispatcher interrupt loop when ABM is not activecheapie
2024-04-20More controller and dispatcher UI workcheapie
2024-04-20Fix for selecting cars that can't move in the direction selectedcheapie
2024-04-20Finish communication of other items with dispatchercheapie
2024-04-20Improve door operation in unloaded mapblockscheapie
2024-04-20Fix crash in down call reassignmentcheapie
2024-04-20Improve dispatching algorithmcheapie
2024-04-20Add basic dispatching functionalitycheapie
2024-04-19More dispatcher workcheapie
2024-04-19Initial dispatcher work (not yet functional)cheapie