summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-26Add scrolling to remote interface and fix double-escapingcheapie
2024-04-26Hopefully fix car door drifting past closed sometimescheapie
2024-04-26Don't log door timeout faults in stop/inspection modescheapie
2024-04-26Update PI text immediately upon connectioncheapie
2024-04-26Fix crash if someone tries connecting a PI/lantern to a dispatchercheapie
2024-04-26Add a bit more detail to the motor texturescheapie
2024-04-26Add door sillscheapie
2024-04-26Allow dispatcher to sleep when idlecheapie
2024-04-25Fix car motion sound not playing if the car unloaded on the previous tripcheapie
2024-04-25Require sneak to be held to remove controllers/dispatcherscheapie
These nodes are a huge pain to set back up if one is accidentally removed. This makes that less likely.
2024-04-25Add door light curtaincheapie
2024-04-25Improve detection of which players are actually in the elevatorcheapie
2024-04-25Reopen closing doors when entering independentcheapie
2024-04-25Add car motion soundscheapie
2024-04-24Add door open/close soundscheapie
2024-04-24Include metal cabinet open/close sounds instead of relying on MTG steel door ↵cheapie
sounds
2024-04-24Remove odd noise from the end of the chimescheapie
2024-04-23Replace drive buzz soundcheapie
2024-04-23Initial work on remote monitoring software for the laptop modcheapie
No scrolling yet (so you can only see 10 floors) and also no dispatcher UI yet (only the controller)
2024-04-22Temporary fix for excessive warnings in large groupscheapie
2024-04-22Prevent doors getting stuck open if the server shuts down while opencheapie
2024-04-22Prevent crashing when minetest.get_objects_inside_radius() returns garbagecheapie
2024-04-22Improve handling of calls when a car is already at the floor with the doors opencheapie
2024-04-22Fix possible crash when removing carcheapie
2024-04-21Improve chime soundscheapie
These new ones are somewhat less annoying and with a less unknown license situation (derived by me from a recording "kyles" on Freesound made available under CC0)
2024-04-21Hopefully fix some car door visual issuescheapie
2024-04-21Fix possible crash in car top box right-click handlingcheapie
2024-04-21Include current door state in ETA calculationcheapie
This accounts for the time the doors take to open and close
2024-04-21Fix typo and add page numberscheapie
2024-04-21Add manualcheapie
2024-04-20Slow down dispatcher interrupt loop when ABM is not activecheapie
2024-04-20More controller and dispatcher UI workcheapie
2024-04-20Mark drive metadata as privatecheapie
Both on placement and also on first move (for existing drives)
2024-04-20Entity and lighting tweakscheapie
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-20Fix car door disappearing on arrivalcheapie
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
2024-04-18Add temporary documentationcheapie
2024-04-18Fix text on fire service phase 1 keyswitchcheapie
2024-04-18Remove old pairing tool texturecheapie
2024-04-18Improve setup experience and inventory itemscheapie
2024-04-18Fix more bugscheapie
2024-04-18Fix custom floor names not appearing on COPcheapie
2024-04-17Allow changing destination in-flightcheapie
This allows new calls entered while the car is moving to be serviced before the original destination, provided they are in the correct direction, will be reached before the original destination, and the car can stop soon enough.