summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-01Fix possible crash when floor tables are updatedcheapie
2024-08-29Allow floors to be set to unlock in independent and/or have additional ↵cheapie
allowed users
2024-08-29Add fire service control for digilines I/O modulescheapie
Not in the manual yet, but set the command field to "fs1off" to turn it off, "fs1on" to turn it on, "fs1alt" to turn it on with alternate floor recall, or "mrsmoke" for machine room/hoistway heat/smoke detector.
2024-08-29Constant pressure control for car top inspectioncheapie
Car will now continue moving if the up/down buttons on the car top box are held, instead of stopping every 1m. When the buttons are released, it will stop at the next multiple of 1m.
2024-08-28Add generic keyswitchcheapie
Can trigger any input the mesecons input modules can, useful for requiring a "key" (area access) to call an elevator or to lock/unlock a floor
2024-08-28Add MT version info to mod.confcheapie
2024-08-20Fix license info buttoncheapie
This was broken by the license file name change during the ContentDB listing process
2024-08-10Implement changes requested by ContentDB reviewcheapie
* Switched manual PDF from lossless image compression to lossy in order to reduce size * Moved documentation source outside of the repository to reduce download size * Renamed COPYING to LICENSE and added pointer to additional information
2024-08-09Replace motor sounds with some I actually have a license to shipcheapie
These ones happen to be a bit more representative of a modern geared traction elevator anyway (AC instead of DC). Drive buzz sound has been turned down accordingly.
2024-08-06Require floor heights to be at least 1mcheapie
Floor heights of 0 lead to ambiguous car positions and strange behavior
2024-08-06Fix possible crashes when removing a dispatcher connection that isn't idlecheapie
2024-07-19Fix crash if a machine is attempted to be paired to a dispatchercheapie
2024-07-19Fix crash if a dispatcher receives a status message for an unknown carcheapie
2024-05-31Add destination-based dispatchingcheapie
Still uses a crude ETA algorithm for now and is missing some features, but it is working and usable at a basic level
2024-05-21Fix cars recalling to the wrong floor when recall is triggered by the ↵cheapie
dispatcher and the previous recall was to a different floor
2024-05-21Fix car calls entered via dispatcher by laptop interface being at wrong ↵cheapie
floors if above a skipped floor
2024-05-15Fix possible crash in dispatchercheapie
2024-05-14Fix cars trying to answer hall calls in both directions at the same timecheapie
2024-05-14Fix hall calls sent via I/O modules to unloaded dispatchers not being ↵cheapie
reliably serviced
2024-05-14Add multi-car digilines I/O modulecheapie
Supports all commands the normal digilines I/O module does, but with the addition of a 'carid' parameter that specifies the controller or dispatcher to execute the command on. Requires 'server' or 'protection_bypass' privs to place or configure as it can be used to change security settings on another player's elevator.
2024-05-14Manual updates, corrections, and clarificationscheapie
2024-05-14Allow car call security control from digilines toocheapie
2024-05-14Add car call security options to mesecons input modulescheapie
2024-05-14Allow changing inspection speedcheapie
Can be set to 0.1-0.7m/s, cannot be higher than contract speed
2024-05-11Fix a few errors in the manualcheapie
2024-05-11Update manualcheapie
2024-05-11Add flashing fire hat and recall to next available floor for machine room ↵cheapie
smoke detectors
2024-05-11Add alternate floor recallcheapie
Currently only accessible via mesecons input modules
2024-05-11Add dispatcher support to laptop interfacecheapie
2024-05-11Add dispatcher support to digilines I/Ocheapie
2024-05-11Add dispatcher support to mesecons I/Ocheapie
2024-05-11Ring bell early for hall calls if the direction is knowncheapie
2024-05-11Add craft recipescheapie
Uses items from default (MTG or DB should work, along with most other MTG-based games), mesecons, digilines (digilines I/O module only), and basic_materials. The mod is still usable in creative mode without any of these.
2024-05-10Add nudgingcheapie
Timer can be edited from the parameters menu, entering 0 disables nudging
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-05-08Add decorative tapeheadcheapie
Spawns on top of the car in the corner opposite the PI if tape is present there, reads magnets on tape to control its LEDs but does not otherwise actually affect operation.
2024-05-07Add a star to the button for the main egress floorcheapie
2024-05-07Add car call securitycheapie
2024-05-04Add more decorationscheapie
Adds (decorative) tape, including variants with magnets or brackets, and new textures for the outside of the car.
2024-05-01Start adding origins of filescheapie
A few sounds are still missing from the list, those are being worked on
2024-04-30Replace contactor sounds with self-recorded onescheapie
2024-04-28Add Digilines interfacecheapie
2024-04-28Add vertical lanternscheapie
2024-04-28Add Mesecons inputcheapie
2024-04-27Add guide railscheapie
2024-04-27Fix crash if a PI is paired to an uninitialized controllercheapie
2024-04-27Turn around at the next available floor in phase 1 recall, not the original ↵cheapie
destination
2024-04-27Fix hall calls being ignored if a car is already there but out of servicecheapie
2024-04-27Allow car to reverse when serving a car call if there is no demand in the ↵cheapie
original direction
2024-04-27Add collector state options to the Mesecons outputcheapie