Commit graph

527 commits

Author SHA1 Message Date
Laura Klünder
84301dc719 collect excludables per room 2016-12-19 20:23:44 +01:00
Laura Klünder
782fd9138f add points aroung arealocations and excludables 2016-12-19 20:10:25 +01:00
Laura Klünder
d5d2bcad56 fix collect_arealocation_points 2016-12-19 19:56:04 +01:00
Laura Klünder
43efda06e9 collect excludables 2016-12-19 19:46:07 +01:00
Laura Klünder
9caaf2a8f0 fix typo 2016-12-19 18:57:07 +01:00
Laura Klünder
1b04d0c06a add routing_inclusion property 2016-12-19 18:52:10 +01:00
Laura Klünder
1c70dbefc2 reverse sorting in location list and when determining point location 2016-12-19 18:13:14 +01:00
Laura Klünder
5facc7827d update german translations 2016-12-19 18:09:02 +01:00
Laura Klünder
f018f47182 fix bug to correctly determine which locations lie inside each other 2016-12-19 18:07:04 +01:00
Laura Klünder
69d6d16d1b fix error if there is exactly one lineobstacle on a level 2016-12-19 18:06:50 +01:00
Laura Klünder
df1c47bbfe describe route: always state location after walking through a door 2016-12-19 17:53:10 +01:00
Laura Klünder
af2c05a13c location subtitles 2016-12-19 16:54:11 +01:00
Laura Klünder
0967e0d671 improve merging the route 2016-12-19 16:53:58 +01:00
Laura Klünder
15f1255fd2 remoove unneded file (router.py) 2016-12-19 16:46:10 +01:00
Laura Klünder
cf6b850de6 server level files directly, don't try to render them on the fly 2016-12-19 15:19:10 +01:00
Laura Klünder
b669e75af1 route descriptions 2016-12-19 15:11:11 +01:00
Laura Klünder
1e46ee10ae remove intermediate level routeparts 2016-12-19 12:24:07 +01:00
Laura Klünder
d6736670d4 fix last commit. put abspath in the right place 2016-12-19 03:26:59 +01:00
Laura Klünder
eec99c6e02 explicitely use absolute path in renderer 2016-12-19 03:26:59 +01:00
Laura Klünder
227a9236aa in local development setup, always server complete level image 2016-12-19 03:26:59 +01:00
Laura Klünder
86cf03d6c2 fix error if the graph is not in one piece 2016-12-19 03:26:59 +01:00
Laura Klünder
3e0019b4f6 fix locale stuff again, in style tag 2016-12-19 03:26:59 +01:00
Laura Klünder
1e5aab00f2 fix broken route rendering with locales others than english 2016-12-19 03:26:59 +01:00
Laura Klünder
3ed5b6c3e3 cache room routers without memcached because it has a memory limit per item 2016-12-19 03:26:59 +01:00
Laura Klünder
e55023ee6a added translation support and german translations 2016-12-19 03:26:57 +01:00
Laura Klünder
f9268db2d9 site: add option to select ctypes to avoid 2016-12-19 01:31:20 +01:00
Laura Klünder
a63c98d8bc fix typo in fragment_location.html 2016-12-19 00:54:18 +01:00
Laura Klünder
6be7769e35 rename steps_* into stairs_* 2016-12-19 00:33:31 +01:00
Laura Klünder
d109199a63 fix typo in readme 2016-12-18 22:38:30 +01:00
Laura Klünder
6ba4dce5c3 update manual installation guide 2016-12-18 22:34:25 +01:00
Laura Klünder
72b5e5b95b add installation docs and code of conduct 2016-12-18 22:32:08 +01:00
Laura Klünder
b688076b23 add docker setup 2016-12-18 21:06:17 +01:00
Laura Klünder
1a8b711c62 buildgraph: fix connecting stairs 2016-12-18 14:55:56 +01:00
Laura Klünder
1e5923dbb8 buildgraph: add oneways 2016-12-18 14:36:06 +01:00
Laura Klünder
405c688eac buildgraph: add support for escalator_up and escalator_down 2016-12-18 13:28:02 +01:00
Laura Klünder
d2e9e18c2a remove transpose() from graph and level router building as it makes no sense and breaks oneway connections 2016-12-18 13:21:02 +01:00
Laura Klünder
d03379c0aa improve rendering and add escalator support 2016-12-18 02:28:08 +01:00
Laura Klünder
eb5dc1130a add OneWay. no support in buildgraph yet 2016-12-18 01:28:08 +01:00
Laura Klünder
03b07d8a76 add Escalator and EscalatorSlope (with no support for rendermap and buildgraph so far) 2016-12-18 01:15:25 +01:00
Laura Klünder
5a0d628bf3 fix create_editor_form 2016-12-18 01:06:36 +01:00
Laura Klünder
1952479a49 add ElevatorLevel.override_altitude 2016-12-18 00:46:30 +01:00
Laura Klünder
8a1f8bb290 connect elevators and add ctypes elevator_up and elevator_down 2016-12-18 00:26:00 +01:00
Laura Klünder
6b0d3aeac2 remove more debugging output 2016-12-17 22:36:11 +01:00
Laura Klünder
10390e5804 remove debuging in drawgraph 2016-12-17 22:33:32 +01:00
Laura Klünder
5183b8fa7d add support for connection types and excluding steps_down or steps_up 2016-12-17 22:15:14 +01:00
Laura Klünder
f6129d621c first stuff for showing the route on the site 2016-12-17 19:25:27 +01:00
Laura Klünder
ad58ddbbcb add map image composing 2016-12-17 16:47:13 +01:00
Laura Klünder
4f847f4e49 split route into connections 2016-12-17 14:46:15 +01:00
Laura Klünder
988c7b1d11 fix error in _room_transfers in _level_transfers that selected the worst point 2016-12-17 14:18:47 +01:00
Laura Klünder
160629f356 put all routers into one dict 2016-12-17 14:09:38 +01:00