.. |
shaders
|
Support textures on the web as well
|
2020-10-05 19:50:52 -07:00 |
tools
|
Generalize the State/Transition GUI structure, moving it into widgetry.
|
2020-10-22 17:34:59 -07:00 |
widgets
|
Tiny refactor: Drawable::empty(ctx)
|
2020-11-25 11:19:26 -08:00 |
app_state.rs
|
Get the downloader UI to actually fetch stuff. #326
|
2020-11-07 18:39:15 -08:00 |
assets.rs
|
Organize import blocks using https://github.com/dabreegster/organize_rust_imports
|
2020-10-05 20:29:22 -07:00 |
backend_glow_native.rs
|
fixup! map_err -> or_else
|
2020-12-01 17:49:41 -08:00 |
backend_glow_wasm.rs
|
Tiny refactor: Drawable::empty(ctx)
|
2020-11-25 11:19:26 -08:00 |
backend_glow.rs
|
Tiny refactor: Drawable::empty(ctx)
|
2020-11-25 11:19:26 -08:00 |
canvas.rs
|
Simpler abstutil APIs: return string errors immediately, don't make callers transform. We don't need to distinguish different error types anywhere.
|
2020-12-02 08:44:07 -08:00 |
color.rs
|
Figure out when we pass a building along a road
|
2020-12-02 18:00:51 -08:00 |
drawing.rs
|
widgetry refactor: store all keys currently held down, let anyone query
|
2020-11-22 13:24:08 -08:00 |
event_ctx.rs
|
widgetry refactor: store all keys currently held down, let anyone query
|
2020-11-22 13:24:08 -08:00 |
event.rs
|
Organize import blocks using https://github.com/dabreegster/organize_rust_imports
|
2020-10-05 20:29:22 -07:00 |
geom.rs
|
Organize import blocks using https://github.com/dabreegster/organize_rust_imports
|
2020-10-05 20:29:22 -07:00 |
input.rs
|
widgetry refactor: store all keys currently held down, let anyone query
|
2020-11-22 13:24:08 -08:00 |
lib.rs
|
Don't specify a widgetry backend by default; force every user to set the feature explicitly.
|
2020-11-22 18:35:03 -08:00 |
runner.rs
|
widgetry refactor: store all keys currently held down, let anyone query
|
2020-11-22 13:24:08 -08:00 |
screen_geom.rs
|
Organize import blocks using https://github.com/dabreegster/organize_rust_imports
|
2020-10-05 20:29:22 -07:00 |
style.rs
|
Style the loading screen and add tips/news. Closes #180 [rebuild]
|
2020-09-20 13:02:27 -07:00 |
svg.rs
|
Organize import blocks using https://github.com/dabreegster/organize_rust_imports
|
2020-10-05 20:29:22 -07:00 |
text.rs
|
Cleanups after https://github.com/dabreegster/abstreet/pull/363:
|
2020-10-10 12:24:42 -07:00 |