summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:53:07 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:53:07 +0200
commita36f35416561066a0c469eefecde8b4552d91e3b (patch)
treea733863af659e505b60b399213ad28e7e41323a5
parentfa53e7b8f42a196d97dbffea24bb6f2e34e98d8b (diff)
downloadluaatc_envs-a36f35416561066a0c469eefecde8b4552d91e3b.tar.gz
luaatc_envs-a36f35416561066a0c469eefecde8b4552d91e3b.tar.bz2
luaatc_envs-a36f35416561066a0c469eefecde8b4552d91e3b.zip
State at 2021-05-30
-rw-r--r--il_timetable/nodes/(1096,14,3383).lua4
-rw-r--r--il_timetable/nodes/(1103,23,3014).lua2
-rw-r--r--il_timetable/nodes/(1103,23,3027).lua2
-rw-r--r--il_timetable/nodes/(1106,19,3007).lua3
-rw-r--r--il_timetable/nodes/(1623,9,4628).lua5
-rw-r--r--il_timetable/nodes/(1626,9,4615).lua5
-rw-r--r--il_timetable/nodes/(1734,26,2922).lua2
-rw-r--r--il_timetable/nodes/(1936,7,9131).lua2
-rw-r--r--il_timetable/nodes/(767,10,3484).lua2
-rw-r--r--il_timetable/nodes/(981,19,1053).lua6
-rw-r--r--il_timetable/nodes/(982,19,1053).lua5
-rw-r--r--il_timetable/nodes/(983,19,1053).lua5
12 files changed, 37 insertions, 6 deletions
diff --git a/il_timetable/nodes/(1096,14,3383).lua b/il_timetable/nodes/(1096,14,3383).lua
new file mode 100644
index 0000000..c276192
--- /dev/null
+++ b/il_timetable/nodes/(1096,14,3383).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "Manaugh Memorial",
+ doorside = "R",
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1103,23,3014).lua b/il_timetable/nodes/(1103,23,3014).lua
index 0ea53b2..7c78acb 100644
--- a/il_timetable/nodes/(1103,23,3014).lua
+++ b/il_timetable/nodes/(1103,23,3014).lua
@@ -1,6 +1,6 @@
F.ttp_station_display({
lines = {"CFE_S", "NX_S"},
- departure = {CFE_S="15;00", NX_S="02;30"},
+ departure = {CFE_S="10;45", NX_S="02;45"},
station = "Personhood West",
title = "PH West - Track 4",
interval = 30,
diff --git a/il_timetable/nodes/(1103,23,3027).lua b/il_timetable/nodes/(1103,23,3027).lua
index 0ea53b2..7c78acb 100644
--- a/il_timetable/nodes/(1103,23,3027).lua
+++ b/il_timetable/nodes/(1103,23,3027).lua
@@ -1,6 +1,6 @@
F.ttp_station_display({
lines = {"CFE_S", "NX_S"},
- departure = {CFE_S="15;00", NX_S="02;30"},
+ departure = {CFE_S="10;45", NX_S="02;45"},
station = "Personhood West",
title = "PH West - Track 4",
interval = 30,
diff --git a/il_timetable/nodes/(1106,19,3007).lua b/il_timetable/nodes/(1106,19,3007).lua
index ff8b71e..4699fc5 100644
--- a/il_timetable/nodes/(1106,19,3007).lua
+++ b/il_timetable/nodes/(1106,19,3007).lua
@@ -2,5 +2,6 @@ F.ttp_stop({
stn = "Personhood West",
doorside = "R",
-- end_of_tt = {CFE_S=true, NX_S=true},
- departure = {CFE_S="15;00", NX_S="02;30"},
+ departure = {CFE_S="10;45", NX_S="02;45"},
+-- Note: PHW is timetable alignment point: CFE at 00;00, NX at 02;30
}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1623,9,4628).lua b/il_timetable/nodes/(1623,9,4628).lua
new file mode 100644
index 0000000..59c5b0c
--- /dev/null
+++ b/il_timetable/nodes/(1623,9,4628).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "INTERCAL",
+ doorside = "L",
+ only_lines = {CFE=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1626,9,4615).lua b/il_timetable/nodes/(1626,9,4615).lua
new file mode 100644
index 0000000..59c5b0c
--- /dev/null
+++ b/il_timetable/nodes/(1626,9,4615).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "INTERCAL",
+ doorside = "L",
+ only_lines = {CFE=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1734,26,2922).lua b/il_timetable/nodes/(1734,26,2922).lua
index 36913b1..2980622 100644
--- a/il_timetable/nodes/(1734,26,2922).lua
+++ b/il_timetable/nodes/(1734,26,2922).lua
@@ -2,7 +2,7 @@ F.ttp_begin({
stn = "Personhood Main", -- station name
tt = "E1_S", -- timetable ID
depint = "02;30", --departure slot interval
- depoff = "00;00", --departure slot offset
+ depoff = "00;45", --departure slot offset
doorside = "R",
reverse = true,
only_lines = { E1 = true },
diff --git a/il_timetable/nodes/(1936,7,9131).lua b/il_timetable/nodes/(1936,7,9131).lua
index 815f30a..5668d0b 100644
--- a/il_timetable/nodes/(1936,7,9131).lua
+++ b/il_timetable/nodes/(1936,7,9131).lua
@@ -2,7 +2,7 @@ F.ttp_begin({
stn = "Warmoneaye", -- station name
tt = "CFE_S", -- timetable ID
depint = "05;00", --departure slot interval
- depoff = "00;00", --departure slot offset
+ depoff = "04;15", --departure slot offset
doorside = "L",
reverse = true,
only_lines = nil,
diff --git a/il_timetable/nodes/(767,10,3484).lua b/il_timetable/nodes/(767,10,3484).lua
index 1b4f884..6380f68 100644
--- a/il_timetable/nodes/(767,10,3484).lua
+++ b/il_timetable/nodes/(767,10,3484).lua
@@ -2,7 +2,7 @@ F.ttp_begin({
stn = "Stopsleyhood Town Hall", -- station name
tt = "NX_S", -- timetable ID
depint = "05;00", --departure slot interval
- depoff = "00;00", --departure slot offset
+ depoff = "04;45", --departure slot offset
doorside = "L",
reverse = false,
only_lines = { XN = true },
diff --git a/il_timetable/nodes/(981,19,1053).lua b/il_timetable/nodes/(981,19,1053).lua
new file mode 100644
index 0000000..ae36742
--- /dev/null
+++ b/il_timetable/nodes/(981,19,1053).lua
@@ -0,0 +1,6 @@
+
+lines = F.ttp_info_times("CFE_S", "00;00")
+linestr = F.ttp_info_trains("CFE_S", "00;00")
+local li = lines
+for i=1,#linestr do li[#li+1] = linestr[i] end
+print(" CFE\n"..table.concat(li, "\n"))
diff --git a/il_timetable/nodes/(982,19,1053).lua b/il_timetable/nodes/(982,19,1053).lua
new file mode 100644
index 0000000..1acc131
--- /dev/null
+++ b/il_timetable/nodes/(982,19,1053).lua
@@ -0,0 +1,5 @@
+lines = F.ttp_info_times("NX_S", "00;00")
+linestr = F.ttp_info_trains("NX_S", "00;00")
+li = lines
+for i=1,#linestr do li[#li+1] = linestr[i] end
+print(" NX\n"..table.concat(li, "\n")) \ No newline at end of file
diff --git a/il_timetable/nodes/(983,19,1053).lua b/il_timetable/nodes/(983,19,1053).lua
new file mode 100644
index 0000000..3745a99
--- /dev/null
+++ b/il_timetable/nodes/(983,19,1053).lua
@@ -0,0 +1,5 @@
+lines = F.ttp_info_times("E1_S", "00;00")
+--linestr = F.ttp_info_trains("E1_S", "00;00")
+li = lines
+--for i=1,#linestr do li[#li+1] = linestr[i] end
+print(" E1\n"..table.concat(li, "\n")) \ No newline at end of file