abstreet/game/src
Dustin Carlino 78222ffadb Preserve the same Layers object through all the states of the ungap tool. Do this by a "new" Transition that's allowed to consume the current state.
Alternatives considered:
- put Layers in the App struct, since it's shared -- but only for the
  ungap tool. It'd be nice to split it into its own standalone crate now,
  but it'll be some work to refactor edit mode out of game.
- put Layers in App session
2021-08-24 14:37:16 -07:00
..
challenges Import new Seattle OSM data with a bunch of fixes around Aurora, and actually disable parking in the Aurora maps 2021-08-22 19:50:47 -07:00
common Make it more obvious the route can be dragged 2021-08-20 15:39:43 -07:00
debug Automatically collapse more degenerate intersections. Manually tested 2021-08-02 12:06:47 -07:00
devtools Stop accidentally overwriting Seattle collision data in the KML viewer 2021-08-20 12:49:25 -07:00
edit Preserve the same Layers object through all the states of the ungap tool. Do this by a "new" Transition that's allowed to consume the current state. 2021-08-24 14:37:16 -07:00
info Preserve the same Layers object through all the states of the ungap tool. Do this by a "new" Transition that's allowed to consume the current state. 2021-08-24 14:37:16 -07:00
layer Refactor the steep streets layer, add it as an option to the ungap tool. 2021-08-24 11:52:16 -07:00
pregame Upgrade to Rust 1.53 2021-06-17 23:04:35 -07:00
sandbox Preserve the same Layers object through all the states of the ungap tool. Do this by a "new" Transition that's allowed to consume the current state. 2021-08-24 14:37:16 -07:00
ungap Preserve the same Layers object through all the states of the ungap tool. Do this by a "new" Transition that's allowed to consume the current state. 2021-08-24 14:37:16 -07:00
app.rs Don't keep jamming the same button for the skeletonvator, that doesn't help 2021-08-04 10:51:31 -07:00
lib.rs Preserve the same Layers object through all the states of the ungap tool. Do this by a "new" Transition that's allowed to consume the current state. 2021-08-24 14:37:16 -07:00
main.rs Consolidate console_log setup into abstutil, now that there are multiple binaries that should all have the behavior. 2020-11-26 14:40:05 -08:00