Dustin Carlino
|
6919c24bf8
|
detect the data/ dir more intelligently. fixes #73. still need to
- consider collapsing the directory structure in the releases
- fix wasm
[rebuild]
|
2020-07-07 11:09:35 -07:00 |
|
Dustin Carlino
|
a96b77ba3f
|
more granular profiling
|
2020-06-09 18:56:33 -07:00 |
|
Dustin Carlino
|
49dee41b3c
|
bin Counter values based on value, handling dupes. particularly
noticeable for bike lane layer
|
2020-06-01 09:35:29 -07:00 |
|
Dustin Carlino
|
ddf6de5f59
|
stop dependending directly on serde_derive
|
2020-05-19 15:06:32 -07:00 |
|
Dustin Carlino
|
0bcbac1fee
|
upgrade a few misc packages
|
2020-03-17 10:35:37 -07:00 |
|
Dustin Carlino
|
d292e29ad0
|
get the game crate running in wasm. bundle in lots of data files, fake out a few more IO things, glue timer println's to console log
|
2020-02-15 16:44:06 -08:00 |
|
Dustin Carlino
|
b2c92ab8f9
|
upstreaming some changes for wasm here
- use instant crate
- bring in the wasm ezgui backend and necessary setup tweaks
- upgrade stdweb
but no map editor build magic yet
|
2020-02-14 14:28:25 -08:00 |
|
Dustin Carlino
|
c6641dc1b9
|
get rid of unused globally-scoped notes
|
2019-09-14 19:19:35 -07:00 |
|
Dustin Carlino
|
4e83f492d8
|
upgrade rand, get rid of now unneeded serde1 feature, in hopes of fixing feature mismatch between deps
|
2019-08-15 12:14:35 -07:00 |
|
Dustin Carlino
|
40efcc7b05
|
generalize a parallelize method for timers, use for all trip viz
|
2019-05-25 19:35:35 -07:00 |
|
Dustin Carlino
|
46d24a7c58
|
compile on mac
|
2019-04-19 09:23:36 -07:00 |
|
Dustin Carlino
|
3eb5270d51
|
trying to cross-compile to windows. making some unix-only dependencies
optional.
|
2019-03-11 17:09:47 -07:00 |
|
Dustin Carlino
|
5ca359998c
|
upgrade some dependencies and list data source licenses in README
|
2019-03-11 16:04:47 -07:00 |
|
Dustin Carlino
|
899718bf48
|
clear to end of line properly in Timer, using termion
|
2019-03-11 14:34:38 -07:00 |
|
Dustin Carlino
|
5f6d7e1b66
|
fix sim nondet test failure by using BTreeMap in my MultiMap
|
2019-03-01 12:16:52 -08:00 |
|
Dustin Carlino
|
09af9e6cda
|
removing the log crate completely. remove the DisplayLogs plugin, since
it's unused and unclear how it should work going forwards
|
2019-02-20 11:56:54 -08:00 |
|
Dustin Carlino
|
21ddbc2ecc
|
very primitive breakdown of where memory is going
|
2019-02-12 12:11:10 -08:00 |
|
Dustin Carlino
|
606340e2db
|
switch to bincode. almost half file size, reading small_seattle went
from 40s to 7s in debug mode!!!
|
2019-02-10 16:20:44 -08:00 |
|
Dustin Carlino
|
ec01207369
|
try upgrading rand and serde again
|
2019-02-10 15:57:28 -08:00 |
|
Dustin Carlino
|
47b5d2e4aa
|
upgrade all other deps, except for piston/winit stuff
|
2019-01-11 12:36:20 -08:00 |
|
Dustin Carlino
|
c09fa98f57
|
upgrade a few dependencies
|
2019-01-11 10:55:58 -08:00 |
|
Dustin Carlino
|
f64f411093
|
upgrade all crates to 2018 in Cargo.toml. this requires switching to
crate:: paths everywhere. not yet fiddling with 'extern crate's
|
2018-12-06 10:57:31 -08:00 |
|
Dustin Carlino
|
e75ef3f9e6
|
making an easy way to record and dump notes at the end of verbose setup logging, without being tied to a Timer
|
2018-12-01 13:23:18 -08:00 |
|
Dustin Carlino
|
b2e3f25393
|
moving RNG helpers from sim to abstutil
|
2018-11-13 10:50:54 -08:00 |
|
Dustin Carlino
|
def2f60a92
|
refactor log adaptor stuff
|
2018-10-21 11:32:17 -07:00 |
|
Dustin Carlino
|
c7bf59dde0
|
refactor serde multimap helper
|
2018-07-30 17:39:15 -07:00 |
|
Dustin Carlino
|
82bac55275
|
use cbor for maps
|
2018-06-26 09:45:01 -07:00 |
|
Dustin Carlino
|
5ce158cb90
|
refactoring json saving/loading
|
2018-06-22 13:36:12 -07:00 |
|