81 Commits

Author SHA1 Message Date
noncomputable
a07ab00a56 updates jsdocs 2018-07-31 15:42:21 -04:00
noncomputable
9c3ea0738a moved gh-pages to dev dependencies 2018-07-30 23:52:38 -04:00
noncomputable
aaf0c586c7 removed comment 2018-07-30 23:52:23 -04:00
noncomputable
cc7aa95eee updates jsdocs 2018-07-30 17:44:18 -04:00
noncomputable
afcbddc429 refactored tick counting, works with reset & pause 2018-07-30 15:55:22 -04:00
noncomputable
a0870cd012 removed debugging circles/markers from map 2018-07-30 15:43:49 -04:00
noncomputable
2f57227874 started distinguishing time from ticks and tracking ticks per rAF call 2018-07-30 15:30:42 -04:00
noncomputable
0269aa1494 removed comment 2018-07-30 15:30:24 -04:00
noncomputable
9bc76fa1f4 documented more, changed param names) 2018-07-30 15:12:16 -04:00
noncomputable
a3e2d16591 full street network traveling now working 2018-07-30 15:03:18 -04:00
noncomputable
c085be35d2 refactored and cleaned up 2018-07-30 15:02:19 -04:00
noncomputable
cadb9e8fc5 Adding a graph of the streets as a property of the streets layerGroup 2018-07-09 04:38:40 -04:00
noncomputable
f96bc163bb cleaned up, refactored routing functions 2018-07-08 22:35:01 -04:00
noncomputable
e55c16fafa Cleaned up street-intersection-finding functions 2018-07-07 20:30:37 -04:00
noncomputable
8317de9263 Removed useless function from buildings.js, fixed comments and var names elsewhere 2018-07-07 18:00:08 -04:00
noncomputable
20eb875052 fixed pausing/unpausing 2018-07-07 16:01:41 -04:00
noncomputable
5b0f71a6ef fixed setTravelToPlace and its deps 2018-06-28 00:52:21 -04:00
noncomputable
554f845744 changed readme 2018-06-09 02:02:27 -04:00
noncomputable
a5d4210cf5 updated README, removed unnecessary export 2018-06-09 01:43:40 -04:00
noncomputable
f14601b8cb not doing any eval 2018-06-09 00:56:53 -04:00
noncomputable
0fcfbdbc4d Added functions to convert street network to graph and find shortest paths between intersections 2018-06-08 23:31:47 -04:00
noncomputable
78162af474 generating site in site, not dist 2018-06-07 03:47:04 -04:00
noncomputable
dbeda975bc Merge branch 'master' of github.com:noncomputable/AgentMaps 2018-06-07 03:21:22 -04:00
noncomputable
21a69ac132 moved images, yaml config into site 2018-06-07 03:20:48 -04:00
noncomputable
3c24c3a493 moved images into site 2018-06-07 01:06:51 -04:00
noncomputable
7656e65e8c moved site stuff into site 2018-06-07 01:03:15 -04:00
noncomputable
7b77f75d64 Don't want dist here 2018-06-06 22:55:58 -04:00
noncomputable
6d1c662d8a updated demo 2018-06-05 14:58:46 -04:00
noncomputable
5b8f508639 added source bundle to gh-pages demo 2018-06-05 14:53:51 -04:00
noncomputable
8b1c010ecf Revert "unignored dist"
This reverts commit f73b648a17fcbe1e93e497742eb592ba1160c2c7.
2018-06-05 14:50:01 -04:00
noncomputable
f73b648a17 unignored dist 2018-06-05 14:42:25 -04:00
noncomputable
597de6629f created pages branch 2018-06-05 14:35:00 -04:00
noncomputable
107a680333 Updated readme 2018-06-05 02:38:23 -04:00
noncomputable
a8c021e22f removed unnecessary dependencies 2018-06-05 02:34:44 -04:00
noncomputable
25f1720acc 1.0.1 2018-06-04 23:47:35 -04:00
noncomputable
3031c3c77a fixed package config 2018-06-04 23:47:15 -04:00
Andrew
6434ed981e
Create README.md 2018-06-04 23:12:47 -04:00
noncomputable
56c6767172 bye loggy 2018-06-04 23:08:51 -04:00
noncomputable
249e185216 fixed npm config 2018-06-04 23:02:34 -04:00
noncomputable
fe1ee4080a added pre scripts to npm config 2018-06-04 22:57:43 -04:00
noncomputable
35ca9c18fb added .npmignore 2018-06-04 22:50:25 -04:00
noncomputable
161d548851 turned each file into a node module, added webpack config and built bundle with it (dist/agentmaps.js) 2018-06-04 22:43:47 -04:00
noncomputable
806b1a1258 Now getting and storing street intersections 2018-06-01 21:42:31 -04:00
noncomputable
19c5357481 simplified demo 2018-05-31 14:04:08 -04:00
noncomputable
d8a85647d2 fixed comments 2018-05-30 03:18:46 -04:00
noncomputable
8fd49b596f fixed agentmap reset function 2018-05-30 03:16:06 -04:00
noncomputable
a962ecaf15 Was adding units while still looping through individual pairs, so would get extra units added... moved adding outside that loop. 2018-05-30 03:12:26 -04:00
noncomputable
e770b059d9 new path should start from agent's planned future start position, not whatever happens to be its current pos 2018-05-30 01:21:51 -04:00
noncomputable
c646593bbc made a nested array flat... as it should be 2018-05-30 00:33:51 -04:00
Andrew
5fd5120659
changed interval number 2018-05-30 00:12:10 -04:00