->---==x=--->--- (a)
-<---====---<--- (b)
i thought this would mean if at this set up the destination is set to the 'x'. The train would on the reverse path, when it gets into the station stop its routfinding and call [sic?].
I compiled from your commit to experimental 30a41880ec55a131cda9 (about 23h utc - where can i find the actual time btw) and it doesn't work as in the example. It circles the whole network to get on the (a) line to stop at the destination. Like standard simutrans behaviour.
That's a very good idea!
loading an old savegame did not work:
FATAL ERROR: loadsave_t::rdwr_str()
string longer (390) than allowed size (256)
Program received signal SIGABRT, Aborted.
0x00007ffff6c1fa75 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x00007ffff6c1fa75 in raise () from /lib/libc.so.6
#1 0x00007ffff6c235c0 in abort () from /lib/libc.so.6
#2 0x000000000063ad24 in log_t::fatal (this=0xa7c3c0,
who=0x67392b "loadsave_t::rdwr_str()",
format=0x673a28 "string longer (%i) than allowed size (%i)")
at utils/log.cc:242
#3 0x0000000000466366 in loadsave_t::rdwr_str (this=0x7fffffffb240,
s=0x7fffffffac30 "", size=256) at dataobj/loadsave.cc:739
#4 0x00000000005af24f in convoi_t::rdwr (this=0x7fffe2072f40,
file=0x7fffffffb240) at simconvoi.cc:2866
#5 0x00000000005a374b in convoi_t (this=0x7fffe2072f40, wl=0x7fffe843cc30,
file=0x7fffffffb240) at simconvoi.cc:199
#6 0x000000000062a56d in karte_t::laden (this=0x7fffe843cc30,
file=0x7fffffffb240) at simworld.cc:4649
#7 0x0000000000628882 in karte_t::laden (this=0x7fffe843cc30,
filename=0x7fffe83f7a30 "\360\276\246\352\377\177") at simworld.cc:4293
#8 0x0000000000518c55 in loadsave_frame_t::action (this=0x7fffe828a030,
filename=0x7fffe83f7a30 "\360\276\246\352\377\177")
at gui/loadsave_frame.cc:51
#9 0x000000000053c2ca in savegame_frame_t::action_triggered (
this=0x7fffe828a030, komp=0x7fffe828a620, p=...)
at gui/savegame_frame.cc:397
#10 0x00000000004ab513 in gui_action_creator_t::call_listeners (
---Type <return> to continue, or q <return> to quit---
this=0x7fffe828a620, v=...)
at gui/components/../../ifc/gui_action_creator.h:36
#11 0x00000000004c5aea in gui_table_t::infowin_event (this=0x7fffe828a608,
ev=0x7fffffffb890) at gui/components/gui_table.cc:146
#12 0x00000000004c3252 in gui_scrollpane_t::infowin_event (
this=0x7fffe828a808, ev=0x7fffffffb8f0)
at gui/components/gui_scrollpane.cc:101
#13 0x00000000004fce12 in gui_container_t::infowin_event (this=0x7fffe828a038,
ev=0x7fffffffb970) at gui/gui_container.cc:93
#14 0x00000000004fe6ef in gui_frame_t::infowin_event (this=0x7fffe828a030,
ev=0x7fffffffba00) at gui/gui_frame.cc:89
#15 0x000000000053cf94 in savegame_frame_t::infowin_event (
this=0x7fffe828a030, ev=0x7fffffffba00) at gui/savegame_frame.cc:534
#16 0x00000000006136cf in check_pos_win (ev=0x7fffffffbb30) at simwin.cc:938
#17 0x000000000062e3ed in karte_t::interactive (this=0x7fffe843cc30,
quit_month=2147483647) at simworld.cc:5617
#18 0x00000000005e4291 in simu_main (argc=1, argv=0x7fffffffe2d8)
at simmain.cc:1075
#19 0x0000000000669491 in main (argc=1, argv=0x7fffffffe2d8) at simsys_s.cc:748
wait, made an mistake when copying the binary, i think. tested old version perhaps
just didn't realise it's already 01:30, eg. a new date. above happens with latest build.