Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Only display search results | Markus Koch | 2020-04-19 |
| | |||
* | Fix Firefox compatibility once more | Markus Koch | 2020-04-19 |
| | |||
* | Fix x/y swap in jump_to function | Markus Koch | 2020-04-19 |
| | |||
* | Fix compatibility issues with Firefox | Markus Koch | 2020-04-19 |
| | |||
* | Fix x/y axis in goto command | Markus Koch | 2020-04-19 |
| | |||
* | Fix goto function in editor mode | Markus Koch | 2020-04-19 |
| | |||
* | Implement basic search | Markus Koch | 2020-04-19 |
| | |||
* | Improve location history | Markus Koch | 2020-04-19 |
| | | | | | | | | Before, script initiated moves would mess with the history through hash updates partway through the move. This commit fixes this behavior by checking for a human source. | ||
* | editor: Prevent JS errors if no polyline has been drawn yet | Markus Koch | 2020-04-19 |
| | |||
* | Center map on marker when clicking it | Markus Koch | 2020-04-19 |
| | |||
* | Add jump-to-coordinates feature and location history | Markus Koch | 2020-04-19 |
| | |||
* | Improve center-on-block feature | Markus Koch | 2020-04-19 |
| | | | | | | | | | | | | | 6284c9d8b45b4df112326c23037a5c7c2e0b89d0 introduced a feature to center coordinate data on blocks by shifting the actual waypoints. The problem with that approach is that it actually changes the coordinates returned by any subsequent query to that geojson entry, leading to coordinates like [0.5, 0.5] instead of [0, 0]. This commit removes the old translation code and instead shifts the entire map. This means waypoints are still correct, and only the visuals are affected. The correctness of new coordinate mapping has been verified in-game and using the origin marker. | ||
* | Remove debug print | Markus Koch | 2020-04-18 |
| | |||
* | Center markers etc. on block | Markus Koch | 2020-04-18 |
| | | | | | Before, markers were set to the bottom left corner of a block. Now, it is nicely centered even on high zoom levels. | ||
* | Add streets Geojson | Markus Koch | 2020-04-17 |
| | |||
* | Fail Geojson load silently | Markus Koch | 2020-04-17 |
| | |||
* | Add street editor | Markus Koch | 2020-04-17 |
| | | | | Accessible by setting ?editor | ||
* | Add missing JavaScript include for streets | Markus Koch | 2020-04-17 |
| | |||
* | backend: Add support for streets | Markus Koch | 2020-04-17 |
| | |||
* | Fix formatting | Markus Koch | 2020-04-17 |
| | |||
* | Fix wiki links, make red links red | Gabriel Pérez-Cerezo | 2020-04-15 |
| | |||
* | unify fetch scripts, add a lot more categories | Gabriel Pérez-Cerezo | 2020-04-15 |
| | |||
* | Fixed typo | Gabriel Pérez-Cerezo | 2020-04-15 |
| | |||
* | Fancy icons, shops, stations | Gabriel Pérez-Cerezo | 2020-04-15 |
| | | | | | | | | Added fancy actions (TODO: include script to install) * added fetcher script for shops * added fetcher script for stations * fixed thumbnails | ||
* | Move webserver stuff into htdocs directory | Markus Koch | 2020-04-14 |