mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
new release
This commit is contained in:
parent
0542edc61e
commit
5af0e7da24
@ -6,9 +6,9 @@ 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.2.25/abstreet_windows_v0_2_25.zip),
|
||||
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_mac_v0_2_25.zip),
|
||||
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_linux_v0_2_25.zip),
|
||||
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_windows_v0_2_26.zip),
|
||||
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_mac_v0_2_26.zip),
|
||||
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_linux_v0_2_26.zip),
|
||||
[FreeBSD](https://www.freshports.org/games/abstreet/),
|
||||
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/game), or
|
||||
[read all instructions](https://dabreegster.github.io/abstreet/howto/index.html)
|
||||
|
@ -9,10 +9,10 @@ hit problems.
|
||||
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.2.25/abstreet_windows_v0_2_25.zip)
|
||||
- [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_windows_v0_2_26.zip)
|
||||
- Unzip the folder, then run `play_abstreet.bat`. You'll probably getting a
|
||||
warning about running software from an unknown publisher.
|
||||
- [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_mac_v0_2_25.zip)
|
||||
- [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_mac_v0_2_26.zip)
|
||||
- Unzip the directory, then run `play_abstreet.sh`.
|
||||
- If you get an error about the developer unverified,
|
||||
[follow this](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac).
|
||||
@ -23,7 +23,7 @@ Grab a pre-built binary release -- updated every Sunday, announced at
|
||||
`cd game; RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1`
|
||||
- [Help needed](https://github.com/dabreegster/abstreet/issues/77) to package
|
||||
this as a Mac .app, to make this process simpler
|
||||
- [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_linux_v0_2_25.zip)
|
||||
- [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_linux_v0_2_26.zip)
|
||||
- Unzip the directory, then run `play_abstreet.sh`.
|
||||
- [FreeBSD](https://www.freshports.org/games/abstreet/), thanks to
|
||||
[Yuri](https://github.com/yurivict)
|
||||
|
@ -702,3 +702,12 @@ changes here.
|
||||
- bugfix from Bruce to prevent sim from crashing when a short road is over capacity
|
||||
- automatically fetch census data for any US map and use for scenario generation, from Michael
|
||||
- some initial experiments to bring A/B Street's lane rendering to the web using Leaflet
|
||||
|
||||
0.2.26
|
||||
|
||||
- dramatically improve initial web loading and be able to start with any map
|
||||
- city picker UI now better organizes other regions with many maps
|
||||
- new tool to convert SUMO networks into A/B Street maps
|
||||
- taking screenshots of the entire map now much faster, portable. trying to use for Leaflet raster tiles, but not working yet.
|
||||
- widgetry UI library now doesn't depend on anything specific to A/B Street
|
||||
- internal refactoring for error handling
|
||||
|
@ -18,9 +18,9 @@ Contact <dabreegster@gmail.com> with any feedback or
|
||||
|
||||
- [Play online](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/santa)
|
||||
(slower and no music -- download below if possible)
|
||||
- [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_windows_v0_2_25.zip)
|
||||
- [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_mac_v0_2_25.zip)
|
||||
- [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.25/abstreet_linux_v0_2_25.zip)
|
||||
- [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_windows_v0_2_26.zip)
|
||||
- [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_mac_v0_2_26.zip)
|
||||
- [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.26/abstreet_linux_v0_2_26.zip)
|
||||
|
||||
Unzip, then run `santa.exe` or `santa`. No mobile/tablet support, sorry -- you need a keyboard.
|
||||
|
||||
|
@ -13,7 +13,7 @@ use crate::tools::PopupMsg;
|
||||
use crate::AppLike;
|
||||
|
||||
// Update this ___before___ pushing the commit with "[rebuild] [release]".
|
||||
const NEXT_RELEASE: &str = "0.2.26";
|
||||
const NEXT_RELEASE: &str = "0.2.27";
|
||||
|
||||
pub struct Picker<A: AppLike> {
|
||||
panel: Panel,
|
||||
|
Loading…
Reference in New Issue
Block a user