From 8e8e92153c0db1dda07a84e671c6049aecf25251 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Sun, 26 Jan 2020 09:37:16 -0800 Subject: [PATCH] new release --- README.md | 6 +++--- docs/CHANGELOG.md | 10 ++++++++++ docs/INSTRUCTIONS.md | 7 ++++--- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index da61a4da75..61a8752957 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ road instead of a bus lane? A/B Street is a game exploring how small changes to a city affect the movement of drivers, cyclists, transit users, and pedestrians. - Play on - [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.24/abstreet_windows_v0_1_24.zip), - [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.24/abstreet_mac_v0_1_24.zip), - [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.24/abstreet_linux_v0_1_24.zip), + [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.25/abstreet_windows_v0_1_25.zip), + [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.25/abstreet_mac_v0_1_25.zip), + [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.25/abstreet_linux_v0_1_25.zip), or [read all instructions](docs/INSTRUCTIONS.md) - [build from source](docs/dev.md) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e8f768116d..24665a1201 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -259,3 +259,13 @@ changes here. - expose bus analytics outside of challenge mode - live info panel can exist during a running simulation - consolidated agent route/trip information into info panel + +0.1.25 + +- overhauled the tutorial +- tuned top-center panel for sandbox and challenge modes +- make bike and bus lanes more obvious +- show map edits as an overlay anywhere +- tune info panel contents, and show relationships between parked cars and buildings +- fixes to traffic signal editor, like making all-walk conversion idempotent +- nicer throughput and delay plots (sliding windows, grid lines) diff --git a/docs/INSTRUCTIONS.md b/docs/INSTRUCTIONS.md index be0e21aa57..4d176f415d 100644 --- a/docs/INSTRUCTIONS.md +++ b/docs/INSTRUCTIONS.md @@ -12,11 +12,11 @@ Grab a pre-built binary release -- updated every Sunday, announced at [r/abstreet](http://old.reddit.com/r/abstreet): - Windows: - https://github.com/dabreegster/abstreet/releases/download/v0.1.24/abstreet_windows_v0_1_24.zip + https://github.com/dabreegster/abstreet/releases/download/v0.1.25/abstreet_windows_v0_1_25.zip - Mac: - https://github.com/dabreegster/abstreet/releases/download/v0.1.24/abstreet_mac_v0_1_24.zip + https://github.com/dabreegster/abstreet/releases/download/v0.1.25/abstreet_mac_v0_1_25.zip - Linux: - https://github.com/dabreegster/abstreet/releases/download/v0.1.24/abstreet_linux_v0_1_24.zip + https://github.com/dabreegster/abstreet/releases/download/v0.1.25/abstreet_linux_v0_1_25.zip Unzip the folder, then run `play_abstreet.sh` or `play_abstreet.bat`. On Windows, you'll probably get a warning about running software from an unknown @@ -35,6 +35,7 @@ General controls: Things to try: +- The tutorial introduces many controls and mechanics. - In sandbox mode, select an intersection, and spawn agents. - Change the default "random" traffic in sandbox mode to "weekday" to see realistic trips over a full weekday.