67 Commits

Author SHA1 Message Date
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
Andrew
a712205781 Set theme jekyll-theme-minimal 2018-05-29 23:40:19 -04:00
noncomputable
6263dc3079 Units now store their left, right, and street-opposite neighbors in an array unit.neighbors 2018-05-29 15:25:36 -04:00
noncomputable
713c2f6fa9 replaced (cancel/request)AnimationFrame calls with Leaflet L.Util.(cancel/request)AnimFrame calls 2018-05-28 23:56:05 -04:00
noncomputable
fb1a755f76 Made (more) travel methods more versatile and more propriety checks. Made agent-unit scrambling demo. 2018-05-28 23:29:11 -04:00
noncomputable
9592aaf63e Making unit-id-related errors more informational 2018-05-28 02:04:02 -04:00
noncomputable
09ea556a0c upgraded methods to let agents move between units on a street 2018-05-28 00:22:04 -04:00
noncomputable
5705d81b91 Finished off/fixed method that allows agent to move along a street; changed what/how props & ids are stored when generating units/streets 2018-05-27 19:56:26 -04:00
noncomputable
e3ca840b45 Refactored to put everything in a namespace and make it work as a leaflet extension, added specialized movement functions (also enabling place-tracking), so the original, lower-level ones should be private. 2018-05-18 22:11:43 -04:00
noncomputable
29a3a4bec4 Agents can now move to/from the street 2018-05-04 11:08:27 -04:00
noncomputable
127ca0982e Added animation functionality to Agentmap, movement/travel funcs to Agent so agents can move directly from a point to another now. 2018-04-29 16:10:01 -04:00
noncomputable
19d1429719 Fixed agentmap.agents indexing/unique id problems 2018-04-22 15:57:51 -04:00
noncomputable
a594a4c677 rendering agents with canvas instead of svg 2018-04-22 00:12:45 -04:00
noncomputable
8266b7a488 Implemented Agent class & agent-making utils for Agentmap 2018-04-21 23:47:22 -04:00
noncomputable
351ec5ac70 changed samples to tests, incorporated agent-making features 2018-04-21 23:45:37 -04:00