abstutil
|
making a profiler to breakdown what parts of sim are slowest
|
2019-02-05 14:04:03 -08:00 |
analyze_code
|
upgrade all other deps, except for piston/winit stuff
|
2019-01-11 12:36:20 -08:00 |
convert_osm
|
make cemeteries and lake washington (with inner ways) work
|
2019-02-10 14:45:38 -08:00 |
data
|
final touchups... trim down pts in synthetic maps
|
2019-01-31 13:47:46 -08:00 |
debug_initialmap
|
be able to hide stuff in InitialMap debugger
|
2019-02-02 17:51:49 -08:00 |
docs
|
make cemeteries and lake washington (with inner ways) work
|
2019-02-10 14:45:38 -08:00 |
editor
|
disable mouseover for areas, now that they work pretty well
|
2019-02-10 14:46:13 -08:00 |
ezgui
|
plugin to show roads connected to intersection. surprisingly useful for debugging merged intersections sometimes
|
2019-02-09 11:46:31 -08:00 |
geom
|
plugin to show original road centers at the end
|
2019-02-08 12:06:17 -08:00 |
gtfs
|
upgrade all other deps, except for piston/winit stuff
|
2019-01-11 12:36:20 -08:00 |
halloween
|
make halloween use viewer, just for roads
|
2019-02-01 13:23:53 -08:00 |
headless
|
fixing issues with bikes spawning close to intersections, by making the
|
2019-02-05 09:56:07 -08:00 |
kml
|
upgrade all other deps, except for piston/winit stuff
|
2019-01-11 12:36:20 -08:00 |
map_model
|
parse OSM multipolygons, like bodies of water, correctly, when they're
|
2019-02-09 21:03:44 -08:00 |
playground_gui
|
own canvas inside of ezgui, not in applications. lots of refactoring
|
2019-01-31 22:33:36 -08:00 |
precompute
|
try removing most extern crate's
|
2018-12-06 11:00:13 -08:00 |
sim
|
manually glueing together some fixed intervals
|
2019-02-06 22:53:43 -08:00 |
synthetic
|
own canvas inside of ezgui, not in applications. lots of refactoring
|
2019-01-31 22:33:36 -08:00 |
tests
|
make sure bikes can actually start moving
|
2019-02-03 22:38:21 -08:00 |
tmp_gfx
|
changing glium example to draw a few colored triangles, not the teapot
|
2019-01-22 13:47:23 -08:00 |
viewer
|
be able to hide stuff in InitialMap debugger
|
2019-02-02 17:51:49 -08:00 |
.gitignore
|
solved the mystery of the spurious recompiles -- editor_state and color_scheme need to live outside the crate root, so modtimes are nice
|
2018-12-24 19:16:38 -08:00 |
Cargo.toml
|
extract generic viewer stuff into its own crate, separate from the InitialMap stuff
|
2019-02-01 12:51:50 -08:00 |
clickable_links.py
|
easily watch logs as a slow test runs
|
2018-12-09 13:43:06 -08:00 |
clippy.sh
|
stop requiring hotkeys for TopMenu folders
|
2019-02-02 16:09:30 -08:00 |
color_scheme
|
solved the mystery of the spurious recompiles -- editor_state and color_scheme need to live outside the crate root, so modtimes are nice
|
2018-12-24 19:16:38 -08:00 |
exec_tests.sh
|
revive the other transit test
|
2018-11-26 14:36:59 -08:00 |
import.sh
|
handle mulitpolygons with incomplete clipped info
|
2019-02-09 21:48:21 -08:00 |
LICENSE
|
Initial import of A/B Street prototype.
|
2018-03-13 08:06:03 -07:00 |
precompute.sh
|
seeing if everything is solid...
|
2019-01-31 12:31:01 -08:00 |
README.md
|
adding some gifs to the front page
|
2018-12-03 21:34:49 -08:00 |
rgrep.sh
|
get halloween working with small lines. refactor a Line::maybe_new.
|
2019-02-01 12:12:40 -08:00 |