Version 1.1.37 changelog
- Add button to toggle click to zoom in the lines and train listing
- Future proof mod loading so unknown schema mods do not crash or glitch
- Warn the user when trying to use a mod with unknown schema sections
- Add whole-line clipping to discard line drawing in map view
- Fix: the out-of-screen clipping for line drawing was not working properly
- Fix: crash when options panel cannot find a matching translation mod for the currently set game language
- Late trains also have an ETA penalty
- When a pax arrives to its next stop, reapply the ETA estimation from the POV of station immediately
- Make the new pax AI permanent, bumping the save version of the game
- Add "group by next stop" to train pax listing
- Interventions should also reset the stop and station state of the train
- Add a checkbox to mod uploader to not set the description or icon when updating a mod
- Mods panel is now a top level panel with its own toolbar icon
- Remove the train filter for lines and models and replace it with a grouping feature
- "In depot" filter for train listing
- Redesign pax listings to give more space to station name when using a grouping option
- Store exact game version in saved games header
- Add saved game file information to the saved games picker
- Add proper error warnings when dealing with different versions of saved game files
- Allow to rename rather than overwrite old version save files
- Fix: deleted stations sometimes caused ghost pax to remain hidden inside forever
- Pax now have a little memory! When they board a train, they also decide which is their next stop, and stick to it.
- Train stops now have a cost in the pax pathfinder, making lines that take more stops more time-costly
- The previous ETA costing now properly considers paths that bounce back at the station and discards them when it makes sense
- Late trains from the POV of the ETA are costed with the same amount of their late time
- The previous changes have a measurable CPU impact in large builds
- Give more space to mod uploaded for easier editing of description and update notes
- Attempted to fix the truncation of the mod description when editing mod updates in the mod uploader, but it turns out Steamworks sends the description already truncated
- New map option: disable line stop icons
- Fix: building the data structure used to avoid 1D collision had a degenerate case which leaked memory and slowed down the game in particular circumstances
- Dynamic tractive power formula was way overestimating its output. Make it more realistic but still a bit faster than real life
- Fix: stations with no region should still have some level of demand above 0
- The leg time estimator now has rough acceleration approximation for some fixed accelerations, or can optionally use a train assigned to the line to simulate its acceleration ramp
- Optimize track validator by not validating against map geometry built tracks whose sibling tracks are already built
- More rendering optimizations for the zoomed out views
- Fix: 1D hit test was looking too far ahead in some cases, resulting in deadlocks (one of the possible deadlock cases)
- Fix: set min stop time does not work if the current stop time in the stop is "pass" and it is not a waypoint
- Distinct icons for pass and stop waypoints, and also for station pass stops, on both line editor and lines on the map
- Add "continue game" main menu button
- Add interval suggestion in the calculator
- Simplify right toolbar to add room for more (future) buttons
- New map options panel with options to hide some map objects; also move map overlay buttons to this panel
- Move line timing setters and calculator to its own panel
- Reduce MP sync bandwidth by 3x, by increasing the sync phases. trains now take up to 3s to be sync to clients, but the sync window was already behind by more than that, so it didn't make much sense to keep the original 1s phase. all other phases are also increased in proportion
- Dynamic tractive effort. it will be reverted if too much stuff breaks.
- Fix: perfectly lined up N-S or W-E station platforms sometimes had 0 sized bounding boxes, causing coverage errors
- Two letter platform names when more than 26 platforms in a station
- Keep station auto name on unchecking the auto name feature if the custom name is empty, and auto focus the text input
- Display some text instead of a tiny box for empty station nameplates
- Tentatively disable one of the track hit tests which was giving trouble in very simple 1D hit cases
- Enable some debug graphics for hit test. For a few beta builds extra debug information will be shown next to trains in some circumstances
- Make scrollable listings better clip their content labels to make scrollbars more usable (not the real fix, but better than the previous state)
- Speed up train icon drawing
- Use a less pointy arrow for trains
- Speed up line drawing by using a simpler kind of line
- Relocate bottom listing tools so delete button is not under the scrollbar
- Fix color picker widget showing no color on first reset
- Disable train avoidance in train pathfinder if the to-avoid track is the destination or its linked tracks
- Accounting panels should be a scroll area in low resolution screens
- Fix: pax must pay km fares when the train passes by a waypoint
- Stop file modification times from jumping around in file picker
- Add train count in line stops header
- Future proof mod loading so unknown schema mods do not crash or glitch
- Warn the user when trying to use a mod with unknown schema sections
- Add whole-line clipping to discard line drawing in map view
- Fix: the out-of-screen clipping for line drawing was not working properly
- Fix: crash when options panel cannot find a matching translation mod for the currently set game language
- Late trains also have an ETA penalty
- When a pax arrives to its next stop, reapply the ETA estimation from the POV of station immediately
- Make the new pax AI permanent, bumping the save version of the game
- Add "group by next stop" to train pax listing
- Interventions should also reset the stop and station state of the train
- Add a checkbox to mod uploader to not set the description or icon when updating a mod
- Mods panel is now a top level panel with its own toolbar icon
- Remove the train filter for lines and models and replace it with a grouping feature
- "In depot" filter for train listing
- Redesign pax listings to give more space to station name when using a grouping option
- Store exact game version in saved games header
- Add saved game file information to the saved games picker
- Add proper error warnings when dealing with different versions of saved game files
- Allow to rename rather than overwrite old version save files
- Fix: deleted stations sometimes caused ghost pax to remain hidden inside forever
- Pax now have a little memory! When they board a train, they also decide which is their next stop, and stick to it.
- Train stops now have a cost in the pax pathfinder, making lines that take more stops more time-costly
- The previous ETA costing now properly considers paths that bounce back at the station and discards them when it makes sense
- Late trains from the POV of the ETA are costed with the same amount of their late time
- The previous changes have a measurable CPU impact in large builds
- Give more space to mod uploaded for easier editing of description and update notes
- Attempted to fix the truncation of the mod description when editing mod updates in the mod uploader, but it turns out Steamworks sends the description already truncated
- New map option: disable line stop icons
- Fix: building the data structure used to avoid 1D collision had a degenerate case which leaked memory and slowed down the game in particular circumstances
- Dynamic tractive power formula was way overestimating its output. Make it more realistic but still a bit faster than real life
- Fix: stations with no region should still have some level of demand above 0
- The leg time estimator now has rough acceleration approximation for some fixed accelerations, or can optionally use a train assigned to the line to simulate its acceleration ramp
- Optimize track validator by not validating against map geometry built tracks whose sibling tracks are already built
- More rendering optimizations for the zoomed out views
- Fix: 1D hit test was looking too far ahead in some cases, resulting in deadlocks (one of the possible deadlock cases)
- Fix: set min stop time does not work if the current stop time in the stop is "pass" and it is not a waypoint
- Distinct icons for pass and stop waypoints, and also for station pass stops, on both line editor and lines on the map
- Add "continue game" main menu button
- Add interval suggestion in the calculator
- Simplify right toolbar to add room for more (future) buttons
- New map options panel with options to hide some map objects; also move map overlay buttons to this panel
- Move line timing setters and calculator to its own panel
- Reduce MP sync bandwidth by 3x, by increasing the sync phases. trains now take up to 3s to be sync to clients, but the sync window was already behind by more than that, so it didn't make much sense to keep the original 1s phase. all other phases are also increased in proportion
- Dynamic tractive effort. it will be reverted if too much stuff breaks.
- Fix: perfectly lined up N-S or W-E station platforms sometimes had 0 sized bounding boxes, causing coverage errors
- Two letter platform names when more than 26 platforms in a station
- Keep station auto name on unchecking the auto name feature if the custom name is empty, and auto focus the text input
- Display some text instead of a tiny box for empty station nameplates
- Tentatively disable one of the track hit tests which was giving trouble in very simple 1D hit cases
- Enable some debug graphics for hit test. For a few beta builds extra debug information will be shown next to trains in some circumstances
- Make scrollable listings better clip their content labels to make scrollbars more usable (not the real fix, but better than the previous state)
- Speed up train icon drawing
- Use a less pointy arrow for trains
- Speed up line drawing by using a simpler kind of line
- Relocate bottom listing tools so delete button is not under the scrollbar
- Fix color picker widget showing no color on first reset
- Disable train avoidance in train pathfinder if the to-avoid track is the destination or its linked tracks
- Accounting panels should be a scroll area in low resolution screens
- Fix: pax must pay km fares when the train passes by a waypoint
- Stop file modification times from jumping around in file picker
- Add train count in line stops header