This commit is contained in:
Dustin Carlino 2019-05-15 16:30:34 -07:00
parent 6819889f49
commit 1d5e5a2795
2 changed files with 18 additions and 3 deletions

View File

@ -25,3 +25,16 @@ changes here.
- depict pedestrians and bikes with more detail
- tool to scroll through an agent's route
- make simulation speed controls actually work
0.1.4
- improve stop sign editor UI (toggle entire roads)
- better mouseover / selection rendering
- better traffic signal rendering (show time left, use outlines for yields)
- make cars actually stop and briefly wait at stop signs
- improve edit mode diff visualization (cross-hatching)
- render actual stop signs, not just red lines
- fix intersection policies confused by conflicting straight turns with lane-changing
- fix mac scrolling
- better turn indicators
- nicer unzoomed view of roads, with different colors for big/small roads

View File

@ -11,14 +11,16 @@ https://github.com/dabreegster/abstreet/releases for the latest version, though
I'll try to keep these links up-to-date:
- Windows:
https://github.com/dabreegster/abstreet/releases/download/v0.1.3/abstreet_windows.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.4/abstreet_windows.zip
- Mac:
https://github.com/dabreegster/abstreet/releases/download/v0.1.3/abstreet_mac.zip
- Linux:
https://github.com/dabreegster/abstreet/releases/download/v0.1.3/abstreet_linux.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.4/abstreet_linux.zip
The Windows and Mac versions may have more problems than the Linux version,
because I only have regular access to a Linux machine.
because I only have regular access to a Linux machine. The Mac release may lag
behind, because I'm borrowing a friend's laptop to compile there (but
cross-compilation to Windows works).
### Compiling from source