Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed May 3, 2020
1 parent 5951d06 commit 4041ee6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.38/abstreet_windows_v0_1_38.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.38/abstreet_mac_v0_1_38.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.38/abstreet_linux_v0_1_38.zip),
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.39/abstreet_windows_v0_1_39.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.39/abstreet_mac_v0_1_39.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.39/abstreet_linux_v0_1_39.zip),
or [read all instructions](docs/INSTRUCTIONS.md) (new releases every Sunday)
- [build from source](docs/dev.md) (new changes daily)

Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,12 @@ changes here.
- parking changes: show path to closest free spot, utilization of a lane over time, every building includes at least 1 offstreet spot by default
- progress on removing unrealistic gridlock: detect turn conflict cycles and temporarily allow conflicts, trim last steps of a laggy head
- internal sim alert system. speeds up debugging, could be used for player-facing "traffic jam!" alerts

0.1.39

- switched to proper OSM-based maps; no more brittle, manual geometry fixes
- more sorting and filtering options in trip table and parking overhead tables
- improve offstreet parking rendering. park closer to destination buildings
- easier process for importing new cities. introducing Los Angeles, Austin, Barranquilla.
- new data updater tool so people can opt-in to new cities
- many internal fixes to prevent gridlock. smarter cycle detection, manual OSM fixes and traffic signal timings
6 changes: 3 additions & 3 deletions docs/INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Grab a pre-built binary release -- updated every Sunday, announced at
[r/abstreet](https://old.reddit.com/r/abstreet):

- Windows:
https://github.com/dabreegster/abstreet/releases/download/v0.1.38/abstreet_windows_v0_1_38.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.39/abstreet_windows_v0_1_39.zip
- Mac:
https://github.com/dabreegster/abstreet/releases/download/v0.1.38/abstreet_mac_v0_1_38.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.39/abstreet_mac_v0_1_39.zip
- Linux:
https://github.com/dabreegster/abstreet/releases/download/v0.1.38/abstreet_linux_v0_1_38.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.39/abstreet_linux_v0_1_39.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
Expand Down

0 comments on commit 4041ee6

Please sign in to comment.