commit | 85258ee4a8da806ee30cc2d85152f625811772ac | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Tue Oct 07 00:10:02 2014 -0700 |
committer | tom <tom@onlab.us> | Tue Oct 07 00:10:02 2014 -0700 |
tree | 4ad13a3410c1112eb9dcad2ef3d86c65adc2f272 | |
parent | 97b8167295cbc007169b2c51dd24014f31905df0 [diff] [blame] |
Reworked intent states to the new set of states. Separate intent state from intent event type. Implemented new state transitions in IntentManager. Implemented ObjectiveTracker. Re-route now works.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 270370a..b44658d 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -89,5 +89,5 @@ } function nuke { - spy | cut -c7-11 | xargs kill + spy "$@" | cut -c7-11 | xargs kill }